]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2021-01-04  Nick TerrellDon't shrink window log in ZSTD_getCParams() 2451/head
2021-01-04  Nick TerrellDon't shrink window log when streaming with a dictionary
2021-01-04  Nick Terrell[test][regression] Add no source size with dictionary...
2021-01-04  Nick TerrellMerge pull request #2452 from terrelln/2021
2021-01-04  Nick Terrell[license] Update year to 2021 2452/head
2021-01-03  Yann ColletMerge pull request #2445 from facebook/nomsanfuzz
2020-12-29  Yann ColletMerge branch 'dev' into nomsanfuzz 2445/head
2020-12-29  Yann Colletfixed one more minor cast issue
2020-12-28  Yann ColletMerge branch 'dev' into nomsanfuzz
2020-12-28  Yann Colletfixed minor warnings introduced in #2439
2020-12-28  Yann ColletMerge pull request #2439 from senhuang42/skippable_fram...
2020-12-28  Yann ColletMerge pull request #2444 from indygreg/dict-ifndef...
2020-12-28  Yann Colletremove flackey msan ossfuzz test
2020-12-26  Gregory SzorcAdd ifndef guards for _LARGEFILE_SOURCE and _LARGEFILE6... 2444/head
2020-12-22  Yann ColletMerge pull request #2438 from facebook/makej
2020-12-22  Yann ColletMerge pull request #2440 from facebook/fixga32
2020-12-21  Yann Collettry to fix 32-bit test on github actions 2440/head
2020-12-21  Yann Collettry to fix cross-compiler tests 2438/head
2020-12-21  Yann ColletMerge pull request #2437 from facebook/zlibwrap_make
2020-12-21  senhuang42Use pre-defined constants 2439/head
2020-12-21  senhuang42Add unit test
2020-12-21  senhuang42Implement skippable frame function
2020-12-21  Yann Colletfix ppc64 build on circleci
2020-12-21  Yann Colletverbose cross-compile tests on circleci
2020-12-21  Yann Colletupdated clang+msan test
2020-12-21  Yann Colletfixed zstd+sanitizer build
2020-12-21  Yann Colletfixed zstd recipe
2020-12-21  Yann Collettry to keep libzstd.a "as is" once created
2020-12-20  Yann Colletstreamlined github action test 2437/head
2020-12-20  Yann Colletstreamline zlibwrapper makefile
2020-12-18  Yann Colletupdated version number to v1.4.8 2435/head
2020-12-18  Yann ColletMerge pull request #2434 from facebook/wksp_align4
2020-12-18  Yann Colletadded emphasis on the alignment condition of workspace 2434/head
2020-12-18  Yann ColletMerge pull request #2433 from facebook/travisless
2020-12-18  Yann Colletremoved duplicated release-only tests 2433/head
2020-12-18  Yann Colletremoved tests duplicated between TravisCI and Github...
2020-12-18  Yann ColletMerge pull request #2432 from facebook/check32
2020-12-17  Yann ColletMerge branch 'check32' of github.com:facebook/zstd... 2432/head
2020-12-17  Yann Colletremoving tests using too much resources for 32-bit...
2020-12-17  Yann ColletMerge pull request #2430 from terrelln/huf-compress...
2020-12-17  Yann Colletadded pre-requisites for 32-bit tests in CI
2020-12-17  Yann Colletadditional master->release switches (CI tests)
2020-12-17  Yann Colletadded a simple runtime test in CI for 32-bit binaries
2020-12-17  Nick TerrellFix alignment of scratchBuffer in HUF_compressWeights() 2430/head
2020-12-17  Yann Colletremoved incorrect test
2020-12-17  Yann Colletmoving all references to `release` branch
2020-12-16  Yann ColletMerge pull request #2426 from facebook/changelog147 v1.4.7
2020-12-16  Yann ColletMerge pull request #2427 from facebook/example_compile
2020-12-16  Yann Colletupdated version number to v1.4.7 2426/head
2020-12-15  Yann Colletstreamlined example recipe 2427/head
2020-12-15  Yann Colletadded api issues reported by @animalize
2020-12-15  Yann ColletUpdated CHANGELOG for v1.4.7
2020-12-15  Yann ColletMerge pull request #2424 from ihsinme/patch-1
2020-12-15  Yann ColletMerge pull request #2425 from animalize/changelog_date
2020-12-15  Yann ColletMerge pull request #2420 from terrelln/huf-comment
2020-12-14  animalizeadd release dates to CHANGELOG 2425/head
2020-12-13  ihsinmefix Integer Overflow 2424/head
2020-12-11  Yann ColletMerge pull request #2423 from facebook/no-ln
2020-12-11  Nick TerrellMerge pull request #2411 from terrelln/cmake-fixes
2020-12-10  Yann Colletrefinement : only copy if binary is different 2423/head
2020-12-10  Nick Terrell[CI][cmake] Disable --test-large-data and shorten fuzzi... 2411/head
2020-12-10  Yann Colletreplace final links by direct copy
2020-12-10  Nick Terrell[tests] Fix playTests.sh with spaces in path
2020-12-10  Nick Terrell[cmake] Quote environment variables for tests
2020-12-10  Nick Terrell[cmake] Fix pkgconfig quoting
2020-12-10  Nick Terrell[CI] Add cmake test for source dirs with spaces
2020-12-10  Felix HandteMerge pull request #2422 from felixhandte/doc-update...
2020-12-10  W. Felix HandteUpdate Zstd Compression Format to Clarify Repcode Behavior 2422/head
2020-12-09  Felix HandteMerge pull request #2421 from felixhandte/pc-no-sed
2020-12-09  Felix HandteMerge pull request #2419 from felixhandte/asan-dont...
2020-12-09  W. Felix HandteCreate Enum to Represent Static/Dynamic Allocation... 2419/head
2020-12-09  W. Felix HandteDon't ASAN-Poison Statically-Allocated Workspaces
2020-12-09  W. Felix HandteApply Same Strategy to CMake 2421/head
2020-12-09  W. Felix HandteAvoid Use of Regexes in Building Package-Config File
2020-12-08  Nick Terrell[huf_compress] Refactor and comment HUF_buildCTable() 2420/head
2020-12-08  senMerge pull request #2418 from senhuang42/fix_paramgrill...
2020-12-08  senhuang42Fix various conversion warnings 2418/head
2020-12-07  senMerge pull request #2408 from senhuang42/seekable_hang_fix
2020-12-05  Yann ColletMerge pull request #2417 from bimbashrestha/icc-fix
2020-12-05  Bimba ShresthaUsing add-apt-repository instead and installing intel... 2417/head
2020-12-05  Yann ColletMerge pull request #2413 from senhuang42/paramgrill_windows
2020-12-05  Yann ColletMerge pull request #2415 from facebook/fix_aliasing
2020-12-05  Yann Colletfix gcc-10 aliasing warning in zlib_wrapper 2415/head
2020-12-05  Yann Colletfix aliasing warning in decodecorpus
2020-12-05  Nick TerrellMerge pull request #2412 from animalize/dict_compressio...
2020-12-05  Yann Colletfix gcc-10 strict aliasing warnings
2020-12-05  Yann Colletminor speed improvement to HUF_readCTable()
2020-12-05  Nick TerrellMerge pull request #2414 from terrelln/mt-progress
2020-12-04  Nick Terrell[lib] Ensure that multithreaded compression always... 2414/head
2020-12-04  Nick TerrellMerge pull request #2410 from terrelln/zlib-wrapper
2020-12-03  senhuang42Allow paramgrill in cmake on windows 2413/head
2020-12-03  senhuang42Fix MSVC 2019 warnings
2020-12-03  senhuang42Add seekable tests to CI 2408/head
2020-12-03  senhuang42Clean up makefile for seekable tests
2020-12-03  animalizeuse ZSTD_CLEVEL_DEFAULT in zdict.c 2412/head
2020-12-03  Nick TerrellMerge pull request #2406 from terrelln/linux-wrapper-api
2020-12-02  Nick Terrell[zlibWrapper] Only use public zstd functions 2410/head
2020-12-02  Yann ColletMerge pull request #2409 from facebook/test_makefile
2020-12-02  Nick TerrellMerge pull request #2390 from animalize/clamp_level
2020-12-02  senhuang42Add unit tests to seekable
next