]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-07-03  Juan Francisco... Redundant entry for options in the man page. 234/head 237/head
2016-07-03  Yann Colletfixed minor visual warning 236/head
2016-07-03  Yann ColletUpdated specifications
2016-07-02  Yann ColletZSTD_storeSeq takes an U32 as offset type
2016-07-02  Yann Colletfileio.c no longer depends on zstd_internal.h
2016-07-02  Yann Colletsimplified repcodes for lazy_extDict
2016-07-02  Yann Colletfix lazy parser
2016-07-02  Yann Colletfix for fast mode
2016-07-02  Yann Colletremoves Visual warning on strerror()
2016-07-02  Yann Colletrevert fix
2016-07-02  Yann Collet`-c` does no longer modify displayLevel when `-v` set.
2016-07-02  Yann Colletupdated NEWS
2016-07-02  Yann Colletfixed risk of segfault on very large files (multiple GB)
2016-07-02  Yann Colletextended use of strerror(errno)
2016-07-01  Yann Colletextended use of strerror(errno)
2016-07-01  Yann Colletuse strerror(errno) to return system error message
2016-07-01  Yann ColletUpdated doc
2016-07-01  Yann ColletExplicit error message when dst file cannot be created...
2016-07-01  Yann Colletupdate specification and comments
2016-06-30  Yann Colletupdated frame specification with recommended max window...
2016-06-30  Yann ColletNew : Zstandard Frame format specification
2016-06-30  Yann Colletfix : potential leak (#229)
2016-06-27  Yann Colletuse ZSTD_getParams() to simplify code
2016-06-27  Yann ColletIntroduced ZSTD_getParams()
2016-06-27  Yann Colletremoved useless context
2016-06-27  Yann Colletfixed error messages
2016-06-27  Yann Colletupdated version to v0.7.2
2016-06-26  Yann Colletfixed ZSTD_decompressBlock() using multiple blocks
2016-06-26  Yann ColletImproved comments
2016-06-22  Yann ColletMerge pull request #221 from inikep/dev 222/head
2016-06-22  inikeptest-zstd-speed.py: reordering of functions 221/head
2016-06-22  inikeptest-zstd-speed.py: improved exception handling
2016-06-22  inikeptest-zstd-speed.py: added --message in start and finish...
2016-06-22  Yann ColletMerge pull request #220 from inikep/dev
2016-06-22  inikepMerge remote-tracking branch 'refs/remotes/origin/speed... 220/head
2016-06-22  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-06-22  inikepbench.c: added support for ZSTD_GIT_COMMIT
2016-06-22  inikeptest-zstd-speed.py: added ZSTD_GIT_COMMIT
2016-06-22  inikeptest-zstd-speed.py: sent e-mail after KeyboardInterrupt
2016-06-22  Yann Colletfixed strict-aliasing warning on gcc6 217/head
2016-06-22  inikeptest-zstd-speed.py: improved log and e-mail formatting
2016-06-22  inikeptest-zstd-speed.py: send e-mail in case of error
2016-06-22  Yann ColletFixed : dictBuilder fails if first sample is too small
2016-06-21  Yann ColletMerge pull request #219 from inikep/dev
2016-06-21  inikeptest-zstd-speed.py: improved formatting
2016-06-21  inikepMakefile: added gcc5test and gcc6test 219/head
2016-06-21  Yann Colletfix : segfault in command line during automatic overwri...
2016-06-21  Yann Colletrefactored ZBUFF_compressEnd() for better maintainability
2016-06-21  Yann Colletzbufftest now ensures ZBUFF_compressEnd() is fully...
2016-06-21  Yann Colletfix : ZBUFF_compressEnd() gives right amount remaining...
2016-06-21  Yann ColletFixed : ZBUFF_compressEnd() called multiple times with...
2016-06-21  Yann Colletstronger fuzzer tests for ZBUFF_compressEnd()
2016-06-21  Yann Colletclarified comments on `ZSTD_compressContinue()`
2016-06-21  inikeptest-zstd-speed.py: added send_simple_email
2016-06-21  inikepbench.c: use ZSTD_VERSION_STRING
2016-06-21  Yann Colletupdated library to v0.7.1
2016-06-21  Yann Colletminor refactor
2016-06-20  Yann Colletminor : fast_extDict does no longer skip first byte 216/head
2016-06-20  Yann Colletnew correction, less extreme replacement value
2016-06-20  Yann Colletfixed corruption error related to inter-blocks rep...
2016-06-20  Yann ColletModified : zstd CLI enables checksum by default
2016-06-20  Yann ColletroundTripCrash automatic compression level now depends...
2016-06-19  Yann ColletModified : ZSTD_createDDict() accepts dictionary <...
2016-06-19  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-06-19  Yann Colletminor refactor, using `WILDCOPY_OVERLENGTH` macro inste...
2016-06-17  Yann ColletMerge pull request #213 from inikep/dev
2016-06-17  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 213/head
2016-06-17  inikeptest-zstd-versions.py: fixed creation of dictionaries...
2016-06-17  inikeptest-zstd-versions.py: create and test dictionaries...
2016-06-17  inikeptest-zstd-versions.py: improved error handling
2016-06-17  inikeptest-zstd-versions.py: fixed DEVNULL
2016-06-17  Yann ColletJoined `seqStore` initialization at dispatch point
2016-06-16  inikeptest-zstd-versions.py: dictionary compression with...
2016-06-16  inikeptest-zstd-versions.py: test dictiony compression for...
2016-06-16  Yann Colletminor comment change 212/head
2016-06-16  Yann ColletMove `build` into `projects/build`
2016-06-16  Yann Collet`.cmd` files use windows-style eol
2016-06-16  Yann ColletAdded build/README from @KrzysFR (#201)
2016-06-16  Yann Colletmake room for reserved "information bit" in frame header
2016-06-16  inikeptest-zstd-versions.py: create dictionaries for v0.5...
2016-06-16  Yann Colletupdate readme for 0.7
2016-06-16  Yann Colletbetter seed randomization for systems with poor clock...
2016-06-16  Yann ColletFixed zstd_opt encoding error with repeat-offsets
2016-06-16  Yann Colletfuzzer : tests with high id are run without need to...
2016-06-15  Yann Colletfixed ptr arithmetic warning
2016-06-15  Yann Colletzdict stores standard rep-offset.
2016-06-15  Yann Colletstrengthened dict loading on decompresson side
2016-06-15  Yann Colletdecoder restores repOffsets from dictionary
2016-06-15  Yann ColletRepsCodes are saved into Dict
2016-06-15  Yann Colletfixed fuzzer error (inter-block repeated offsets)
2016-06-15  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-06-15  Yann Colletfixed dictionary tests
2016-06-15  Yann ColletFixed decompression of literals in dictionary mode
2016-06-15  Yann ColletMerge pull request #211 from tobijdc/patch-5
2016-06-15  Tobias IbounigFix Max Compression Level in zstd.1 211/head
2016-06-15  Yann Colletstronger dictionary compression tests
2016-06-15  Yann ColletMerge pull request #210 from inikep/dev
2016-06-15  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 210/head
2016-06-14  Yann ColletMerge pull request #209 from KrzysFR/dev
2016-06-14  Yann Colletfixed conversion warnings
next