]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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  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-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  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  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-05  Sen HuangFix FUZZ_rand32() bug
2019-11-05  Sen HuangFix frame argument to compression
2019-11-05  Sen HuangFix more merge conflicts
2019-11-05  Sen HuangFix merge conflicts
2019-11-05  Yann ColletMerge pull request #1867 from bimbashrestha/dict_load_f...
2019-11-05  Bimba ShresthaReplacing some literals with constants 1867/head
2019-11-04  Bimba ShresthaMerge pull request #15 from facebook/dev
2019-11-04  Yann Colletupdate table benchmark with zstd v1.4.4
2019-11-04  Yann ColletMerge pull request #1865 from facebook/dev v1.4.4
2019-11-02  Nick TerrellMerge pull request #1864 from terrelln/dict-fix 1865/head
2019-11-01  Nick TerrellFix 2 bugs in dictionary loading 1864/head
2019-11-01  Nick Terrell[fuzz] Add dictionary_loader fuzzer
2019-10-31  Yann ColletMerge pull request #1859 from facebook/dev
2019-10-31  Yann Colletfixed zlibwrapper build script 1859/head
2019-10-30  Yann ColletMerge pull request #1860 from senhuang42/streaming_comp...
2019-10-30  Sen HuangMake sure contentsize is known 1860/head
2019-10-30  Felix HandteMerge pull request #1857 from 0x123456789A/link-shared
2019-10-30  Yann ColletMerge pull request #1850 from bimbashrestha/named_pipes
2019-10-30  Yann Colletupdated CHANGELOG for v1.4.4
2019-10-30  Yann ColletMerge pull request #1855 from shashank0791/shtavi-filte...
2019-10-29  Shashank TavildarRemoved the optimization check 1855/head
2019-10-29  Shashank TavildarChanged extension comparision logic, added new test...
2019-10-29  Shashank TavildarAdded check to perform comparison only if extension...
2019-10-29  Shashank TavildarCreated utility function to extract extension from...
2019-10-29  Shashank TavildarDeleting test directory before creation to pass travis...
2019-10-29  Bimba ShresthaMerge branch 'named_pipes' of https://github.com/bimbas... 1850/head
2019-10-29  Bimba ShresthaRemoving merge side effect
2019-10-29  0x123456789AFixed check for building programs statically 1857/head
2019-10-29  0x123456789AConsider ZSTD_PROGRAMS_LINK_SHARED
2019-10-29  0x123456789AIntroduce ZSTD_PROGRAMS_LINK_SHARED
2019-10-29  Shashank TavildarMinor fixes in test
2019-10-29  Bimba ShresthaMerge branch 'dev' into named_pipes
2019-10-29  Bimba ShresthaRemoving Visual08 and Visual10 tests
2019-10-29  Nick TerrellMerge pull request #1856 from terrelln/assert-fix
2019-10-29  Shashank TavildarAddressing comments, removing cyclic dependency with...
2019-10-29  Nick TerrellFix assert in ZSTD_safecopy 1856/head
2019-10-28  Shashank TavildarFixing tests and moving flag to advanced usage 1852/head
next