]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-08-04  inikep.travis.yml: tests merged together
2016-08-04  inikep.travis.yml: clang test joined into bigger test
2016-08-04  inikep.travis.yml: joined 7 smaller tests into 2 bigger
2016-08-03  inikepzstd_compression_format.md: improved formatting
2016-08-03  inikephuffman -> Huffman
2016-08-03  inikeptest-zstd-speed.py: md5 sum of executables
2016-08-03  inikeptest-zstd-speed.py: script versioning
2016-08-03  inikeptest-zstd-speed.py: added tests for clang
2016-08-03  inikepbench.c: removed benchResult_t
2016-08-03  inikepMerge remote-tracking branch 'refs/remotes/origin/minus...
2016-08-03  Yann Colletfixed dictionary generation, reported by Bartosz Taudul
2016-08-02  Yann Colletbumped library number
2016-08-02  Yann ColletZSTD_compress_usingCDict() correctly provides original...
2016-08-02  Yann Colletbench : implemented avgSize
2016-08-02  Yann Colletbench : controlled display update when loading lot...
2016-08-02  Yann Colletfixed doc typo
2016-08-02  inikepwhen ll=0 offset 3 becomes rep[0]-1 : in ZSTD_compressB...
2016-08-02  Yann ColletFixed : ZSTD_compress* can compress > 4 GB in a single...
2016-08-01  Yann Colletfixed analyzer warning
2016-08-01  Yann Colletfixed freeCDict
2016-08-01  Yann Colletupdated examples (#273)
2016-08-01  Yann Colletadded : resilience test for ZSTD_getErrorName()
2016-08-01  inikepwhen ll=0 offset 3 becomes rep[0]-1 : in ZSTD_compressB...
2016-08-01  inikep#define ZSTD_REP_MOVE_OPT (ZSTD_REP_NUM)
2016-08-01  inikepintroduce ZSTD_REP_MOVE_OPT
2016-08-01  Yann Colletminor style change
2016-08-01  Yann Colletchanged bench behavior for slow compression levels
2016-08-01  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-08-01  Yann ColletMerge pull request #268 from Cyan4973/dev v0.8.0
2016-08-01  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev 268/head
2016-08-01  Yann Colletupdated doc (#269)
2016-07-31  Yann ColletMerge pull request #267 from inikep/dev08
2016-07-31  inikepfixed ZSTD_compressBlock_opt_extDict_generic 267/head
2016-07-31  Yann ColletImplemented repOffset "minus 1" on ll==0
2016-07-31  Yann Colletupdated NEWS
2016-07-31  Yann ColletMerge pull request #266 from jrmarino/master
2016-07-31  jrmarinoEnable build on FreeBSD ports (includes DragonFly BSD) 265/head 266/head
2016-07-30  Yann Colletfix attempt on test-zstd-speed
2016-07-30  Yann Colletremoved "avg" evaluation from bench -q
2016-07-30  Yann Colletrestore decompression speed on fizzle
2016-07-30  Yann Colletzstd_opt uses same tables as zstd_compress
2016-07-30  Yann Colletcorrection on offset history (swap when llCode==0)
2016-07-30  Yann Colletfixed visual warning
2016-07-30  Yann Colletback to normal table cell copy
2016-07-30  Yann Colletminor decompression speed gains
2016-07-29  Yann Colletfixed too large selectivity level, reported by Ilona...
2016-07-29  Yann Colletslightly improved compression speed
2016-07-29  Yann Colletnew seqStore
2016-07-29  Yann ColletUpdated API comments, following suggestions by Bryan...
2016-07-29  Yann Colletminor readme update
2016-07-29  Yann ColletMerge pull request #264 from inikep/dev08
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-28  Yann Colletminor comments
2016-07-28  Yann Colletclarified comment
2016-07-28  Yann Colletfixed : frame concatenation without checksum
2016-07-28  Yann Colletzbuff uses ZSTD_compressEnd()
2016-07-28  Yann Colletintroduced stage zbf_end
2016-07-28  Yann ColletChanged ZSTD_compressEnd()
2016-07-28  Yann ColletClarified API comments, from suggestions by ‎Bryan...
2016-07-28  Yann ColletClarified API comments, from suggestions by ‎Bryan...
2016-07-27  Yann Colletapplied ZSTD_compressContinueThenEnd()
2016-07-27  Yann Colletcreated ZSTD_compressContinueThenEnd()
2016-07-27  Yann Colletnew frame end, 32-bits checksums
2016-07-27  Yann Colletminor code refactoring
2016-07-27  Yann Colletminor code style refactoring
2016-07-27  Yann Colletminor example variation
2016-07-27  Yann ColletZSTD_maxCLevel() is promoted to "stable" API (#254...
2016-07-27  Yann Colletfixed dictionary generation
2016-07-27  Yann Colletbetter support for large dictionaries (> 128 KB)
2016-07-27  Yann Colletimproved dictbuilder notifications on selectivity
2016-07-27  Yann Colletremoved fastscan mode
2016-07-27  Yann Colletadded tutorial warning messages for dictBuilder
2016-07-27  inikepoptimal parser: removed ZSTD_REP_INIT
2016-07-26  Yann ColletMerge pull request #262 from ebiggers/misc_updates
2016-07-26  Eric BiggersZSTD_decompressFrame(): use remainingSize instead of... 262/head
2016-07-26  Eric BiggersZSTD_decompressFrame(): pass up error code from ZSTD_de...
2016-07-26  Eric BiggersReplace remaining references to "direct mode" with...
2016-07-26  Yann ColletImproved speed on clang and gcc -O2, thanks to @ebigger...
2016-07-26  Yann Colletmulti-files -t doesn't stop after detecting magic numbe...
2016-07-26  Yann Colletfixed null-length round trip
2016-07-26  Yann Colletfixed --test on zero-length files, reported by @amnilsson
2016-07-26  Yann ColletMerge pull request #259 from inikep/dev08
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  Yann Colletstrengthened integrity tests
2016-07-25  Yann ColletMerge branch 'dev08' of github.com:Cyan4973/zstd into...
2016-07-25  Yann Colletfixed #260, reported by @amnilsson
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  Yann ColletMerge pull request #258 from inikep/dev08
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
next