]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-05-13  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 185/head
2016-05-13  Yann Colletupdated NEWS for v0.6.1
2016-05-13  inikepadded common/entropy_common.c 184/head
2016-05-13  Yann ColletMerge pull request #183 from inikep/dev
2016-05-13  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-05-13  inikepchanged definition of UTIL_createFileList 183/head
2016-05-12  inikepupdated zlibWrapper/README.md (2)
2016-05-12  inikepupdated zlibWrapper/README.md
2016-05-12  inikepadded zlibWrapper - zstd wrapper for zlib
2016-05-12  Yann Colletimproved decoding speed by inlining x_isError() functions
2016-05-12  Yann Colletminor refactor : more accurate variable scope
2016-05-12  Yann Colletrestored inline for better decompression speed
2016-05-12  Yann Colletrestored DStream init
2016-05-11  Yann Colletfixed clang conversion warning
2016-05-11  Yann Colletupdate FSE library
2016-05-11  Yann Colletbetter big-endian / little-endian r/w support
2016-05-11  inikepdynamic memory allocation in UTIL_createFileList
2016-05-11  Yann Colletdatagencli uses `mem.h`
2016-05-11  Yann Colletfixed minor asan warning in legacy decoder
2016-05-10  Yann ColletAdded : ZSTD_getErrorString(), to get error string...
2016-05-10  Yann ColletMerge pull request #182 from inikep/dev
2016-05-10  Yann Colletfixed : unused argument in printf
2016-05-10  inikepdisable Visual Studio code analysis 182/head
2016-05-10  inikepbench.c: experimental -r (operate recursively on direct...
2016-05-10  Yann Colletzbuff supports byte-by-byte decompression scenarios
2016-05-10  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-05-10  Yann Colletminor comment update
2016-05-10  Yann Colletfixed : null-length string roundtrip
2016-05-10  Yann Colletminor refactor : more accurate variables scope
2016-05-09  inikepfixed Linux compilation
2016-05-09  inikepcommon/util.h moved to programs/util.h
2016-05-09  inikepdetection of snprintf for Visual <= 2012
2016-05-09  inikepadded appveyor.yml
2016-05-09  inikepadded support for VS 2015
2016-05-09  Yann Colletfixed datagen
2016-05-09  Yann Colletdatagen uses `mem.h`
2016-05-09  Yann ColletMerge pull request #180 from thatsafunnyname/patch-1
2016-05-09  Yann Colletadded : midipix support (#181)
2016-05-09  Yann ColletFixed Windows API, as detected by @KrzysFR (#171)
2016-05-09  Yann ColletReduced console display on loading lots of files with...
2016-05-08  Yann ColletExpose Advanced Streaming API for v0.5.x legacy
2016-05-08  Yann Colletfixed legacy dictionary decompression
2016-05-08  Yann ColletCLI supports dictionary decompression in legacy mode...
2016-05-07  Yann Colletminor refactor : more accurate variable scope
2016-05-06  Yann Colletupdated fse (minor refactor)
2016-05-06  Yann ColletSupport legacy ZSTD_decompress_usingDict() (starting...
2016-05-05  Yann ColletFixed decoding corruption error with quad-symbols huffm...
2016-05-05  inikepcode cleaning
2016-05-05  inikepfixed compatibility issues
2016-05-05  Yann Colletfixed Huff0 quad-symbols decoder (#173)
2016-05-05  inikepCompiler Options moved to util.h
2016-05-05  Yann ColletStricter gnu90 tests
2016-05-05  Yann ColletAdded gnu90 test
2016-05-04  inikepUTIL_prepareFileList
2016-05-04  thatsafunnynameNo stdint.h on OpenVMS. 180/head
2016-05-04  thatsafunnynameNo stdint.h on OpenVMS.
2016-05-04  thatsafunnynameNo stdint.h on OpenVMS.
2016-05-01  Yann Colletremoved BMI tests on Travis CI : incompatible compiler
2016-05-01  Yann Colletadded : BMI x64 test for Travis CI
2016-05-01  Yann ColletFixed BMI behavior on x86 and x32 targets, reported...
2016-04-30  Yann ColletMerge pull request #175 from inikep/dev
2016-04-29  inikepSync 175/head
2016-04-29  inikeputil.h must the the first include to #define _POSIX_C_S...
2016-04-29  inikeputil.h must be the first include to #define _POSIX_C_SOURCE
2016-04-28  inikepgetTotalFileSize moved to common/util.h
2016-04-28  inikepordering of #include
2016-04-28  inikepbench.c: time functions moved to common/util.h
2016-04-28  inikepgetFileSize moved to common/util.h
2016-04-25  inikepget rid of some Visual C++ warnings
2016-04-25  inikepfixed 64-bit compilation with Visual C++
2016-04-25  inikepadded compatibility with Visual C++ 2012
2016-04-25  inikepupdated lib/README.md part 2
2016-04-25  inikepupdated lib/README.md
2016-04-22  inikepfix for g++ compilation
2016-04-22  inikepintroduced ZSTD_NODECOMPRESS to link only compressor
2016-04-22  inikepError functions moved to common/zstd_common.c
2016-04-22  inikepupdated CMakeLists.txt
2016-04-22  inikepintroduced ZSTD_NOCOMPRESS to generate decompressor...
2016-04-22  inikepseparation of lib/ into common/, compress/, decompress...
2016-04-21  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-21  inikepminor speed improvements 2
2016-04-21  inikepzst_opt.h: minor compression speed improvement
2016-04-20  Yann Colletbumped lib version to 0.6.1
2016-04-19  inikepbench.c: force at least one compression and decompressi...
2016-04-15  inikepbench.c: fixed rare compression and decompression speed bug
2016-04-15  inikepintroduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0)
2016-04-14  inikepremoved ZSTD_compressBegin_targetSrcSize
2016-04-13  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-13  inikepbench.c: ignore directories from a file list for benchmark
2016-04-12  Yann Colletupdated readme for 0.6.0 167/head
2016-04-12  Yann ColletUpdated DICT_MAGIC, since internal dictionary format...
2016-04-12  Yann ColletAdded : zbuff.c to library; reported by Yipei Zhang
2016-04-12  Yann ColletFixed : contentSize + copyCCtx()
2016-04-12  Yann ColletAdded : fuzzer test, checking contentLength value after...
2016-04-12  Yann Colletremoved headerBuffer
2016-04-12  Yann Colletcreated ZSTD_writeFrameHeader()
2016-04-11  Yann Colletminor speed improvement for ZSTD_copyCCtx()
2016-04-11  Yann ColletFixed copyCCtx() on uninitialized cctx (reported by...
2016-04-11  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-04-11  inikepcache literal prices for ZSTD_btopt
next