]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-08-13  inikepimproved zstd_compression_format.md 288/head
2016-08-10  Przemyslaw... Merge pull request #3 from inikep/dev08 284/head
2016-08-10  inikepadded usage of rep[0]-1 for the optimal parser
2016-08-10  inikepfixed: tree not updated after finding very long rep...
2016-08-10  inikepbench.c: removed benchResult_t
2016-08-10  inikepMerge remote-tracking branch 'refs/remotes/origin/Porta... 280/head 283/head
2016-08-10  inikepmodified .gitignore 279/head
2016-08-10  inikepadded Visual Studio 2005 project
2016-08-10  inikepfixed compilation with Visual Studio 2005
2016-08-10  inikepfixed compilation with Visual in C++ mode
2016-08-10  inikepfixed compilation with Intel Compiler with Windows
2016-08-10  inikepadded CompileAsCpp.props for VC++ compilation
2016-08-10  inikepappveyor.yml: test C++ compilation with Visual Studio
2016-08-10  inikep.travis.yml: 24 tests merged into 12 tests
2016-08-10  inikeptest-zstd-speed.py: added tests for clang and md5 sum...
2016-08-10  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 278/head
2016-08-10  Yann Colletupdated xxhash
2016-08-10  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-08-10  Yann Colletadded : xxhash namespace enforced from xxhash.h.
2016-08-10  Yann Colletupdate xxhash to v0.6.2
2016-08-10  Yann Colletfixed : make clean
2016-08-10  Yann Colletupdated mac homebrew install script
2016-08-09  inikepfixed: tree not updated after finding very long rep...
2016-08-08  inikepImproved speed of Intel Compiler for Windows
2016-08-08  inikepFix for Intel Compiler with Windows
2016-08-07  Yann Colletminor comment
2016-08-05  inikepadded Visual Studio 2005 project
2016-08-05  inikepfix warnings during C++ compilation with Visual Studio
2016-08-05  inikepappveyor.yml: test C++ compilation with Visual Studio
2016-08-05  inikepadded CompileAsCpp.props
2016-08-04  inikepappveyor.yml: fixed missing /p:Platform and /p:Configur...
2016-08-04  inikepappveyor.yml: list generated executables (2)
2016-08-04  inikepappveyor.yml: list generated executables
2016-08-04  inikepappveyor.yml: test C++ compilation with Visual Studio
2016-08-04  inikep.travis.yml: tests merged together
2016-08-04  inikep.travis.yml: clang test joined into bigger test
2016-08-04  inikep.travis.yml: joined 7 smaller tests into 2 bigger
2016-08-03  inikepzstd_compression_format.md: improved formatting
2016-08-03  inikephuffman -> Huffman
2016-08-03  inikeptest-zstd-speed.py: md5 sum of executables
2016-08-03  inikeptest-zstd-speed.py: script versioning
2016-08-03  inikeptest-zstd-speed.py: added tests for clang
2016-08-03  inikepbench.c: removed benchResult_t
2016-08-03  inikepMerge remote-tracking branch 'refs/remotes/origin/minus...
2016-08-03  Yann Colletfixed dictionary generation, reported by Bartosz Taudul
2016-08-02  Yann Colletbumped library number
2016-08-02  Yann ColletZSTD_compress_usingCDict() correctly provides original...
2016-08-02  Yann Colletbench : implemented avgSize
2016-08-02  Yann Colletbench : controlled display update when loading lot...
2016-08-02  Yann Colletfixed doc typo
2016-08-02  inikepwhen ll=0 offset 3 becomes rep[0]-1 : in ZSTD_compressB...
2016-08-02  Yann ColletFixed : ZSTD_compress* can compress > 4 GB in a single...
2016-08-01  Yann Colletfixed analyzer warning
2016-08-01  Yann Colletfixed freeCDict
2016-08-01  Yann Colletupdated examples (#273)
2016-08-01  Yann Colletadded : resilience test for ZSTD_getErrorName()
2016-08-01  inikepwhen ll=0 offset 3 becomes rep[0]-1 : in ZSTD_compressB...
2016-08-01  inikep#define ZSTD_REP_MOVE_OPT (ZSTD_REP_NUM)
2016-08-01  inikepintroduce ZSTD_REP_MOVE_OPT
2016-08-01  Yann Colletminor style change
2016-08-01  Yann Colletchanged bench behavior for slow compression levels
2016-08-01  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-08-01  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev 268/head
2016-08-01  Yann Colletupdated doc (#269)
2016-07-31  Yann ColletMerge pull request #267 from inikep/dev08
2016-07-31  inikepfixed ZSTD_compressBlock_opt_extDict_generic 267/head
2016-07-31  Yann ColletImplemented repOffset "minus 1" on ll==0
2016-07-31  Yann Colletupdated NEWS
2016-07-31  Yann ColletMerge pull request #266 from jrmarino/master
2016-07-31  jrmarinoEnable build on FreeBSD ports (includes DragonFly BSD) 265/head 266/head
2016-07-30  Yann Colletfix attempt on test-zstd-speed
2016-07-30  Yann Colletremoved "avg" evaluation from bench -q
2016-07-30  Yann Colletrestore decompression speed on fizzle
2016-07-30  Yann Colletzstd_opt uses same tables as zstd_compress
2016-07-30  Yann Colletcorrection on offset history (swap when llCode==0)
2016-07-30  Yann Colletfixed visual warning
2016-07-30  Yann Colletback to normal table cell copy
2016-07-30  Yann Colletminor decompression speed gains
2016-07-29  Yann Colletfixed too large selectivity level, reported by Ilona...
2016-07-29  Yann Colletslightly improved compression speed
2016-07-29  Yann Colletnew seqStore
2016-07-29  Yann ColletUpdated API comments, following suggestions by Bryan...
2016-07-29  Yann Colletminor readme update
2016-07-29  Yann ColletMerge pull request #264 from inikep/dev08
2016-07-29  inikepzstd_opt.h: fixed checking of rep codes (2) 264/head
2016-07-29  inikeptest-zstd-speed.py: force to compile zstd32
2016-07-29  inikepzstd_opt.h: fixed checking of rep codes
2016-07-28  Yann Colletminor comments
2016-07-28  Yann Colletclarified comment
2016-07-28  Yann Colletfixed : frame concatenation without checksum
2016-07-28  Yann Colletzbuff uses ZSTD_compressEnd()
2016-07-28  Yann Colletintroduced stage zbf_end
2016-07-28  Yann ColletChanged ZSTD_compressEnd()
2016-07-28  Yann ColletClarified API comments, from suggestions by ‎Bryan...
2016-07-28  Yann ColletClarified API comments, from suggestions by ‎Bryan...
2016-07-27  Yann Colletapplied ZSTD_compressContinueThenEnd()
2016-07-27  Yann Colletcreated ZSTD_compressContinueThenEnd()
2016-07-27  Yann Colletnew frame end, 32-bits checksums
2016-07-27  Yann Colletminor code refactoring
2016-07-27  Yann Colletminor code style refactoring
next