-
0d07ec0c0c
Enable build on FreeBSD ports (includes DragonFly BSD)
jrmarino
2016-07-30 19:10:36 -0500
-
-
-
8cebfd1d26
fix attempt on test-zstd-speed
Yann Collet
2016-07-31 01:59:23 +0200
-
235911e13f
removed "avg" evaluation from bench -q removed "sleeping" notification from bench -q
Yann Collet
2016-07-31 01:32:48 +0200
-
66f69e58d2
restore decompression speed on fizzle
Yann Collet
2016-07-30 15:32:47 +0200
-
3b2bd1d11c
zstd_opt uses same tables as zstd_compress
Yann Collet
2016-07-30 13:21:41 +0200
-
f34035ecfb
correction on offset history (swap when llCode==0)
Yann Collet
2016-07-30 13:12:34 +0200
-
f714f59c16
fixed visual warning
Yann Collet
2016-07-30 12:05:28 +0200
-
761f8dbbd2
back to normal table cell copy
Yann Collet
2016-07-30 11:43:53 +0200
-
3c6b808870
minor decompression speed gains
Yann Collet
2016-07-30 03:20:47 +0200
-
70a9ff4af3
fixed too large selectivity level, reported by Ilona Papava
Yann Collet
2016-07-30 01:09:14 +0200
-
c0ce4f1211
slightly improved compression speed
Yann Collet
2016-07-30 00:55:13 +0200
-
ed57d8530a
new seqStore
Yann Collet
2016-07-29 21:22:17 +0200
-
6b615d32cd
Updated API comments, following suggestions by Bryan O'Sullivan
Yann Collet
2016-07-29 19:40:37 +0200
-
f0f9b07a94
minor readme update
Yann Collet
2016-07-29 17:43:13 +0200
-
c00d30fbe4
Merge pull request #264 from inikep/dev08
Yann Collet
2016-07-29 17:42:30 +0200
-
-
-
-
6b68ba2079
zstd_opt.h: fixed checking of rep codes (2)
inikep
2016-07-29 16:45:39 +0200
-
c4b5106f7f
test-zstd-speed.py: force to compile zstd32
inikep
2016-07-29 16:11:37 +0200
-
59b86fc141
zstd_opt.h: fixed checking of rep codes
inikep
2016-07-29 11:00:33 +0200
-
6a82f0f8bf
minor comments
Yann Collet
2016-07-29 00:55:45 +0200
-
ffa7d0ac1e
clarified comment
Yann Collet
2016-07-28 21:01:17 +0200
-
4c5bbf64f9
fixed : frame concatenation without checksum
Yann Collet
2016-07-28 20:30:25 +0200
-
60ba31c570
zbuff uses ZSTD_compressEnd()
Yann Collet
2016-07-28 19:55:09 +0200
-
16e73033ad
introduced stage zbf_end
Yann Collet
2016-07-28 16:32:34 +0200
-
62470b4bab
Changed ZSTD_compressEnd()
Yann Collet
2016-07-28 15:29:08 +0200
-
e7bf9156d1
Clarified API comments, from suggestions by Bryan O'Sullivan
Yann Collet
2016-07-28 05:00:57 +0200
-
d469a98c01
Clarified API comments, from suggestions by Bryan O'Sullivan
Yann Collet
2016-07-28 03:47:45 +0200
-
19c1002e46
applied ZSTD_compressContinueThenEnd()
Yann Collet
2016-07-28 01:25:46 +0200
-
5b56739b63
created ZSTD_compressContinueThenEnd()
Yann Collet
2016-07-28 01:17:22 +0200
-
c991cc1828
new frame end, 32-bits checksums
Yann Collet
2016-07-28 00:55:43 +0200
-
d4180cad9c
minor code refactoring
Yann Collet
2016-07-27 21:21:36 +0200
-
731ef16fc1
minor code style refactoring
Yann Collet
2016-07-27 21:05:12 +0200
-
4b9ca0a6b5
minor example variation
Yann Collet
2016-07-27 19:53:19 +0200
-
4110534886
ZSTD_maxCLevel() is promoted to "stable" API (#254, by @FrancescAlted)
Yann Collet
2016-07-27 15:09:11 +0200
-
55a8bea0b5
fixed dictionary generation
Yann Collet
2016-07-27 14:48:47 +0200
-
c154d9d6a2
better support for large dictionaries (> 128 KB)
Yann Collet
2016-07-27 14:37:00 +0200
-
07626dfa51
improved dictbuilder notifications on selectivity
Yann Collet
2016-07-27 13:28:46 +0200
-
f796f7ab45
removed fastscan mode
Yann Collet
2016-07-27 12:53:54 +0200
-
dd25a27702
added tutorial warning messages for dictBuilder
Yann Collet
2016-07-27 12:35:29 +0200
-
003c7a8568
optimal parser: removed ZSTD_REP_INIT
inikep
2016-07-27 11:07:13 +0200
-
04cdd8660d
Merge pull request #262 from ebiggers/misc_updates
Yann Collet
2016-07-27 01:25:45 +0200
-
-
0a55e7a0bb
ZSTD_decompressFrame(): use remainingSize instead of iend - ip
Eric Biggers
2016-07-26 10:42:20 -0700
-
aa6c70bf60
ZSTD_decompressFrame(): pass up error code from ZSTD_decodeFrameHeader()
Eric Biggers
2016-07-26 10:42:19 -0700
-
e4d0265ea9
Replace remaining references to "direct mode" with "single segment mode"
Eric Biggers
2016-07-26 10:42:19 -0700
-
d50f9db3ea
Improved speed on clang and gcc -O2, thanks to @ebiggers ! (#263)
Yann Collet
2016-07-26 21:30:35 +0200
-
-
fbd557d5c2
multi-files -t doesn't stop after detecting magic number read failure
Yann Collet
2016-07-26 17:13:58 +0200
-
a1dd6b97d2
fixed null-length round trip
Yann Collet
2016-07-26 16:44:09 +0200
-
7adc2328a3
fixed --test on zero-length files, reported by @amnilsson
Yann Collet
2016-07-26 15:39:31 +0200
-
9cebec21e1
Merge pull request #259 from inikep/dev08
Yann Collet
2016-07-26 15:13:05 +0200
-
-
2214e469ee
test-zstd-speed.py: added automated speed test for 32-bit executable
inikep
2016-07-26 13:05:01 +0200
-
7bc5c6b5cb
util.h: detect if an error occurs in readdir() (thanks to Jim Meyering)
inikep
2016-07-26 11:07:37 +0200
-
5e0ed484f5
Travis CI: removed -Werror from powerpc compilation
inikep
2016-07-26 08:37:53 +0200
-
24a3d90bf0
strengthened integrity tests
Yann Collet
2016-07-26 01:26:56 +0200
-
cf6f8530c4
Merge branch 'dev08' of github.com:Cyan4973/zstd into dev08
Yann Collet
2016-07-26 00:50:56 +0200
-
-
b402490546
fixed #260, reported by @amnilsson
Yann Collet
2016-07-26 00:49:47 +0200
-
4178f5c289
fixed gcc warning: always_inline function might not be inlinable
inikep
2016-07-25 21:17:45 +0200
-
4d84bbd045
updated CMake and VS projects to support decoder for v0.7 format
inikep
2016-07-25 17:49:49 +0200
-
fca90f8f60
legacy decoder for v0.7 format
inikep
2016-07-25 17:49:08 +0200
-
45d3bc3516
Merge pull request #258 from inikep/dev08
Yann Collet
2016-07-25 16:48:32 +0200
-
-
-
2fc3752051
zstd_compression_format.md: "Little-endian" instead of "Little endian"
inikep
2016-07-25 12:47:02 +0200
-
49ec6d11d9
fixed description of Frame_Content_Size_flag
inikep
2016-07-25 12:26:39 +0200
-
f9c3ccec49
updated zstd_compression_format.md
inikep
2016-07-25 11:04:56 +0200
-
164ce99763
test-zstd-speed.py: fixed checking of ratio limit
inikep
2016-07-25 10:35:53 +0200
-
-
cbc5e9dc19
fixes oob read
Yann Collet
2016-07-24 18:02:04 +0200
-
e5a817a2d8
better MOREFLAGS
Yann Collet
2016-07-24 17:46:05 +0200
-
38b75ddeb2
removed special case all-1 huffman distribution
Yann Collet
2016-07-24 15:35:59 +0200
-
7ed5e33b89
minor comment changes
Yann Collet
2016-07-24 14:26:11 +0200
-
10b9c13d07
fixed doc on cLevel default, reported by Oliver Lange
Yann Collet
2016-07-24 01:21:53 +0200
-
f8e7b5363f
unified encoding types
Yann Collet
2016-07-23 16:31:49 +0200
-
571a59034a
changed enccoding type order : raw, rle, compressed, repeat-stats
Yann Collet
2016-07-23 15:52:05 +0200
-
9d6e9492ac
made accuracy limits "hard" instead of "recommended"
Yann Collet
2016-07-22 19:32:07 +0200
-
d9cc442a24
fixed typo in literal block size mode, reported by Jake Nyquist
Yann Collet
2016-07-22 19:15:27 +0200
-
c2e1a68d81
changed streamNb order to 1-4-4-4
Yann Collet
2016-07-22 17:30:52 +0200
-
772d912c2f
more complete support for literals repeat mode
Yann Collet
2016-07-22 15:04:25 +0200
-
9f2d82d4a4
fixed : big-endian decoding
Yann Collet
2016-07-22 14:12:28 +0200
-
ab48f70f1f
disabled VersionsTest : cannot work without legacy 0.7 mode
Yann Collet
2016-07-22 14:11:35 +0200
-
b752298d1d
fixed 32-bits compilation
Yann Collet
2016-07-22 05:02:27 +0200
-
32faf6c8e7
fixed conversion warnings
Yann Collet
2016-07-22 04:45:06 +0200
-
ae68f8ddb3
minor
Yann Collet
2016-07-21 18:50:31 -0700
-
5e45a5fbb3
force loop-align to 32 for zstd_decompress
Yann Collet
2016-07-21 18:36:50 -0700
-
5288ac0cb7
changed filed order
Yann Collet
2016-07-21 06:42:23 -0700
-
198e6aac44
Literals header fields use little endian convention
Yann Collet
2016-07-20 20:12:24 +0200
-
6fa05a2371
cBlockSize uses little-endian convention
Yann Collet
2016-07-20 14:58:49 +0200
-
7bf72bbf5e
update header to v0.8
Yann Collet
2016-07-20 13:36:43 +0200
-
5894ea8d01
updated cLevels
Yann Collet
2016-07-22 14:36:46 +0200
-
106266f635
Merge branch 'dev' of github.com:Cyan4973/zstd into dev
Yann Collet
2016-07-20 13:37:11 +0200
-
-
d5c5a77990
minor comments clarifications
Yann Collet
2016-07-19 15:06:55 +0200
-
2db88f4436
Merge pull request #255 from inikep/dev
Yann Collet
2016-07-19 19:35:11 +0200
-
-
a4847eb861
test-zstd-speed.py: generate warning on noticeable compression ratio losses
inikep
2016-07-19 17:59:53 +0200
-
8c53ad53b1
test-zstd-speed.py: added --verbose option
inikep
2016-07-19 15:49:14 +0200
-
572b817be3
Merge pull request #253 from gymdis/heapmode_off_legacy_fix
Yann Collet
2016-07-19 13:52:03 +0200
-
-
780a9fa857
Fix compile issue with ZSTD_LEGACY_SUPPORT=1 and ZSTD_HEAPMODE=0
Christopher Bergqvist
2016-07-19 13:25:38 +0200
-
6e5beea715
test-zstd-speed.py: ignore "coverity_scan" and "gh-pages" branches
inikep
2016-07-19 13:09:00 +0200
-
0a0403da9e
AppVeyor: fixed mingw32 test
inikep
2016-07-19 12:23:32 +0200
-
cf05b9d477
ZSTD_getBlockSizeMax()
Yann Collet
2016-07-18 16:52:10 +0200
-
222fc7eb93
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
inikep
2016-07-18 15:28:20 +0200
-
-
06dd74114a
minor : long tests display progression status
Yann Collet
2016-07-18 04:06:43 +0200
-
16aa38b0e0
minor doc clarifications
Yann Collet
2016-07-18 03:52:47 +0200
-
-
-
51e369ef9a
fixed cmake project
Yann Collet
2016-07-18 03:41:59 +0200
-
4bc314adfd
fixed VS2008 projects
Yann Collet
2016-07-18 03:37:20 +0200
-
613c706c96
fixed zlibWrapper examples for lib/zstd.h
Yann Collet
2016-07-18 03:27:26 +0200