]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-12-11  Yann Colletfix assert position within ZSTD_compress2() 1417/head
2018-12-11  Yann Colletclarified experimentalParam
2018-12-11  Yann Colletfixed ZSTD_compress2()
2018-12-06  Yann Colletmoved ZSTD_WINDOWLOG_LIMIT_DEFAULT into static-linking...
2018-12-06  Yann Colletclarified usage of word "job"
2018-12-06  Yann Colletchanged parameter names from ZSTD_p_* to ZSTD_c_*
2018-12-06  Yann Colletupdated API documentation
2018-12-05  Yann ColletZSTD_decompressDCtx() is compatible with sticky parameters
2018-12-05  Yann Colletmerge dedicated dParam setters
2018-12-05  Yann Colletwrite the switch()case: differently
2018-12-04  Yann Colletfixed silent conversion warning
2018-12-04  Yann Colletfixed declaration-after-statement warnings
2018-12-04  Yann Colletimplemented ZSTD_dParam_getBounds()
2018-12-04  Yann Colletadvanced decompression function replaces by normal...
2018-12-03  Yann Colletjoined normal streaming API with advanced one
2018-11-30  Yann Colletpreparative for ZSTD_DCtx_setParameter()
2018-11-30  Yann Colletcreated ZSTD_compress2() and ZSTD_compressStream2()
2018-11-22  Yann Colletpushed experimental parameters
2018-11-21  Yann ColletgetParameter fills an int*
2018-11-21  Yann Colletpromote ZSTD_findFrameCompressedSize() into staging...
2018-11-21  Yann Colletchanged hashEveryLog into hashRateLog
2018-11-21  Yann Colletfixed fall-through
2018-11-21  Yann Colletcompleted implementation of ZSTD_cParam_getBounds()
2018-11-20  Yann Colletfixed remaining searchLength invocations
2018-11-20  Yann Colletchanged searchLength into minMatch
2018-11-20  Yann Colletchanged enum type name to ZSTD_ResetDirective
2018-11-20  Yann ColletZSTD_CCtx_setParameter : `value` argument is now `int`
2018-11-20  Yann Colletremoved some constants and _simpleArgs() from staging
2018-11-16  Yann Colletfixed fuzz src
2018-11-16  Yann Colletupdated ZSTD_DCtx_reset()
2018-11-15  Yann Colletupdated manual
2018-11-15  Yann ColletMerge branch 'dev' into advancedAPI
2018-11-15  Nick TerrellMerge pull request #1416 from terrelln/rsync
2018-11-15  Nick Terrell[tests] Add rsyncable tests 1416/head
2018-11-15  Nick Terrell[cli] Set the job size
2018-11-15  Nick Terrell[cli] Add rsyncable
2018-11-15  Nick Terrell[lib] Add rsyncable mode
2018-11-15  Yann Colletadded advanced decompression api
2018-11-14  Yann Colletfixed fuzz test src code
2018-11-14  Yann Colletfinalized retrofit of ZSTD_CCtx_reset()
2018-11-14  Yann ColletMerge branch 'dev' into advancedAPI
2018-11-14  Yann ColletMerge pull request #1415 from facebook/benchfn
2018-11-14  Yann Colletmodified ZSTD_CCtx_reset()
2018-11-14  Yann Colletadded constant ZSTD_WINDOWLOG_LIMIT_DEFAULT
2018-11-14  Yann Colletadded constant ZSTD_MAGIC_SKIPPABLE_MASK
2018-11-14  Yann Colletremoved some `static const` variables
2018-11-14  Yann Colletcircumvent gcc-8 strict aliasing warning 1415/head
2018-11-13  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2018-11-13  Yann Colletbumped version number to v1.3.8
2018-11-13  Yann Colletfixed decode-only test condition
2018-11-13  Yann Colletfix debug trace
2018-11-13  Yann Colletfixed VS2010+ build script
2018-11-13  Yann Colletfixed cmake build script
2018-11-13  Yann Colletchanged benchfn api
2018-11-13  Yann Colletbenchfn can provided faulty return value
2018-11-13  Yann Colletseparated bench module into benchfn and benchzstd
2018-11-13  Yann ColletMerge pull request #1413 from felixhandte/attach-dict...
2018-11-13  Yann Colletchanged PREFETCH() macro into PREFETCH_L2()
2018-11-12  W. Felix HandteConst 1413/head
2018-11-12  W. Felix HandteFix Fuzz Range
2018-11-12  W. Felix HandteFix Types
2018-11-12  W. Felix HandteSwitch Enum to Only Non-Negative Values, Update Comments
2018-11-12  W. Felix HandteFix #1412: Perform Signed Comparison When Setting Attac...
2018-11-09  Yann ColletMerge pull request #1411 from facebook/prefetch_dict
2018-11-09  Yann ColletMerge pull request #1410 from facebook/prefetch_dec
2018-11-09  Yann ColletImproves decompression speed when using cold dictionary 1411/head
2018-11-08  Yann ColletMerge pull request #1409 from terrelln/tsan-dict
2018-11-08  Yann Colletreduced assertion strength 1410/head
2018-11-08  Yann Colletadded a simple test case for decode-only benchmark...
2018-11-08  Yann Colletimprove long-range decoder speed
2018-11-08  Yann Colletfixed decompression-only benchmark
2018-11-08  Nick TerrellRun TSAN fuzztest 1409/head
2018-11-08  Nick TerrellAdd multithreaded dictbuilder tests to fuzzer.c
2018-11-08  Nick TerrellSignal before unlocking in pool.c
2018-11-08  Yann ColletMerge pull request #1408 from szreder/dev
2018-11-08  Bartosz SzrederPrevent deadlock on malloc() failure. 1408/head
2018-11-06  Yann ColletMerge pull request #1405 from pitrou/allow_cmake_debug_...
2018-11-06  Antoine PitrouAllow creating debug builds with CMake 1405/head
2018-11-06  Yann ColletMerge pull request #1404 from facebook/T36302429
2018-11-06  Yann ColletMerge pull request #1403 from facebook/assert_opt
2018-11-06  Yann Colletfixed T36302429 1404/head
2018-11-06  Yann Colletjust add an assert() in ZSTD_insertBtAndGetAllMatches() 1403/head
2018-10-29  Yann ColletMerge pull request #1395 from facebook/decompressblock
2018-10-29  Yann ColletMerge pull request #1398 from bmwiedemann/pgo
2018-10-29  Yann Colletfixed a second memset() on NULL 1395/head
2018-10-29  Yann Colletfixed memcpy() on NULL warning
2018-10-29  Yann ColletMerge pull request #1396 from facebook/huf_refactor
2018-10-29  Bernhard M... pgo: also optimize compression 1398/head
2018-10-29  Bernhard M... zstd-pgo: do not make clean and zstd in parallel
2018-10-26  Yann Colletadded flag -Wc++-compat
2018-10-26  Yann Colletrenamed NEWS as CHANGELOG
2018-10-26  Yann Colletminor clarifications of history update rules
2018-10-26  Yann ColletMerge pull request #1392 from coetry/dev
2018-10-26  Yann ColletMerge pull request #1394 from terrelln/circleci-packaging
2018-10-26  Yann ColletMerge branch 'dev' into huf_Refactor 1396/head
2018-10-26  Yann Colletadded a few comments for clarifications
2018-10-26  Yann ColletMerge branch 'dev' into decompressblock
2018-10-26  Yann ColletMerge pull request #1390 from facebook/nullAsOutput
2018-10-26  Allen Haivertically align code comment 1392/head
2018-10-26  Yann Colletrefactor HUF_compress_internal for clarity
next