]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2020-01-31  Bimba ShresthaRemoving assert and changing ratio cSize 1981/head
2020-01-29  Nick TerrellMerge pull request #1977 from terrelln/copyless
2020-01-29  Bimba ShresthaMerge pull request #1978 from bimbashrestha/quick
2020-01-29  Bimba ShresthaTypo baseline_build -> baseline_label 1978/head
2020-01-29  Nick TerrellImprove wildcopy performance across the board 1977/head
2020-01-28  Bimba Shrestha[automated_benchmarking] Make arguments optional and...
2020-01-27  Yann Colletadded ability to remove error messages and dictionary...
2020-01-25  Yann Colletrefactor of harness, for clarity (#1974)
2020-01-24  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2020-01-24  Yann Colletupdated CHANGELOG
2020-01-24  Nick TerrellMerge pull request #1972 from terrelln/check-cont
2020-01-24  Nick TerrellMerge pull request #1973 from terrelln/mobile-perf
2020-01-24  Nick TerrellInitialize dctx->bType to silence valgrind false positive 1972/head
2020-01-24  Nick TerrellFix performance regression on aarch64 with clang 1973/head
2020-01-23  Nick TerrellMove ZSTD_checkContinuity() to zstd_decompress_block.c
2020-01-22  Nick TerrellMerge pull request #1965 from terrelln/android-fix
2020-01-22  Nick TerrellUpdate comment in timefn 1965/head
2020-01-22  Nick TerrellFix timefn on android
2020-01-21  Felix HandteMerge pull request #1956 from PhoebeHui/dev
2020-01-20  PhoebeHuiUpdate comments 1956/head
2020-01-18  Nick TerrellMerge pull request #1957 from terrelln/fix-ultra
2020-01-17  Nick TerrellMerge pull request #1958 from terrelln/docs
2020-01-17  Nick TerrellFix playTests.sh for 32-bit mode 1957/head
2020-01-17  Nick TerrellAdd --single-thread to zstd --help 1958/head
2020-01-17  Nick TerrellFix lowLimit underflow in overflow correction
2020-01-17  PhoebeHuiAdd vcpkg installation instructions
2020-01-14  Nick TerrellMerge pull request #1950 from terrelln/ctest
2020-01-13  Nick Terrell[util] Fix readLineFromFile on Cygwin 1950/head
2020-01-13  Nick Terrell[cmake] Add playTests.sh as a test
2020-01-13  Nick TerrellMerge pull request #1948 from lazka/cygwin-fix-c99...
2020-01-11  Christoph Reiterappveyor: build with CMake under Cygwin 1948/head
2020-01-11  Nick TerrellFix super block compression and stream raw blocks in...
2020-01-11  Christoph ReiterFix the c99/cmake build under Cygwin/MSYS2
2020-01-10  Bimba ShresthaAdding new cli endpoint --patch-from= (#1940)
2020-01-09  Nick Terrell[fuzz] Allow zero sized buffers for streaming fuzzers...
2020-01-09  Igor Sugakfix UBSAN's invalid-null-argument error in zstd_decompr...
2020-01-08  Nick Terrell[fuzz] Fix regression_driver.c with directory input...
2020-01-07  Christoph ReiterMake UTIL_countPhysicalCores() work under Cygwin (...
2020-01-07  Yann Colletupdated CHANGELOG
2020-01-06  Bimba Shrestha[bench] Automated benchmarking script (#1906)
2020-01-04  Bimba Shrestha[fuzz] Dividing by targetCBlockSize instead of blockSiz...
2020-01-04  Bimba Shrestha[doc] Adding -M# decompression operation modifier docum...
2020-01-03  Felix HandteMerge pull request #1920 from felixhandte/fix-mtim...
2019-12-26  Felix HandteFix playTests.sh Under QEMU (#1923)
2019-12-23  W. Felix HandteAlso Define _ATFILE_SOURCE 1920/head
2019-12-23  W. Felix HandteAdd Comment
2019-12-23  W. Felix HandteUse statbuf->st_mtim Again
2019-12-23  W. Felix HandteAdd Travis Test that Builds ARM on Trusty
2019-12-23  W. Felix HandteFix playTests.sh Under QEMU
2019-12-19  Yann ColletMerge pull request #1928 from bimbashrestha/bimba-oss
2019-12-19  Felix HandteMerge pull request #1932 from felixhandte/diagnose...
2019-12-18  W. Felix HandteAdd Support for Dictionaries 1932/head
2019-12-18  Yann ColletMerge pull request #1929 from facebook/travisTest
2019-12-18  W. Felix HandtePrint Summary of Errors Encountered
2019-12-18  Bimba ShresthaConstifying, malloc check and naming nit 1928/head
2019-12-17  W. Felix HandteDon't Rely on Implicit Return in Main
2019-12-15  Yann Colletadded ppc64le tests on travis 1929/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`
next