]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-12-18  Bimba ShresthaConstifying, malloc check and naming nit 1928/head
2019-12-14  Bimba ShresthaOne more type conversion
2019-12-14  Bimba ShresthaAdding explict cast to satisfy appveyor ci
2019-12-14  Bimba ShresthaMore void* issues. Just replacing with BYTE*
2019-12-14  Bimba Shrestha'void* size issue' fix
2019-12-13  Bimba ShresthaAdding bool to check if enough room left for noCompress...
2019-12-13  Bimba ShresthaAdd test to catch too many noCompress superblocks on...
2019-12-10  Yann ColletMerge pull request #1891 from bimbashrestha/oss
2019-12-10  Yann ColletMerge pull request #1924 from ned14/dev
2019-12-06  Niall Douglas... Make idiomatic cmake install so third party cmake insta... 1924/head
2019-12-04  Bimba ShresthaMaking const, removing unnecessary indent, changing... 1891/head
2019-12-04  Bimba ShresthaMoving init/end functions, moving compressSuperBlock...
2019-12-04  Bimba ShresthaRefactor
2019-12-04  Bimba Shrestha[fuzz] msan uninitialized unsigned value (#1908)
2019-12-04  Yann Colletbumped version number
2019-12-03  Yann ColletMerge pull request #1893 from felixhandte/check-flipped...
2019-12-03  Yann ColletMerge pull request #1907 from selavy/check-fread-r1895
2019-12-03  Bimba ShresthaUsing bss var instead of creating new bool
2019-12-03  Yann ColletMerge pull request #1918 from facebook/recurse_fix
2019-12-03  Yann Colletrefactoring : remove global variable g_displayOut 1918/head
2019-12-02  Yann ColletMerge pull request #1917 from facebook/recurse_fix
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  Bimba ShresthaMerge branch 'oss' of https://github.com/bimbashrestha...
2019-11-27  Yann ColletMerge pull request #1853 from facebook/ahmed_file
2019-11-27  Peter LesslieCheck for fread failure 1907/head
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  Bimba ShresthaNegating bool, updating bool on inner branches
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  Bimba ShresthaMerge branch 'dev' into oss
2019-11-23  Yann ColletMerge pull request #1897 from sergey-dryabzhinsky/patch-1
2019-11-23  Bimba ShresthaTest enough room for checksum in superblock
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  Bimba ShresthaMixed declration fix
2019-11-21  Bimba ShresthaChecking noCompressBlock explicitly for rep code confir...
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 ShresthaGoing back to original flow but removing else return
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  W. Felix HandteAdd Tool to Diagnose Whether Corrupt Blobs are Plausibl... 1893/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  Bimba ShresthaReversing condition order and forwarding error
2019-11-18  Sen HuangNo margin on RLE test size check 1888/head
2019-11-18  Bimba ShresthaOutput regular uncompressed block when compressSequence...
2019-11-16  Bimba ShresthaTypo in comment
2019-11-16  Bimba ShresthaLeaving room for checksum
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
next