]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-11-03  Nick TerrellZSTD_compress_usingDict() when dict gets loaded 439/head
2016-11-02  Yann ColletFix #418 : printing selected segments in zdict debug...
2016-11-01  Yann Colletminor display improvement in fuzzer when nb of tests... 438/head v1.1.1
2016-11-01  Yann Colletupdated man page
2016-10-31  Yann Colletupdated README, mentioning .zst suffix
2016-10-31  Yann ColletMerge pull request #436 from inikep/dev11
2016-10-31  Przemyslaw... added gen-zstd-manual.sh 436/head
2016-10-31  Przemyslaw... updated doc/zstd_manual.html
2016-10-31  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-10-29  Yann Colletmore accurate default maximum window size
2016-10-29  Yann ColletMerge pull request #434 from terrelln/dev
2016-10-28  Yann Colletchanged ZBUFF_* by ZSTD_*Stream() within fullbench,
2016-10-28  Yann Colletfixed benchmark mode typo .
2016-10-28  Nick Terrell[pzstd] Move -I flags to PZSTD_CPPFLAGS 434/head
2016-10-28  Yann Colletupdated man page
2016-10-28  Yann ColletMerge pull request #433 from inikep/dev11
2016-10-28  Przemyslaw... test-zstd-speed.py: default timeout changed to 1800... 433/head
2016-10-28  Yann ColletMerge pull request #432 from inikep/dev11
2016-10-28  Yann ColletMerge pull request #430 from terrelln/exec-sequences
2016-10-28  Przemyslaw... test-zstd-speed.py: converted to python3 and added... 432/head
2016-10-28  Przemyslaw... generate RES files during each compilation
2016-10-28  Przemyslaw... generate_res.bat moved to programs/windres
2016-10-28  Przemyslaw... generate_res moved to programs/windres
2016-10-28  Przemyslaw... generate_res.bat: automatic detection if windres.exe...
2016-10-28  Przemyslaw... updated build\VS2010\zstd\generate_res\verrsrc.h
2016-10-28  Yann ColletMerge pull request #431 from terrelln/perf-regr
2016-10-27  Nick TerrellFix ZSTD_execSequence() performance regression 431/head
2016-10-27  Yann ColletZSTD_initCStream() optimization : do not allocate a...
2016-10-27  Yann Colletminor const added
2016-10-27  Yann Colletprint one global summary (instead of one per file)
2016-10-27  Yann Colletadded example multiple_streaming_compression
2016-10-26  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-10-26  Nick Terrell[pzstd] Fix test mode for streaming input
2016-10-26  Nick TerrellZSTD_execSequence() accepts match in last 7 bytes 430/head
2016-10-26  Yann Colletadded ZSTD_initDStream_usingDDict() .
2016-10-25  Yann Colletfirst sketch for ZSTD_initCStream_usingCDict()
2016-10-25  Yann ColletMerge pull request #429 from inikep/btopt2
2016-10-25  Yann ColletMerge pull request #428 from inikep/dev11
2016-10-25  Przemyslaw... added ZSTD_btopt2 strategy 429/head
2016-10-25  Przemyslaw... Windows resources moved to programs/windres/ 428/head
2016-10-25  Przemyslaw... images/ moved to doc/images/
2016-10-25  Yann ColletMerge pull request #426 from terrelln/fixes
2016-10-25  Yann Colletupdated comments on context re-use
2016-10-24  Nick TerrellFix compiler narrowing warning 426/head
2016-10-24  Nick TerrellMerge remote-tracking branch 'upstream/dev' into fixes
2016-10-24  Yann ColletMerge pull request #425 from inikep/dev11
2016-10-24  Nick TerrellReject dictionaries with incomplete entropy tables
2016-10-24  Przemyslaw... added doc\zstd_manual.html 425/head
2016-10-24  Przemyslaw... added contrib\gen_html
2016-10-24  Przemyslaw... zstd_compression_format.md moved to doc/
2016-10-22  Yann ColletMerge pull request #423 from terrelln/exec-seq-patch
2016-10-21  Nick TerrellFix small bug in ZSTD_execSequence() 423/head
2016-10-21  Przemyslaw... improved ZSTD_compressBlock_opt_extDict_generic
2016-10-21  Yann Colletprotect ZSTD_decodeFrameHeader() from invalid usage...
2016-10-20  Przemyslaw... zstd_opt.h: small improvement in compression ratio
2016-10-20  Przemyslaw... Merge remote-tracking branch 'refs/remotes/facebook...
2016-10-20  Przemyslaw... Merge remote-tracking branch 'refs/remotes/origin/dev...
2016-10-19  Nick TerrellFix stack buffer overrun when weightTotal == 0
2016-10-18  Nick TerrellUnitialized memory read in ZSTD_decodeSeqHeaders()
2016-10-18  Yann Colletimproved dicitonary segment merge
2016-10-18  Yann Colletuse implicit rules to compile zstd_decompress.c
2016-10-18  Nick TerrellBackport fix from commit 125d817
2016-10-18  Nick TerrellBackport fix from commit 9e8b09a
2016-10-18  Yann Colletdetect early impossible decompression scenario in legac...
2016-10-18  Yann Colletno repeat mode in legacy v0.5
2016-10-18  Yann Colletfixed invalid invocation of dictionary in legacy decode...
2016-10-18  Yann Colletfix edge case
2016-10-18  Nick TerrellFix stack buffer overflow in HUF_readCTable()
2016-10-18  Yann Colletfix command line interpretation
2016-10-18  Yann Colletfixed minor corner case
2016-10-17  Nick TerrellFix buffer overrun in ZSTD_loadDictEntropyStats()
2016-10-17  Nick TerrellFix buffer overrun in ZSTD_loadEntropy()
2016-10-17  Nick TerrellCheck if dict is empty before reading first byte
2016-10-14  Yann Colletminor opt
2016-10-14  Nick Terrell[pzstd] Fix lantent bug in WorkQueue::push()
2016-10-14  Nick Terrell[pzstd] Add Logger class
2016-10-14  Nick Terrell[pzstd] Reuse ZSTD_{C,D}Stream
2016-10-14  Nick Terrell[pzstd] Put ErrorHolder into SharedState
2016-10-14  Nick Terrell[pzstd] Run the reading thread separately
2016-10-14  Nick Terrell[pzstd] Add asan and tsan tests to travis
2016-10-14  Nick Terrell[pzstd] Print the correct width ints
2016-10-14  Nick Terrell[pzstd] Fix Makefile
2016-10-14  Yann Colletrefactor for long commands
2016-10-14  Yann Colletadded long commands --memory= and --memlimit-decompress=
2016-10-14  Yann Colletadded long comment --memlimit=
2016-10-14  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-10-14  Yann Colletnew command -M#, to limit memory usage during decompres...
2016-10-13  Yann ColletMerge pull request #417 from terrelln/ubsan-failures
2016-10-13  Nick TerrellFix ubsan failures (pass NULL to memcpy) 417/head
2016-10-13  Yann Colletadded ZSTD_error_frameParameter_windowTooLarge (#403)
2016-10-12  Yann Colletupdated visual projects
2016-10-12  Yann ColletMerge pull request #406 from pixelb/pzstd-test-headless
2016-10-12  Yann Colletmake creates libzstd binaries (#415)
2016-10-12  Yann Colletfix cmake
2016-10-12  Yann ColletMerge pull request #416 from terrelln/exec-sequence
2016-10-12  Nick TerrellFix ZSTD_execSequence() edge case 416/head
2016-10-12  Yann Colletbumped version number
2016-10-12  Yann Colletcreated error_private.c, so that a single list of error...
2016-10-11  Yann Colletadded zstd_errors.h to include installation
2016-10-11  Yann Colletchanged error_public.h into zstd_errors.h
next