]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-06-13  inikepfixed test-zstd-speed.py default "--message" parameter 208/head
2016-06-10  inikepMerge remote-tracking branch 'refs/remotes/origin/legac... 205/head
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  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...
2016-06-04  Yann Colletfixed zlib wrapper for new `.h` strategy
2016-06-04  Yann ColletMerged `zstd_static.h` into `zstd.h` . Now requires...
2016-06-04  Yann ColletRemoved ZBUFF internal util function from public area
2016-06-04  Yann Colletmerged `zbuff_static.h` into `zbuff.h` . Now requires...
2016-06-04  Yann Colletmerged `zdict_static.h` into `zdict.h`. Now requires...
2016-06-04  Yann Colletminor comment change (unfinished description of new...
2016-06-03  Yann Colletbetter dynamic memory adaptation when using CLI
2016-06-03  Yann Colletrestore ZBUFF full-block-size, for better performance...
2016-06-03  Yann ColletMerge branch 'dev070' of github.com:Cyan4973/zstd into...
2016-06-03  Yann ColletMerge pull request #198 from inikep/dev070
2016-06-03  inikepzlibWrapper: compress uses ZWRAP_DEFAULT_CLEVEL 198/head
2016-06-03  inikepzlibWrapper: improved error handling
2016-06-03  Yann Colletminor decoder code refactoring
2016-06-03  inikepfixed: deallocation of structures in case of error...
2016-06-03  inikepzlibWrapper: ZWRAP_createDCtx and ZWRAP_freeDCtx use...
2016-06-03  Yann Colletminor decoder code refactoring
2016-06-03  Yann Colletdictionary size objective can be described in Megabytes
2016-06-03  Yann Colletminor code refactoring
2016-06-03  inikepzlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use...
2016-06-03  inikepdefaultCustomNULL replaced with defaultCustomMem
2016-06-03  inikepremoved calloc calls from lib/
2016-06-03  inikepadded defaultCustomNULL
2016-06-03  inikepTravis cmaketest will also run "make install" and ...
2016-06-03  inikepcmake project: added "make clean-all"
2016-06-03  inikepcmake project: fixed "make install"
2016-06-02  inikepVS projects: remove duplicated xxhash.c and xxhash.h
2016-06-02  inikepzlibWrapper: added gcc flag -Wdeclaration-after-statement
2016-06-02  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-06-02  inikepzlibWrapper: support for stricter gcc warnings
2016-06-02  inikepZWRAP_allocFunction and ZWRAP_freeFunction are static
2016-06-02  Yann ColletAdded `-Wdeclaration-after-statement` compilation flag
2016-06-02  Yann ColletChanged command name to `--check` , `-C`, following...
2016-06-02  inikepzlibWrapper: added support for custom memory allocation...
2016-06-02  inikepdefault custom allocation functions moved to zstd_inter...
2016-06-02  inikepopaque parameter for custom memory allocation functions
2016-06-02  inikepzlibWrapper: fixed memory deallocation bug with zstd...
2016-06-02  inikepzlibWrapper: support for zlib versions from 1.2.3 to...
2016-06-01  Yann Colletchecksum generation can be selected from command line...
2016-06-01  Yann ColletFixed paramgrill
2016-06-01  inikepfparamsPtr->windowLog==0 means that a frame is skippable
2016-06-01  Yann ColletChanged `ZSTD_adjustCParams()` prototype
2016-06-01  Yann Colletupgraded zbufftest to also test advanced frame paramete...
2016-06-01  inikepVS2010 project: reverted zstdlib.rc
2016-06-01  Yann ColletMerge pull request #197 from inikep/dev070
2016-06-01  inikepzlibWrapper: Z_DEFAULT_COMPRESSION is translated to... 197/head
2016-06-01  inikepVS projects: fixed xxhash dependency in fullbench
2016-06-01  inikepzlibWrapped: removed dependency from ZSTD_FRAMEHEADERSI...
2016-06-01  cyanfixed fullbench visual project
2016-06-01  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-05-31  Yann Colletfixed zbufftest :
2016-05-31  Yann Colletdecompression validates frame content checksum
2016-05-31  inikepupdate playTests.sh permission
2016-05-31  inikepMerge remote-tracking branch 'refs/remotes/origin/dev...
2016-05-31  Yann ColletMerge branch 'dev070' of github.com:Cyan4973/zstd into...
2016-05-31  Yann Colletadded : frame content checksum
2016-05-31  inikepzbufftest.c: fixed g++ warning 196/head
2016-05-31  inikepfixed skippable frame
2016-05-31  inikepVS project: dictBuilder added to include directories
next