]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-06-21  inikepMakefile: added gcc5test and gcc6test 219/head
2016-06-21  inikeptest-zstd-speed.py: added send_simple_email
2016-06-21  inikepbench.c: use ZSTD_VERSION_STRING
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
2016-06-14  Christophe... Removed old xxx_static.h header references from VS2010... 209/head
2016-06-14  Yann Colletfixed corruption with inter-blocks repeated offsets
2016-06-13  Yann Colletadding inter-blocks rep-offsets
2016-06-13  Yann ColletCheck `repIndex` for validity
2016-06-13  inikepzlibWrapper: improved memory deallocation in case of...
2016-06-13  Yann ColletMerge pull request #208 from inikep/dev
2016-06-13  inikepfixed test-zstd-speed.py default "--message" parameter 208/head
2016-06-12  Yann ColletMoved versionsTest on Travis to Ubuntu Server VM
2016-06-12  Yann Colletfixed gcc warning on uninitialized structure variable
2016-06-12  Yann Colletre-enable versionsTest on Travis
2016-06-12  Yann ColletMerge pull request #207 from KrzysFR/msbuild_scripts
2016-06-12  Christophe... Renamed vs_ prefix to msuild_, added SETLOCAL 207/head
2016-06-11  Yann ColletFixed decompression issue with invalid data
2016-06-11  Yann Colletenable repeat-entropic-stats mode
2016-06-11  Yann ColletLiteral decompression builds Huffman tables within...
2016-06-10  Yann ColletAdded single-stream decompression variant using externa...
2016-06-10  Yann ColletUpdated huff0
2016-06-10  Yann ColletMerge pull request #205 from inikep/dev
2016-06-10  inikepMerge remote-tracking branch 'refs/remotes/origin/legac... 205/head
2016-06-10  Yann Colletcompleted `.gitignore`
2016-06-10  Yann ColletMerge pull request #203 from inikep/dev
2016-06-10  inikepAdditional remarks for tests\README.md 203/head
2016-06-10  inikepadded how to run test-zstd-speed.py in background
2016-06-10  inikepadded tests\README.md
2016-06-10  inikepimproved test-zstd-speed.py
2016-06-09  Yann Collet`litBlockType_t` is an `enum`
2016-06-09  Yann ColletAdded command `--rm` : remove source file after success...
2016-06-09  inikepfixed warnings from Travis
2016-06-09  inikepproject updated for legacy decoder zstd_v06.c
2016-06-09  inikepadded legacy decoder for v0.6 format
2016-06-09  inikeptest-zstd-speed.py: fixed git clone
2016-06-09  inikepupdate python scripts permissions
2016-06-09  inikepadded test-zstd-speed.py
2016-06-09  inikep"versionsTest" renamed to "tests"
2016-06-09  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-06-08  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-06-08  Yann Colletupdated huff0 - now generates a common HUF_DTable type...
2016-06-07  Yann ColletMerge pull request #202 from KrzysFR/msbuild_scripts
2016-06-07  Christophe... Simplified and reordered the arguments to build.generic... 202/head
2016-06-07  Christophe... Use Rebuild target instead of Clean+Build
2016-06-07  Yann ColletRemoved `ZSTD_*_usingPrepared?Ctx()` declaration from...
2016-06-07  Christophe... Added build commands for various versions of Visual...
2016-06-06  Yann ColletIntegrated new dictionary API into bench module
2016-06-06  Yann Colletfirst implementation of the new dictionary API (untested)
2016-06-06  Yann ColletAdded decoding of RLE blocks
2016-06-06  Yann Colletremoved msan tests, due to issues with `datagen.c`
2016-06-06  Yann Colletattempt to re-enable msan tests
2016-06-06  Yann Colletfixed initialization issue in bench
2016-06-06  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-06-06  Yann ColletMerge pull request #200 from Cyan4973/dev070
2016-06-06  Yann Colletfixed initialization mismatch in `ZSTD_copyCCtx()` 200/head
2016-06-05  Yann Colletfixed minor visual conversion warning
2016-06-05  Yann Colletnew frame format, allowing custom window size
2016-06-04  Yann Colletreduced dependencies
2016-06-04  Yann Colletupdated README following merging of `*_static.h`
2016-06-04  Yann Colletremoved `HUF_readStats()` from public space
2016-06-04  Yann Colletfixed cmake project
2016-06-04  Yann ColletMerged `fse_static` into `fse.h` . Now requires `FSE_ST...
2016-06-04  Yann Colletmerged `huf_static.h` into `huf.h` . Requires `HUF_STAT...
2016-06-04  Yann Colletminor comment (detailing an `#include` motivation)
2016-06-04  Yann Colletcommented out versionTests, which can not work while...
2016-06-04  Yann Colletfixed cmake project
2016-06-04  Yann Colletremoved `ZSTD_highbit()` from `zstd_internal.h`, as...
next