2016-08-10 |
inikep | modified .gitignore 279/head |
commit | commitdiff | tree |
2016-08-10 |
inikep | added Visual Studio 2005 project |
commit | commitdiff | tree |
2016-08-10 |
inikep | fixed compilation with Visual Studio 2005 |
commit | commitdiff | tree |
2016-08-10 |
inikep | fixed compilation with Visual in C++ mode |
commit | commitdiff | tree |
2016-08-10 |
inikep | fixed compilation with Intel Compiler with Windows |
commit | commitdiff | tree |
2016-08-10 |
Yann Collet | updated xxhash |
commit | commitdiff | tree |
2016-08-10 |
Yann Collet | added : xxhash namespace enforced from xxhash.h. |
commit | commitdiff | tree |
2016-08-10 |
Yann Collet | update xxhash to v0.6.2 |
commit | commitdiff | tree |
2016-08-10 |
Yann Collet | fixed : make clean |
commit | commitdiff | tree |
2016-08-10 |
Yann Collet | updated mac homebrew install script |
commit | commitdiff | tree |
2016-08-07 |
Yann Collet | minor comment |
commit | commitdiff | tree |
2016-08-03 |
Yann Collet | fixed dictionary generation, reported by Bartosz Taudul |
commit | commitdiff | tree |
2016-08-02 |
Yann Collet | bumped library number |
commit | commitdiff | tree |
2016-08-02 |
Yann Collet | ZSTD_compress_usingCDict() correctly provides original... |
commit | commitdiff | tree |
2016-08-02 |
Yann Collet | bench : implemented avgSize |
commit | commitdiff | tree |
2016-08-02 |
Yann Collet | bench : controlled display update when loading lot... |
commit | commitdiff | tree |
2016-08-02 |
Yann Collet | fixed doc typo |
commit | commitdiff | tree |
2016-08-02 |
Yann Collet | Fixed : ZSTD_compress* can compress > 4 GB in a single... |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | fixed analyzer warning |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | fixed freeCDict |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | updated examples (#273) |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | added : resilience test for ZSTD_getErrorName() |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | minor style change |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | changed bench behavior for slow compression levels |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | Merge branch 'dev' of github.com:Cyan4973/zstd into dev 268/head |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | updated doc (#269) |
commit | commitdiff | tree |
2016-07-31 |
Yann Collet | Merge pull request #267 from inikep/dev08 |
commit | commitdiff | tree |
2016-07-31 |
inikep | fixed ZSTD_compressBlock_opt_extDict_generic 267/head |
commit | commitdiff | tree |
2016-07-31 |
Yann Collet | Implemented repOffset "minus 1" on ll==0 |
commit | commitdiff | tree |
2016-07-31 |
Yann Collet | updated NEWS |
commit | commitdiff | tree |
2016-07-31 |
Yann Collet | Merge pull request #266 from jrmarino/master |
commit | commitdiff | tree |
2016-07-31 |
jrmarino | Enable build on FreeBSD ports (includes DragonFly BSD) 265/head 266/head |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | fix attempt on test-zstd-speed |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | removed "avg" evaluation from bench -q |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | restore decompression speed on fizzle |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | zstd_opt uses same tables as zstd_compress |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | correction on offset history (swap when llCode==0) |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | fixed visual warning |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | back to normal table cell copy |
commit | commitdiff | tree |
2016-07-30 |
Yann Collet | minor decompression speed gains |
commit | commitdiff | tree |
2016-07-29 |
Yann Collet | fixed too large selectivity level, reported by Ilona... |
commit | commitdiff | tree |
2016-07-29 |
Yann Collet | slightly improved compression speed |
commit | commitdiff | tree |
2016-07-29 |
Yann Collet | new seqStore |
commit | commitdiff | tree |
2016-07-29 |
Yann Collet | Updated API comments, following suggestions by Bryan... |
commit | commitdiff | tree |
2016-07-29 |
Yann Collet | minor readme update |
commit | commitdiff | tree |
2016-07-29 |
Yann Collet | Merge pull request #264 from inikep/dev08 |
commit | commitdiff | tree |
2016-07-29 |
inikep | zstd_opt.h: fixed checking of rep codes (2) 264/head |
commit | commitdiff | tree |
2016-07-29 |
inikep | test-zstd-speed.py: force to compile zstd32 |
commit | commitdiff | tree |
2016-07-29 |
inikep | zstd_opt.h: fixed checking of rep codes |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | minor comments |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | clarified comment |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | fixed : frame concatenation without checksum |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | zbuff uses ZSTD_compressEnd() |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | introduced stage zbf_end |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | Changed ZSTD_compressEnd() |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | Clarified API comments, from suggestions by Bryan... |
commit | commitdiff | tree |
2016-07-28 |
Yann Collet | Clarified API comments, from suggestions by Bryan... |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | applied ZSTD_compressContinueThenEnd() |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | created ZSTD_compressContinueThenEnd() |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | new frame end, 32-bits checksums |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | minor code refactoring |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | minor code style refactoring |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | minor example variation |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | ZSTD_maxCLevel() is promoted to "stable" API (#254... |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | fixed dictionary generation |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | better support for large dictionaries (> 128 KB) |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | improved dictbuilder notifications on selectivity |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | removed fastscan mode |
commit | commitdiff | tree |
2016-07-27 |
Yann Collet | added tutorial warning messages for dictBuilder |
commit | commitdiff | tree |
2016-07-27 |
inikep | optimal parser: removed ZSTD_REP_INIT |
commit | commitdiff | tree |
2016-07-26 |
Yann Collet | Merge pull request #262 from ebiggers/misc_updates |
commit | commitdiff | tree |
2016-07-26 |
Eric Biggers | ZSTD_decompressFrame(): use remainingSize instead of... 262/head |
commit | commitdiff | tree |
2016-07-26 |
Eric Biggers | ZSTD_decompressFrame(): pass up error code from ZSTD_de... |
commit | commitdiff | tree |
2016-07-26 |
Eric Biggers | Replace remaining references to "direct mode" with... |
commit | commitdiff | tree |
2016-07-26 |
Yann Collet | Improved speed on clang and gcc -O2, thanks to @ebigger... |
commit | commitdiff | tree |
2016-07-26 |
Yann Collet | multi-files -t doesn't stop after detecting magic numbe... |
commit | commitdiff | tree |
2016-07-26 |
Yann Collet | fixed null-length round trip |
commit | commitdiff | tree |
2016-07-26 |
Yann Collet | fixed --test on zero-length files, reported by @amnilsson |
commit | commitdiff | tree |
2016-07-26 |
Yann Collet | Merge pull request #259 from inikep/dev08 |
commit | commitdiff | tree |
2016-07-26 |
inikep | test-zstd-speed.py: added automated speed test for... 259/head |
commit | commitdiff | tree |
2016-07-26 |
inikep | util.h: detect if an error occurs in readdir() (thanks... |
commit | commitdiff | tree |
2016-07-26 |
inikep | Travis CI: removed -Werror from powerpc compilation |
commit | commitdiff | tree |
2016-07-25 |
Yann Collet | strengthened integrity tests |
commit | commitdiff | tree |
2016-07-25 |
Yann Collet | Merge branch 'dev08' of github.com:Cyan4973/zstd into... |
commit | commitdiff | tree |
2016-07-25 |
Yann Collet | fixed #260, reported by @amnilsson |
commit | commitdiff | tree |
2016-07-25 |
inikep | fixed gcc warning: always_inline function might not... |
commit | commitdiff | tree |
2016-07-25 |
inikep | updated CMake and VS projects to support decoder for... |
commit | commitdiff | tree |
2016-07-25 |
inikep | legacy decoder for v0.7 format |
commit | commitdiff | tree |
2016-07-25 |
Yann Collet | Merge pull request #258 from inikep/dev08 |
commit | commitdiff | tree |
2016-07-25 |
inikep | zstd_compression_format.md: "Little-endian" instead... 258/head |
commit | commitdiff | tree |
2016-07-25 |
inikep | fixed description of Frame_Content_Size_flag |
commit | commitdiff | tree |
2016-07-25 |
inikep | updated zstd_compression_format.md 257/head |
commit | commitdiff | tree |
2016-07-25 |
inikep | test-zstd-speed.py: fixed checking of ratio limit |
commit | commitdiff | tree |
2016-07-24 |
Yann Collet | fixes oob read |
commit | commitdiff | tree |
2016-07-24 |
Yann Collet | better MOREFLAGS |
commit | commitdiff | tree |
2016-07-24 |
Yann Collet | removed special case all-1 huffman distribution |
commit | commitdiff | tree |
2016-07-24 |
Yann Collet | minor comment changes |
commit | commitdiff | tree |
2016-07-23 |
Yann Collet | fixed doc on cLevel default, reported by Oliver Lange |
commit | commitdiff | tree |
2016-07-23 |
Yann Collet | unified encoding types |
commit | commitdiff | tree |
2016-07-23 |
Yann Collet | changed enccoding type order : raw, rle, compressed... |
commit | commitdiff | tree |
next |