2016-04-12 |
Yann Collet | updated readme for 0.6.0 167/head |
commit | commitdiff | tree |
2016-04-12 |
Yann Collet | Updated DICT_MAGIC, since internal dictionary format... |
commit | commitdiff | tree |
2016-04-12 |
Yann Collet | Added : zbuff.c to library; reported by Yipei Zhang |
commit | commitdiff | tree |
2016-04-12 |
Yann Collet | Fixed : contentSize + copyCCtx() |
commit | commitdiff | tree |
2016-04-12 |
Yann Collet | Added : fuzzer test, checking contentLength value after... |
commit | commitdiff | tree |
2016-04-12 |
Yann Collet | removed headerBuffer |
commit | commitdiff | tree |
2016-04-12 |
Yann Collet | created ZSTD_writeFrameHeader() |
commit | commitdiff | tree |
2016-04-11 |
Yann Collet | minor speed improvement for ZSTD_copyCCtx() |
commit | commitdiff | tree |
2016-04-11 |
Yann Collet | Fixed copyCCtx() on uninitialized cctx (reported by... |
commit | commitdiff | tree |
2016-04-11 |
Yann Collet | fixed round-trip corruption, reported by Oliver Lange |
commit | commitdiff | tree |
2016-04-11 |
Yann Collet | fixed uninitialization error, reported by Maciej Adamczyk |
commit | commitdiff | tree |
2016-04-11 |
Yann Collet | fixed uninitialization error, reported by Maciej Adamczyk |
commit | commitdiff | tree |
2016-04-10 |
Yann Collet | Fixed minor conversion warning |
commit | commitdiff | tree |
2016-04-10 |
Yann Collet | minor refactor |
commit | commitdiff | tree |
2016-04-10 |
Yann Collet | fixed : minor warning on return value |
commit | commitdiff | tree |
2016-04-10 |
Yann Collet | Fixed : cli error on stdin + stdout, as detected by... |
commit | commitdiff | tree |
2016-04-10 |
Yann Collet | Fix infinite loop with invalid data (fuzzer test) |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | Merge pull request #165 from Cyan4973/dev060 |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | updated cLevels 165/head |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | fixed fullbench link stage |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | Fixed uninitialized warning, reported by Maciej Adamczyk |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | fixed minor warnings when compiling with `gcc -g` ... |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | fixed Visual project |
commit | commitdiff | tree |
2016-04-09 |
Yann Collet | Integrated Legacy v0.5.x decoder (provided by @inikep) |
commit | commitdiff | tree |
2016-04-08 |
Yann Collet | fixed decoding error |
commit | commitdiff | tree |
2016-04-08 |
Yann Collet | Fixed : minor variable isolation |
commit | commitdiff | tree |
2016-04-08 |
Yann Collet | converted fuzzer timer to clock_t |
commit | commitdiff | tree |
2016-04-08 |
Yann Collet | updated cLevel for block <= 256K |
commit | commitdiff | tree |
2016-04-08 |
Yann Collet | Merge branch 'dev060' of github.com:Cyan4973/zstd into... |
commit | commitdiff | tree |
2016-04-08 |
Yann Collet | faster level 1 at 256 KB |
commit | commitdiff | tree |
2016-04-07 |
Yann Collet | Merge pull request #164 from inikep/dev |
commit | commitdiff | tree |
2016-04-07 |
inikep | Merge remote-tracking branch 'refs/remotes/Cyan4973... 164/head |
commit | commitdiff | tree |
2016-04-07 |
Yann Collet | Fixed memory initialization issue, reported by Maciej... |
commit | commitdiff | tree |
2016-04-07 |
inikep | use extDict only when needed |
commit | commitdiff | tree |
2016-04-07 |
inikep | only repcode 0 for lazy, lazy2 and btlazy2 strategies |
commit | commitdiff | tree |
2016-04-07 |
inikep | Revert "removed void ZSTD_compressBlock_greedy" |
commit | commitdiff | tree |
2016-04-07 |
Yann Collet | Fixed make install (reported by Oliver Lange) |
commit | commitdiff | tree |
2016-04-07 |
Yann Collet | minor compression speed optimization |
commit | commitdiff | tree |
2016-04-07 |
inikep | removed void ZSTD_compressBlock_greedy |
commit | commitdiff | tree |
2016-04-07 |
Yann Collet | Implemented default coding table for lengths and offset |
commit | commitdiff | tree |
2016-04-07 |
Yann Collet | Merge pull request #163 from inikep/dev |
commit | commitdiff | tree |
2016-04-07 |
inikep | Merge branch 'refs/heads/lazy_MML3' into dev 163/head |
commit | commitdiff | tree |
2016-04-07 |
inikep | minor speed improvements |
commit | commitdiff | tree |
2016-04-06 |
inikep | reordered code |
commit | commitdiff | tree |
2016-04-06 |
inikep | reordered functions |
commit | commitdiff | tree |
2016-04-06 |
inikep | fixed support for searchLength=4 |
commit | commitdiff | tree |
2016-04-06 |
inikep | MINMATCH=3 for lazy strategy |
commit | commitdiff | tree |
2016-04-06 |
inikep | MINMATCH=3 |
commit | commitdiff | tree |
2016-04-05 |
inikep | working ZSTD_compressBlock_opt_extDict_generic |
commit | commitdiff | tree |
2016-04-05 |
inikep | code formatting |
commit | commitdiff | tree |
2016-04-05 |
inikep | ZSTD_compressBlock_opt_extDict_generic in progress |
commit | commitdiff | tree |
2016-04-05 |
inikep | introduced ZSTD_compressBlock_greedy |
commit | commitdiff | tree |
2016-04-05 |
inikep | 3 repcodes with ZSTD_compressBlock_lazy_extDict_generic |
commit | commitdiff | tree |
2016-04-05 |
inikep | ZSTD_REP_NUM=3 only |
commit | commitdiff | tree |
2016-04-05 |
inikep | Merge remote-tracking branch 'refs/remotes/origin/repco... |
commit | commitdiff | tree |
2016-04-05 |
inikep | support for ZSTD_REP_NUM=3 |
commit | commitdiff | tree |
2016-04-05 |
inikep | removed kSlotNew |
commit | commitdiff | tree |
2016-04-05 |
inikep | experiments with ZSTD_decodeSequence |
commit | commitdiff | tree |
2016-04-05 |
Yann Collet | Merge pull request #161 from inikep/dev |
commit | commitdiff | tree |
2016-04-05 |
inikep | working 4 reps |
commit | commitdiff | tree |
2016-04-05 |
inikep | zstd_stats.h moved to .debug/ 161/head |
commit | commitdiff | tree |
2016-04-04 |
inikep | improved logging |
commit | commitdiff | tree |
2016-04-04 |
inikep | Merge remote-tracking branch 'refs/remotes/origin/dev... |
commit | commitdiff | tree |
2016-04-04 |
inikep | fixed -Werror,-Wconversion warning |
commit | commitdiff | tree |
2016-04-04 |
inikep | Merge remote-tracking branch 'refs/remotes/Cyan4973... |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | fixed Visual conversion warnings |
commit | commitdiff | tree |
2016-04-04 |
inikep | changed price estimation for optimal parser |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | changed `contentLog` -> `chainLog` |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | reduced memory usage of very hich compression levels... |
commit | commitdiff | tree |
2016-04-04 |
inikep | Merge from Cyan4973/dev060 |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | Fixed 32-bits windowLog limitation |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | minor variable isolation |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | minor cli correction (arguments are `const char*`) |
commit | commitdiff | tree |
2016-04-04 |
Yann Collet | code refactorization, for better clarity and reliability |
commit | commitdiff | tree |
2016-04-03 |
Yann Collet | minor variable isolation |
commit | commitdiff | tree |
2016-04-03 |
Yann Collet | stronger zbuff synchronization tests |
commit | commitdiff | tree |
2016-04-03 |
Yann Collet | Merge pull request #159 from Cyan4973/alternate3 |
commit | commitdiff | tree |
2016-04-03 |
Yann Collet | fixed buffer sync error in zbuff 159/head |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | refined exception for hashlog < min |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | Fix : rare bugs when hashLog < min in bt mode |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | removed unwanted files |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | Merge pull request #158 from Cyan4973/alternate3 |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | fixed zbuff error 775-3 (internal buffer management) 158/head |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | fixed minor visual 32-64bits conversion warning |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | fixed decoding error, reported by Maciej Adamczyk |
commit | commitdiff | tree |
2016-04-01 |
Yann Collet | minor variable isolation |
commit | commitdiff | tree |
2016-03-30 |
Yann Collet | fixed harmless comparison warning |
commit | commitdiff | tree |
2016-03-30 |
Yann Collet | fixed paramgrill |
commit | commitdiff | tree |
2016-03-30 |
Yann Collet | fixed clang conversion warning |
commit | commitdiff | tree |
2016-03-30 |
Yann Collet | separate params into compressionParams and frameParams |
commit | commitdiff | tree |
2016-03-30 |
Yann Collet | changed validateParams() into checkParams() + adjustPar... |
commit | commitdiff | tree |
2016-03-30 |
inikep | ticksPerSecond=0 |
commit | commitdiff | tree |
2016-03-30 |
inikep | removed clock_gettime (not portable) |
commit | commitdiff | tree |
2016-03-29 |
inikep | added -lrt required by clock_gettime |
commit | commitdiff | tree |
2016-03-29 |
inikep | support for QueryPerformanceCounter and clock_gettime |
commit | commitdiff | tree |
2016-03-29 |
inikep | fix for BMK_clockSpan on Windows |
commit | commitdiff | tree |
2016-03-26 |
Yann Collet | Fixed zdict |
commit | commitdiff | tree |
2016-03-26 |
Yann Collet | fixed ARM compatibility |
commit | commitdiff | tree |
2016-03-26 |
Yann Collet | fixed 32-bits compatibility |
commit | commitdiff | tree |
2016-03-26 |
Yann Collet | minor variable isolation |
commit | commitdiff | tree |
next |