]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-12-03  Yann Colletrefactoring : remove global variable g_displayOut 1918/head
2019-12-02  Yann Colletfix recent issue combining -r with empty list of input... 1917/head
2019-11-28  Yann ColletMerge pull request #1910 from facebook/travisTest
2019-11-27  Yann ColletMerge pull request #1883 from Ericson2314/fix-mingw... 1910/head
2019-11-27  Yann Collettravis: updated mingw cross compilation test
2019-11-27  Yann Colletadded mingw cross compilation tests
2019-11-27  Yann ColletMerge pull request #1853 from facebook/ahmed_file
2019-11-27  Yann Colletremoved scanbuild workaround 1853/head
2019-11-27  Yann Colletreverted ppc qemu and scanbuild on trusty
2019-11-26  Yann ColletassembleFNT() can no longer fail
2019-11-26  Yann Colletpushed aside stdio.h too
2019-11-26  Yann Colletmoved UTIL_DISPLAY() inside util.c
2019-11-26  Yann Colletutil: isolated some dependencies
2019-11-26  Yann CollettravisCI : removed `trusty` generic statement
2019-11-26  Yann Colletfixed minor VS warning, on parameter difference
2019-11-26  Yann Colletswitched UTIL_refFilename() to an assert()
2019-11-26  Yann ColletMerge branch 'dev' into ahmed_file
2019-11-26  Yann Colletfixed fifo test
2019-11-26  Bimba Shrestha[fuzz] Only set HUF_repeat_valid if loaded table has...
2019-11-26  Yann ColletMerge branch 'dev' into ahmed_file
2019-11-26  Yann CollettravisCI: moved compatibility tests to `dev`
2019-11-26  Yann Colletmoved meson and versions compatibility tests to master...
2019-11-26  Yann Collettravis : added test durations
2019-11-26  Yann ColletMerge pull request #1905 from facebook/devnull
2019-11-26  Nick TerrellOptimize decompression speed for gcc and clang (#1892)
2019-11-25  Yann Colletsilence scan-build false positive
2019-11-25  Yann Colletchanged name from createX to assembleX
2019-11-25  Yann Colletfix mode_t on Windows 1905/head
2019-11-25  Yann Colletcreated UTIL_chmod()
2019-11-25  Yann Colletadded decompression into /dev/null tests
2019-11-25  Yann Colletfix #1904
2019-11-23  Yann Colletminor update to travis script
2019-11-23  Yann ColletMerge pull request #1897 from sergey-dryabzhinsky/patch-1
2019-11-22  Nick TerrellMerge pull request #1903 from terrelln/null
2019-11-21  Yann ColletMerge pull request #1902 from terrelln/ignore
2019-11-21  Nick TerrellFix null pointer addition 1903/head
2019-11-21  Nick Terrell[cmake][tests] Add zstreamtest executable 1902/head
2019-11-21  Nick TerrellMerge pull request #1901 from terrelln/ignore
2019-11-21  Nick TerrellUpdate .gitignore 1901/head
2019-11-20  Yann ColletMerge pull request #1894 from felixhandte/doc-clarify...
2019-11-20  Yann ColletMerge pull request #1887 from bimbashrestha/doc-fix
2019-11-19  Nick TerrellMerge pull request #1896 from terrelln/test-fixes
2019-11-19  Sergey DryabzhinskyUpdate util.c 1897/head
2019-11-19  Sergey DryabzhinskyFix typo in util.c
2019-11-19  Nick TerrellFix Appveyor failure 1896/head
2019-11-19  Bimba ShresthaUpdated some more outdated bounds 1887/head
2019-11-19  W. Felix HandteEasy: Update Comment on `ZSTD_initDStream()` 1894/head
2019-11-19  Nick TerrellMerge pull request #1866 from legrosbuffle/dev
2019-11-19  Nick TerrellMerge pull request #1888 from senhuang42/superblocks_fixed
2019-11-19  Nick TerrellMerge pull request #1889 from vtorri/dev
2019-11-18  Sen HuangNo margin on RLE test size check 1888/head
2019-11-15  Sen HuangUpdated comment to reflect actual compression behavior
2019-11-15  Vincent Torrishared library: rename import library with .dll.a extension 1889/head
2019-11-15  Vincent TorriMerge remote-tracking branch 'upstream/master' into dev
2019-11-15  Sen HuangModified existing RLE test to take compressed size...
2019-11-15  Clement CourbetOptimized loop bounds to allow the compiler to unroll... 1866/head
2019-11-15  Sen HuangFixed main compression logic changes
2019-11-14  Yann ColletMerge pull request #1868 from senhuang42/superblocks_fixed
2019-11-14  John EricsonFix MinGW cross install from Unix 1883/head 1909/head
2019-11-14  John EricsonFix MinGW cross build from Unix
2019-11-14  Bimba ShresthaFixing hashLog error 2^26=64Mib
2019-11-14  Sen HuangChange superblock #include to be last 1868/head
2019-11-14  Yann ColletMerge pull request #1858 from senhuang42/dictionary_hea...
2019-11-14  Yann ColletMerge pull request #1884 from facebook/specMBS
2019-11-13  Yann Colletclarifications for Block_Maximum_Size 1884/head
2019-11-13  John EricsonUse lowercase windows.h
2019-11-11  Yann ColletMerge pull request #1875 from ryandesign/c89
2019-11-08  Nick TerrellMerge pull request #1874 from terrelln/adjust-fix
2019-11-08  Sen HuangRemove mixed declarations 1858/head
2019-11-08  Sen HuangFix static analyze error, use proper bounds for dictEnd
2019-11-08  Sen HuangMove asserts to loadZstdDictionary()
2019-11-08  Sen HuangExpose ZSTD_reset_compressedBlockState() to shared API
2019-11-08  Sen HuangAdd error forwarding to loadCEntropy(), make check...
2019-11-08  Sen HuangRemove redundant comment
2019-11-08  Sen HuangUse ZSTD Error codes, improve explanation of ZSTD_loadC...
2019-11-08  Sen HuangIntegrated refactor into getDictHeaderSize, now passes...
2019-11-08  Sen HuangFirst working pass at refactor of loadZstdDictionary()
2019-11-08  Sen HuangRevert "Move decompress symbols into zstd_internal...
2019-11-08  Sen HuangMove decompress symbols into zstd_internal.h, remove...
2019-11-08  Sen HuangChecks malloc() for failure, returns 0 if so
2019-11-08  Sen HuangChange to heap allocation, remove implicit type conversion
2019-11-08  Sen HuangAdded 2 unit tests: one for sanity, one for correctness...
2019-11-08  Sen HuangAdd ZDICT_getHeaderSize()
2019-11-07  Ryan SchmidtChange c90 to c89 1875/head
2019-11-07  Nick TerrellFix parameter selection and adjustment with srcSize... 1874/head
2019-11-06  Yann Colletadded target zstd-dictBuilder
2019-11-06  Yann ColletVisual compiler bug work-around
2019-11-06  Yann Colletminor man page fix
2019-11-06  Yann Colletfixed wrong assert() in regression driver
2019-11-06  Yann Colletremoved experimental_dict_builders
2019-11-06  Yann Colletupdated fuzz tests to use FileNamesTable* abstraction
2019-11-06  Felix HandteMerge pull request #1873 from felixhandte/make-overlap...
2019-11-06  Felix HandteMerge pull request #1843 from moozzyk/issue-1637
2019-11-06  Felix HandteMerge pull request #1869 from bket/openbsd
2019-11-06  Felix HandteMerge pull request #1870 from bket/portable
2019-11-06  W. Felix HandteFix #1861: Restrict overlapLog Parameter When Not Built... 1873/head
2019-11-06  Yann Colletupdated pzstd and largeNbDicts to use the new FileNames...
2019-11-06  Björn Ketelaars'date -r FILE' is non-portable. 1870/head
2019-11-06  Björn Ketelaars'head -c BYTES' is non-portable. 1869/head
2019-11-06  Yann Colletupdated zwrapbench to use FileNamesTable* abstraction
next