]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-03-29  inikepsupport for QueryPerformanceCounter and clock_gettime
2016-03-29  inikepfix for BMK_clockSpan on Windows
2016-03-25  inikepfix for -Wshorten-64-to-32 warning in ZSTD_statsUpdateP...
2016-03-25  inikepfixed compilation with ZSTD_NOBENCH
2016-03-25  inikepcreated zstd_stats.h
2016-03-23  inikepadded ZSTD_compressBegin_targetSrcSize
2016-03-23  inikephashLog3 added to ZSTD_CCtx
2016-03-23  inikepadded mili_sleep and setHighPriority
2016-03-22  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-03-21  Yann ColletFixed #153, reported by @thatsafunnyname
2016-03-21  Yann Colletminor variable isolation
2016-03-20  Yann ColletImproved index overflow protection
2016-03-20  Yann Colletminor code refactoring
2016-03-20  Yann Colletminor code refactor
2016-03-20  Yann Colletupdated huff0
2016-03-20  Yann Colletcode refactoring
2016-03-19  Yann Colletminor code refactoring
2016-03-19  Yann ColletImproved speed for small files
2016-03-19  Yann Colletperformance fix for small files
2016-03-19  Yann Colletfixed clang warning
2016-03-19  Yann Colletminor refactor
2016-03-19  Yann Colletminor performance fix (decompression)
2016-03-19  Yann Colletcode refactor
2016-03-19  Yann Colletminor refactoring
2016-03-19  Yann Colletminor refactoring
2016-03-19  Yann Colletminor code refactor
2016-03-19  Yann ColletFixed : decoder error on erroneous data
2016-03-18  Yann Colletsimplifications
2016-03-18  Yann Colletminor simplifications
2016-03-18  Yann ColletMerge pull request #152 from KrzysFR/fix_vs2013_build_path
2016-03-18  Christophe... Made all vs2013 vcxproj build to the same folders 152/head
2016-03-18  Yann Colletminor code refactoring
2016-03-17  Yann Colletbench.c : implemented single pass mode `-i0`
2016-03-17  Yann Colletbench : changed timer to clock_t, reduced timeloop...
2016-03-17  Yann Colletfullbench : restored -b31 (decodeLiterals) and -b32...
2016-03-17  Yann Colletswitched fullbench time measurement to clock_t from...
2016-03-17  Yann ColletMerge branch 'dev060' of github.com:Cyan4973/zstd into...
2016-03-17  Yann Colletminor refactoring
2016-03-17  Yann Colletminor refactoring
2016-03-17  Yann ColletImproved decompression speed (by @inikep)
2016-03-16  Yann ColletUpdate NEWS on #147 by @chipturner
2016-03-16  Yann ColletAdded : ability to test direct-streaming functions...
2016-03-16  Yann Colletchanged `BLOCKSIZE` into `ZSTD_BLOCKSIZE_MAX`
2016-03-15  Yann Colletminor refactoring, from `char*` to `const char*`
2016-03-15  Yann Colletfullbench : ZSTD_decompress is now option 2
2016-03-15  Yann Colletfixed fullbench visual project
2016-03-15  Yann Colletfullbench can measure speed of zbuff
2016-03-15  Yann Colletupdate doc / comments
2016-03-15  Yann ColletAdded frame content size test within fuzzer
2016-03-15  Yann ColletMerge pull request #151 from Cyan4973/framesize
2016-03-15  Yann Colletfix fileio bug with new zbuff 151/head
2016-03-15  inikepZSTD_setAdditionalParam
2016-03-15  Yann Colletminor refactoring
2016-03-15  Yann ColletFrame content size supported
2016-03-14  Yann ColletMerge pull request #149 from Cyan4973/framesize
2016-03-14  Yann ColletMerge pull request #148 from Cyan4973/dev060 149/head
2016-03-14  inikepadded additionalParam
2016-03-14  Yann ColletMerge pull request #147 from Cyan4973/dev 148/head
2016-03-14  inikep-r# : test all compression levels from -bX to #
2016-03-14  Yann ColletAdded test to check decompression error return code 147/head
2016-03-14  Yann ColletMerge pull request #146 from chipturner/dev
2016-03-14  inikepremoved DEFAULT_CHUNKSIZE
2016-03-14  Chip Turneruse remove instead of unlink 146/head
2016-03-14  inikepbenchResult_t changed to double
2016-03-14  inikepbench.c can generate a log file with average values
2016-03-14  Chip Turnerpropagate errors when decompressing; also unlink dstfil...
2016-03-13  Yann Colletminor comments update
2016-03-12  Yann ColletDecompression can decode frame content size
2016-03-11  Yann Colletcreated ZSTD_frameParams
2016-03-11  Yann Colletbenchmark mode : automated cooling (overheat protection)
2016-03-10  Yann Colletimplemented `--ultra` mode protection
2016-03-10  Yann ColletMerge pull request #145 from inikep/dev
2016-03-10  inikephashLog3 removed from paramgrill 145/head
2016-03-10  inikepremoved hashLog3 from ZSTD_parameters 144/head
2016-03-10  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-03-10  inikepsmall ratio improvement with MINMATCH=3
2016-03-10  Yann Colletupdate compression level parameters
2016-03-10  Yann Colletminor doc clarifications
2016-03-09  Yann Colletupdate compresson levels
2016-03-09  Yann ColletMerge pull request #142 from inikep/dev
2016-03-09  inikepimproved compression speed 142/head
2016-03-08  Yann Colletframe format can support window sizes up to 128 MB
2016-03-08  Yann ColletMerge pull request #141 from inikep/dev
2016-03-08  Yann ColletUpdate clevel table for <= 128K
2016-03-08  Yann Colletimproved memory size evaluation by paramgrill
2016-03-08  inikepfixed update of hashTable for matches with length of 4+ 141/head
2016-03-08  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-03-08  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-03-08  Yann ColletFixed large NbSeq > 32 K
2016-03-07  Yann Colletfix compression ratio for blocks <= 16 KB
2016-03-07  Yann ColletMerge branch 'dev060' of github.com:Cyan4973/zstd into...
2016-03-07  Yann Colletadded test to generate lots of small sequences (3-bytes)
2016-03-07  Yann ColletMerge pull request #140 from inikep/dev
2016-03-07  inikepfixed update of nextToUpdate 140/head
2016-03-07  inikepadded support for MINMATCH=3 on big endian architecture
2016-03-06  inikepadded missing "case 3:" in ZSTD_BtGetAllMatches
2016-03-05  Yann Colletnew compression level scale for <= 16KB
2016-03-05  Yann ColletMerge pull request #139 from inikep/dev
2016-03-04  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 139/head
2016-03-04  inikepresolve conflict in zstd_internal.h
next