]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-07-29  inikepzstd_opt.h: fixed checking of rep codes (2) 264/head
2016-07-29  inikeptest-zstd-speed.py: force to compile zstd32
2016-07-29  inikepzstd_opt.h: fixed checking of rep codes
2016-07-27  inikepoptimal parser: removed ZSTD_REP_INIT
2016-07-26  inikeptest-zstd-speed.py: added automated speed test for... 259/head
2016-07-26  inikeputil.h: detect if an error occurs in readdir() (thanks...
2016-07-26  inikepTravis CI: removed -Werror from powerpc compilation
2016-07-25  inikepfixed gcc warning: always_inline function might not...
2016-07-25  inikepupdated CMake and VS projects to support decoder for...
2016-07-25  inikeplegacy decoder for v0.7 format
2016-07-25  inikepzstd_compression_format.md: "Little-endian" instead... 258/head
2016-07-25  inikepfixed description of Frame_Content_Size_flag
2016-07-25  inikepupdated zstd_compression_format.md 257/head
2016-07-25  inikeptest-zstd-speed.py: fixed checking of ratio limit
2016-07-24  Yann Colletfixes oob read
2016-07-24  Yann Colletbetter MOREFLAGS
2016-07-24  Yann Colletremoved special case all-1 huffman distribution
2016-07-24  Yann Colletminor comment changes
2016-07-23  Yann Colletfixed doc on cLevel default, reported by Oliver Lange
2016-07-23  Yann Colletunified encoding types
2016-07-23  Yann Colletchanged enccoding type order : raw, rle, compressed...
2016-07-22  Yann Colletmade accuracy limits "hard" instead of "recommended"
2016-07-22  Yann Colletfixed typo in literal block size mode, reported by...
2016-07-22  Yann Colletchanged streamNb order to 1-4-4-4
2016-07-22  Yann Colletmore complete support for literals repeat mode
2016-07-22  Yann Colletfixed : big-endian decoding
2016-07-22  Yann Colletdisabled VersionsTest : cannot work without legacy...
2016-07-22  Yann Colletfixed 32-bits compilation
2016-07-22  Yann Colletfixed conversion warnings
2016-07-22  Yann Colletminor
2016-07-22  Yann Colletforce loop-align to 32 for zstd_decompress
2016-07-22  Yann Colletchanged filed order
2016-07-22  Yann ColletLiterals header fields use little endian convention
2016-07-22  Yann ColletcBlockSize uses little-endian convention
2016-07-22  Yann Colletupdate header to v0.8
2016-07-22  Yann Colletupdated cLevels
2016-07-20  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-07-20  Yann Colletminor comments clarifications
2016-07-19  Yann ColletMerge pull request #255 from inikep/dev
2016-07-19  inikeptest-zstd-speed.py: generate warning on noticeable... 255/head
2016-07-19  inikeptest-zstd-speed.py: added --verbose option
2016-07-19  Yann ColletMerge pull request #253 from gymdis/heapmode_off_legacy_fix
2016-07-19  Christopher... Fix compile issue with ZSTD_LEGACY_SUPPORT=1 and ZSTD_H... 252/head 253/head
2016-07-19  inikeptest-zstd-speed.py: ignore "coverity_scan" and "gh...
2016-07-19  inikepAppVeyor: fixed mingw32 test
2016-07-18  Yann ColletZSTD_getBlockSizeMax()
2016-07-18  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-07-18  Yann Colletminor : long tests display progression status
2016-07-18  Yann Colletminor doc clarifications
2016-07-18  Yann Colletfixed cmake project
2016-07-18  Yann Colletfixed VS2008 projects
2016-07-18  Yann Colletfixed zlibWrapper examples for lib/zstd.h
2016-07-18  Yann Colletremoved filters files
2016-07-18  Yann Colletupdate Visual projects for /lib/zstd.h
2016-07-17  Yann Colletmoved `zstd.h` to `/lib`
2016-07-17  Yann Colletupdate version to v0.7.5
2016-07-17  Yann Colletminor compression level corrections
2016-07-17  Yann Colletminor static assert for 32/64 bits system. Suggested...
2016-07-17  Yann Colletfixed : premature frame end on zero-sized raw block...
2016-07-16  luben karavelovAdd legacy support for the low-level streaming API
2016-07-16  Yann Colletupdated NEWS
2016-07-16  Yann ColletMerge pull request #249 from chipturner/master
2016-07-16  Chip TurnerUpdate brew for 0.7.4 249/head
2016-07-16  Yann ColletMerge pull request #248 from Cyan4973/dev v0.7.4
2016-07-16  Yann ColletMerge pull request #247 from cadedaniel/dev 248/head
2016-07-15  Yann Collet-v and --verbose increase display level by 1
2016-07-15  Yann Colletupdated doc
2016-07-15  Yann Colletadded dictionary_compression.c example
2016-07-15  Yann Colletminor formatting changes
2016-07-15  Yann Colletminor specification clarifications, suggested by @ebiggers
2016-07-15  Yann Colletimplemented dictID reserved ranges
2016-07-15  Yann Colletadded target zstd in root Makefile
2016-07-15  Yann Colletadapted fuzzer test to new blockSizeMax rule for ZSTD_c...
2016-07-15  Yann ColletZSTD_compressBlock() limits block size depending on...
2016-07-15  Yann Colletimproved efficiency for large messages with small dicti...
2016-07-14  Cade DanielAdding brew formula for easy install 247/head
2016-07-14  Yann Colletfixed issue with small dictionary
2016-07-14  Yann Colletfixed minor coverity warning
2016-07-14  Yann Colletfixed paramgrill
2016-07-14  Yann Colletremoved debugging traces
2016-07-14  Yann Colletfixed a few minor coverity warnings
2016-07-14  Yann Colletsimplified ZSTD_estimateCCtxSize()
2016-07-14  Yann Colletfixed conversion warning
2016-07-13  Yann Colletfixed minor coverity warning
2016-07-13  Yann Colletfixed minor coverity warnings
2016-07-13  Yann Colletminor spec wording
2016-07-13  Yann Colletfixed minor coverity warning
2016-07-13  Yann Colletreduced paramgrill dependency to C standard lib only
2016-07-13  Yann Colletchanged macro name to ZSTDCLI_CLEVEL_DEFAULT
2016-07-13  Yann Colletupdated compression levels table
2016-07-13  Yann Colletchanged default compression level to 3 (can be modified...
2016-07-13  Yann Colletchanged for #245
2016-07-13  Yann Colletnew paramgrill mode : `-O#` : find optimal parameters...
2016-07-13  Yann Colletminor filter improvement
2016-07-12  Yann Colletfixed conversion warning
2016-07-12  Yann Colletupdated paramgrill
2016-07-12  Yann ColletMerge branch 'dFast2' into dev
2016-07-12  Yann Colletfixed dfast strategy
2016-07-12  Yann Colletminor readme mod
2016-07-12  Yann Colletfirst version of doubleFast
next