2016-08-13 |
David Lam | Remove truncation of filename in zstd CLI log lines 290/head |
commit | commitdiff | tree |
2016-08-01 |
Yann Collet | Merge pull request #268 from Cyan4973/dev v0.8.0 |
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 |
2016-07-22 |
Yann Collet | made accuracy limits "hard" instead of "recommended" |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | fixed typo in literal block size mode, reported by... |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | changed streamNb order to 1-4-4-4 |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | more complete support for literals repeat mode |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | fixed : big-endian decoding |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | disabled VersionsTest : cannot work without legacy... |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | fixed 32-bits compilation |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | fixed conversion warnings |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | minor |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | force loop-align to 32 for zstd_decompress |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | changed filed order |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | Literals header fields use little endian convention |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | cBlockSize uses little-endian convention |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | update header to v0.8 |
commit | commitdiff | tree |
2016-07-22 |
Yann Collet | updated cLevels |
commit | commitdiff | tree |
2016-07-20 |
Yann Collet | Merge branch 'dev' of github.com:Cyan4973/zstd into dev |
commit | commitdiff | tree |
2016-07-20 |
Yann Collet | minor comments clarifications |
commit | commitdiff | tree |
2016-07-19 |
Yann Collet | Merge pull request #255 from inikep/dev |
commit | commitdiff | tree |
2016-07-19 |
inikep | test-zstd-speed.py: generate warning on noticeable... 255/head |
commit | commitdiff | tree |
2016-07-19 |
inikep | test-zstd-speed.py: added --verbose option |
commit | commitdiff | tree |
2016-07-19 |
Yann Collet | Merge pull request #253 from gymdis/heapmode_off_legacy_fix |
commit | commitdiff | tree |
2016-07-19 |
Christopher... | Fix compile issue with ZSTD_LEGACY_SUPPORT=1 and ZSTD_H... 252/head 253/head |
commit | commitdiff | tree |
next |