2016-05-04 |
thatsafunnyname | No stdint.h on OpenVMS. 180/head |
commit | commitdiff | tree |
2016-05-04 |
thatsafunnyname | No stdint.h on OpenVMS. |
commit | commitdiff | tree |
2016-05-04 |
thatsafunnyname | No stdint.h on OpenVMS. |
commit | commitdiff | tree |
2016-05-01 |
Yann Collet | removed BMI tests on Travis CI : incompatible compiler |
commit | commitdiff | tree |
2016-05-01 |
Yann Collet | added : BMI x64 test for Travis CI |
commit | commitdiff | tree |
2016-05-01 |
Yann Collet | Fixed BMI behavior on x86 and x32 targets, reported... |
commit | commitdiff | tree |
2016-04-30 |
Yann Collet | Merge pull request #175 from inikep/dev |
commit | commitdiff | tree |
2016-04-29 |
inikep | Sync 175/head |
commit | commitdiff | tree |
2016-04-29 |
inikep | util.h must the the first include to #define _POSIX_C_S... |
commit | commitdiff | tree |
2016-04-29 |
inikep | util.h must be the first include to #define _POSIX_C_SOURCE |
commit | commitdiff | tree |
2016-04-28 |
inikep | getTotalFileSize moved to common/util.h |
commit | commitdiff | tree |
2016-04-28 |
inikep | ordering of #include |
commit | commitdiff | tree |
2016-04-28 |
inikep | bench.c: time functions moved to common/util.h |
commit | commitdiff | tree |
2016-04-28 |
inikep | getFileSize moved to common/util.h |
commit | commitdiff | tree |
2016-04-25 |
inikep | get rid of some Visual C++ warnings |
commit | commitdiff | tree |
2016-04-25 |
inikep | fixed 64-bit compilation with Visual C++ |
commit | commitdiff | tree |
2016-04-25 |
inikep | added compatibility with Visual C++ 2012 |
commit | commitdiff | tree |
2016-04-25 |
inikep | updated lib/README.md part 2 |
commit | commitdiff | tree |
2016-04-25 |
inikep | updated lib/README.md |
commit | commitdiff | tree |
2016-04-22 |
inikep | fix for g++ compilation |
commit | commitdiff | tree |
2016-04-22 |
inikep | introduced ZSTD_NODECOMPRESS to link only compressor |
commit | commitdiff | tree |
2016-04-22 |
inikep | Error functions moved to common/zstd_common.c |
commit | commitdiff | tree |
2016-04-22 |
inikep | updated CMakeLists.txt |
commit | commitdiff | tree |
2016-04-22 |
inikep | introduced ZSTD_NOCOMPRESS to generate decompressor... |
commit | commitdiff | tree |
2016-04-22 |
inikep | separation of lib/ into common/, compress/, decompress... |
commit | commitdiff | tree |
2016-04-21 |
inikep | Merge remote-tracking branch 'refs/remotes/Cyan4973... |
commit | commitdiff | tree |
2016-04-21 |
inikep | minor speed improvements 2 |
commit | commitdiff | tree |
2016-04-21 |
inikep | zst_opt.h: minor compression speed improvement |
commit | commitdiff | tree |
2016-04-20 |
Yann Collet | bumped lib version to 0.6.1 |
commit | commitdiff | tree |
2016-04-19 |
inikep | bench.c: force at least one compression and decompressi... |
commit | commitdiff | tree |
2016-04-15 |
inikep | bench.c: fixed rare compression and decompression speed bug |
commit | commitdiff | tree |
2016-04-15 |
inikep | introduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0) |
commit | commitdiff | tree |
2016-04-14 |
inikep | removed ZSTD_compressBegin_targetSrcSize |
commit | commitdiff | tree |
2016-04-13 |
inikep | Merge remote-tracking branch 'refs/remotes/Cyan4973... |
commit | commitdiff | tree |
2016-04-13 |
inikep | bench.c: ignore directories from a file list for benchmark |
commit | commitdiff | tree |
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 |
inikep | Merge remote-tracking branch 'refs/remotes/Cyan4973... |
commit | commitdiff | tree |
2016-04-11 |
inikep | cache literal prices for ZSTD_btopt |
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 |
inikep | clock() is default timer for all platforms except Windows |
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 |
next |