2019-11-25 |
Yann Collet | fix mode_t on Windows 1905/head |
commit | commitdiff | tree |
2019-11-25 |
Yann Collet | created UTIL_chmod() |
commit | commitdiff | tree |
2019-11-25 |
Yann Collet | added decompression into /dev/null tests |
commit | commitdiff | tree |
2019-11-25 |
Yann Collet | fix #1904 |
commit | commitdiff | tree |
2019-11-23 |
Yann Collet | minor update to travis script |
commit | commitdiff | tree |
2019-11-23 |
Yann Collet | Merge pull request #1897 from sergey-dryabzhinsky/patch-1 |
commit | commitdiff | tree |
2019-11-22 |
Nick Terrell | Merge pull request #1903 from terrelln/null |
commit | commitdiff | tree |
2019-11-21 |
Yann Collet | Merge pull request #1902 from terrelln/ignore |
commit | commitdiff | tree |
2019-11-21 |
Nick Terrell | Fix null pointer addition 1903/head |
commit | commitdiff | tree |
2019-11-21 |
Nick Terrell | [cmake][tests] Add zstreamtest executable 1902/head |
commit | commitdiff | tree |
2019-11-21 |
Nick Terrell | Merge pull request #1901 from terrelln/ignore |
commit | commitdiff | tree |
2019-11-21 |
Nick Terrell | Update .gitignore 1901/head |
commit | commitdiff | tree |
2019-11-20 |
Yann Collet | Merge pull request #1894 from felixhandte/doc-clarify... |
commit | commitdiff | tree |
2019-11-20 |
Yann Collet | Merge pull request #1887 from bimbashrestha/doc-fix |
commit | commitdiff | tree |
2019-11-19 |
Nick Terrell | Merge pull request #1896 from terrelln/test-fixes |
commit | commitdiff | tree |
2019-11-19 |
Sergey Dryabzhinsky | Update util.c 1897/head |
commit | commitdiff | tree |
2019-11-19 |
Sergey Dryabzhinsky | Fix typo in util.c |
commit | commitdiff | tree |
2019-11-19 |
Nick Terrell | Fix Appveyor failure 1896/head |
commit | commitdiff | tree |
2019-11-19 |
Bimba Shrestha | Updated some more outdated bounds 1887/head |
commit | commitdiff | tree |
2019-11-19 |
W. Felix Handte | Easy: Update Comment on `ZSTD_initDStream()` 1894/head |
commit | commitdiff | tree |
2019-11-19 |
Nick Terrell | Merge pull request #1866 from legrosbuffle/dev |
commit | commitdiff | tree |
2019-11-19 |
Nick Terrell | Merge pull request #1888 from senhuang42/superblocks_fixed |
commit | commitdiff | tree |
2019-11-19 |
Nick Terrell | Merge pull request #1889 from vtorri/dev |
commit | commitdiff | tree |
2019-11-18 |
Sen Huang | No margin on RLE test size check 1888/head |
commit | commitdiff | tree |
2019-11-15 |
Sen Huang | Updated comment to reflect actual compression behavior |
commit | commitdiff | tree |
2019-11-15 |
Vincent Torri | shared library: rename import library with .dll.a extension 1889/head |
commit | commitdiff | tree |
2019-11-15 |
Vincent Torri | Merge remote-tracking branch 'upstream/master' into dev |
commit | commitdiff | tree |
2019-11-15 |
Sen Huang | Modified existing RLE test to take compressed size... |
commit | commitdiff | tree |
2019-11-15 |
Clement Courbet | Optimized loop bounds to allow the compiler to unroll... 1866/head |
commit | commitdiff | tree |
2019-11-15 |
Sen Huang | Fixed main compression logic changes |
commit | commitdiff | tree |
2019-11-14 |
Yann Collet | Merge pull request #1868 from senhuang42/superblocks_fixed |
commit | commitdiff | tree |
2019-11-14 |
Bimba Shrestha | Fixing hashLog error 2^26=64Mib |
commit | commitdiff | tree |
2019-11-14 |
Sen Huang | Change superblock #include to be last 1868/head |
commit | commitdiff | tree |
2019-11-14 |
Yann Collet | Merge pull request #1858 from senhuang42/dictionary_hea... |
commit | commitdiff | tree |
2019-11-14 |
Yann Collet | Merge pull request #1884 from facebook/specMBS |
commit | commitdiff | tree |
2019-11-13 |
Yann Collet | clarifications for Block_Maximum_Size 1884/head |
commit | commitdiff | tree |
2019-11-11 |
Yann Collet | Merge pull request #1875 from ryandesign/c89 |
commit | commitdiff | tree |
2019-11-08 |
Nick Terrell | Merge pull request #1874 from terrelln/adjust-fix |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Remove mixed declarations 1858/head |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Fix static analyze error, use proper bounds for dictEnd |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Move asserts to loadZstdDictionary() |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Expose ZSTD_reset_compressedBlockState() to shared API |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Add error forwarding to loadCEntropy(), make check... |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Remove redundant comment |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Use ZSTD Error codes, improve explanation of ZSTD_loadC... |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Integrated refactor into getDictHeaderSize, now passes... |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | First working pass at refactor of loadZstdDictionary() |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Revert "Move decompress symbols into zstd_internal... |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Move decompress symbols into zstd_internal.h, remove... |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Checks malloc() for failure, returns 0 if so |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Change to heap allocation, remove implicit type conversion |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Added 2 unit tests: one for sanity, one for correctness... |
commit | commitdiff | tree |
2019-11-08 |
Sen Huang | Add ZDICT_getHeaderSize() |
commit | commitdiff | tree |
2019-11-07 |
Ryan Schmidt | Change c90 to c89 1875/head |
commit | commitdiff | tree |
2019-11-07 |
Nick Terrell | Fix parameter selection and adjustment with srcSize... 1874/head |
commit | commitdiff | tree |
2019-11-06 |
Yann Collet | added target zstd-dictBuilder |
commit | commitdiff | tree |
2019-11-06 |
Felix Handte | Merge pull request #1873 from felixhandte/make-overlap... |
commit | commitdiff | tree |
2019-11-06 |
Felix Handte | Merge pull request #1843 from moozzyk/issue-1637 |
commit | commitdiff | tree |
2019-11-06 |
Felix Handte | Merge pull request #1869 from bket/openbsd |
commit | commitdiff | tree |
2019-11-06 |
Felix Handte | Merge pull request #1870 from bket/portable |
commit | commitdiff | tree |
2019-11-06 |
W. Felix Handte | Fix #1861: Restrict overlapLog Parameter When Not Built... 1873/head |
commit | commitdiff | tree |
2019-11-06 |
Björn Ketelaars | 'date -r FILE' is non-portable. 1870/head |
commit | commitdiff | tree |
2019-11-06 |
Björn Ketelaars | 'head -c BYTES' is non-portable. 1869/head |
commit | commitdiff | tree |
2019-11-05 |
Sen Huang | Fix FUZZ_rand32() bug |
commit | commitdiff | tree |
2019-11-05 |
Sen Huang | Fix frame argument to compression |
commit | commitdiff | tree |
2019-11-05 |
Sen Huang | Fix more merge conflicts |
commit | commitdiff | tree |
2019-11-05 |
Sen Huang | Fix merge conflicts |
commit | commitdiff | tree |
2019-11-05 |
Yann Collet | Merge pull request #1867 from bimbashrestha/dict_load_f... |
commit | commitdiff | tree |
2019-11-05 |
Bimba Shrestha | Replacing some literals with constants 1867/head |
commit | commitdiff | tree |
2019-11-04 |
Bimba Shrestha | Merge pull request #15 from facebook/dev |
commit | commitdiff | tree |
2019-11-04 |
Yann Collet | update table benchmark with zstd v1.4.4 |
commit | commitdiff | tree |
2019-11-04 |
Yann Collet | Merge pull request #1865 from facebook/dev v1.4.4 |
commit | commitdiff | tree |
2019-11-02 |
Nick Terrell | Merge pull request #1864 from terrelln/dict-fix 1865/head |
commit | commitdiff | tree |
2019-11-01 |
Nick Terrell | Fix 2 bugs in dictionary loading 1864/head |
commit | commitdiff | tree |
2019-11-01 |
Nick Terrell | [fuzz] Add dictionary_loader fuzzer |
commit | commitdiff | tree |
2019-10-31 |
Yann Collet | Merge pull request #1859 from facebook/dev |
commit | commitdiff | tree |
2019-10-31 |
Yann Collet | fixed zlibwrapper build script 1859/head |
commit | commitdiff | tree |
2019-10-30 |
Yann Collet | Merge pull request #1860 from senhuang42/streaming_comp... |
commit | commitdiff | tree |
2019-10-30 |
Sen Huang | Make sure contentsize is known 1860/head |
commit | commitdiff | tree |
2019-10-30 |
Felix Handte | Merge pull request #1857 from 0x123456789A/link-shared |
commit | commitdiff | tree |
2019-10-30 |
Yann Collet | Merge pull request #1850 from bimbashrestha/named_pipes |
commit | commitdiff | tree |
2019-10-30 |
Yann Collet | updated CHANGELOG for v1.4.4 |
commit | commitdiff | tree |
2019-10-30 |
Yann Collet | Merge pull request #1855 from shashank0791/shtavi-filte... |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Removed the optimization check 1855/head |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Changed extension comparision logic, added new test... |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Added check to perform comparison only if extension... |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Created utility function to extract extension from... |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Deleting test directory before creation to pass travis... |
commit | commitdiff | tree |
2019-10-29 |
Bimba Shrestha | Merge branch 'named_pipes' of https://github.com/bimbas... 1850/head |
commit | commitdiff | tree |
2019-10-29 |
Bimba Shrestha | Removing merge side effect |
commit | commitdiff | tree |
2019-10-29 |
0x123456789A | Fixed check for building programs statically 1857/head |
commit | commitdiff | tree |
2019-10-29 |
0x123456789A | Consider ZSTD_PROGRAMS_LINK_SHARED |
commit | commitdiff | tree |
2019-10-29 |
0x123456789A | Introduce ZSTD_PROGRAMS_LINK_SHARED |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Minor fixes in test |
commit | commitdiff | tree |
2019-10-29 |
Bimba Shrestha | Merge branch 'dev' into named_pipes |
commit | commitdiff | tree |
2019-10-29 |
Bimba Shrestha | Removing Visual08 and Visual10 tests |
commit | commitdiff | tree |
2019-10-29 |
Nick Terrell | Merge pull request #1856 from terrelln/assert-fix |
commit | commitdiff | tree |
2019-10-29 |
Shashank Tavildar | Addressing comments, removing cyclic dependency with... |
commit | commitdiff | tree |
2019-10-29 |
Nick Terrell | Fix assert in ZSTD_safecopy 1856/head |
commit | commitdiff | tree |
2019-10-28 |
Shashank Tavildar | Fixing tests and moving flag to advanced usage 1852/head |
commit | commitdiff | tree |
next |