]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2021-02-08  Issam E. MaghniCMake: Enable only C for lib and programs projects 2489/head
2021-02-06  Nick TerrellMerge pull request #2482 from terrelln/tracing
2021-02-06  Nick TerrellAdd basic tracing functionality 2482/head
2021-02-06  Nick TerrellMerge pull request #2488 from terrelln/continuity
2021-02-05  Nick Terrell[zstd] Fix NULL pointer addition in ZSTD_checkContinuity() 2488/head
2021-02-05  Yann ColletMerge pull request #2486 from facebook/nogcc6
2021-02-05  Yann ColletMerge pull request #2487 from facebook/fixcast
2021-02-05  Yann Colletfixed minor cast warning 2487/head
2021-02-05  Yann Colletremoved flackey gcc6 tests 2486/head
2021-01-22  Nick TerrellMerge pull request #2464 from mpu/ldmfixes
2021-01-22  Quentin Carbonneauxfix a variable name to reflect its nature 2464/head
2021-01-20  Quentin Carbonneauxfix warning and remove one more occurrence of makeEntry...
2021-01-20  Quentin Carbonneauxfix forgotten numTagBits in getTagMask
2021-01-20  Quentin Carbonneauxa couple performance improvement changes for ldm
2021-01-19  Yann ColletMerge pull request #2475 from facebook/parallel_build
2021-01-18  Yann Colletparallel make build on linux 2475/head
2021-01-18  Yann ColletMerge pull request #2466 from felixhandte/force-stdin...
2021-01-15  Nick TerrellMerge pull request #2473 from terrelln/recovery
2021-01-15  Nick Terrell[contrib][recovery] Add recovery_directory program 2473/head
2021-01-11  W. Felix HandteAlso Update Man Page Documentation 2466/head
2021-01-11  W. Felix HandteAllow Input From Console When `--force` is Passed
2021-01-11  senMerge pull request #2465 from senhuang42/cformat_2021
2021-01-11  Nick TerrellMerge pull request #2462 from lazka/cmake-fix-pc-escaping
2021-01-11  senhuang42Change year to 2021 for compression format file 2465/head
2021-01-09  Christoph Reitercmake: use configure_file() for creating the .pc file 2462/head
2021-01-08  yumeyaoFix visibility of symbols in .so (#2441)
2021-01-08  senMerge pull request #2446 from senhuang42/multiple_ddicts_v3
2021-01-08  Yann ColletMerge pull request #2457 from facebook/cli-dll
2021-01-08  Yann ColletMerge pull request #2459 from ThomasWaldmann/fix-typos
2021-01-07  senhuang42Fix Visual and staticanalyze warnings 2446/head
2021-01-07  Thomas Waldmannfixup: lits means literals 2459/head
2021-01-07  Yann ColletAdded library version check 2457/head
2021-01-07  Yann ColletMerge branch 'dev' into cli-dll
2021-01-07  Yann ColletMerge pull request #2455 from facebook/lessTests
2021-01-07  Thomas Waldmannfix typos (work done by Andrea Gelmini)
2021-01-07  senhuang42Allow freestanding lib script regex to detect XXH64(
2021-01-07  senhuang42Add streaming decompression to unit test
2021-01-07  senhuang42Address comments, clean up interface/internals
2021-01-07  senhuang42Add unit test, improve documentation
2021-01-07  senhuang42Use XXHash for hash function, create a sensible public...
2021-01-07  senhuang42Add debuglog statements
2021-01-07  senhuang42Reference requested dict ID at decompression time
2021-01-07  senhuang42Allocate memory for DDict hash set when parameter is set
2021-01-07  senhuang42Add parameter to control multiple DDicts
2021-01-07  senhuang42Implement hashset for dictIDs
2021-01-07  Yann ColletThe CLI can be linked to libzstd dynamic library
2021-01-07  Yann Colletremoved CLI dependency to legacy unsafe function 2456/head
2021-01-06  Yann Colletremoved redundant tests 2455/head
2021-01-06  Yann ColletMerge pull request #2454 from facebook/cycleLog_noDeps
2021-01-06  Yann Colletremoved internal dependency from CLI 2454/head
2021-01-05  Nick TerrellMerge pull request #2451 from terrelln/adjust-dict-2
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
next