Yann Collet
|
a0755949b6
|
fix : minor compilation warning under mingw
|
2014-08-05 06:42:40 +01:00 |
|
Yann Collet
|
ea74cc4676
|
Added : HC streaming test
|
2014-08-01 19:21:26 +01:00 |
|
Yann Collet
|
e4aaa681ca
|
fix : minor compilation warning under mingw
|
2014-07-29 21:57:09 +01:00 |
|
Yann Collet
|
a50c102f5a
|
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
|
2014-07-26 15:15:00 +01:00 |
|
Yann Collet
|
2c15ec421a
|
Makefile : some corrections suggested by Michał Górny (issue 136)
|
2014-07-21 21:01:59 +01:00 |
|
Yann Collet
|
2f93f3afd5
|
Updated xxHash to r35
|
2014-07-19 10:03:53 +01:00 |
|
Yann Collet
|
a154628e70
|
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
|
2014-07-14 23:29:40 +01:00 |
|
Yann Collet
|
fbe14d128e
|
Modified : lz4 streaming API, strong types
|
2014-07-14 23:04:10 +01:00 |
|
Yann Collet
|
d3c43d3251
|
Modified : streaming API (fast compression)
|
2014-07-05 16:48:49 +01:00 |
|
Yann Collet
|
e002818cf6
|
Modified : Makefile : added -Wshadow option, suggest by Boris Faure
|
2014-07-05 13:33:57 +01:00 |
|
Yann Collet
|
fd51d0567b
|
updated fuzzer, faster and cleaner overflow tests
|
2014-07-05 12:50:05 +01:00 |
|
Yann Collet
|
bdb5bcefff
|
update to r119
|
2014-07-02 22:03:58 +01:00 |
|
Yann Collet
|
3a9427237d
|
Stronger fuzzer tests
Stronger fix 134
|
2014-07-02 18:02:29 +01:00 |
|
Yann Collet
|
a3089e5b29
|
stronger fuzzer tests
|
2014-07-02 14:38:16 +01:00 |
|
Yann Collet
|
402c5874af
|
New fuzzer test (issue 134)
|
2014-07-02 09:38:34 +01:00 |
|
Yann Collet
|
790db934f1
|
updated lz4cat man page
|
2014-06-24 18:59:51 +01:00 |
|
Yann Collet
|
da5373197e
|
Fixed : issue 52 (reported by Ludwig Strigeus)
|
2014-06-22 11:25:04 +01:00 |
|
Yann Collet
|
8d66dd7cd5
|
Fixed : using loadDict() with small dictionaries
|
2014-06-21 17:01:15 +01:00 |
|
Yann Collet
|
6e1179a1e3
|
bugfix : streaming tiny messages from within very small ringbuffer (Takayuki's streaming example 2)
|
2014-06-19 22:54:16 +01:00 |
|
Yann Collet
|
d517d609d9
|
Fixed : streaming compression using small (<64KB) dictionary buffers
|
2014-06-17 21:41:59 +01:00 |
|
Yann Collet
|
2f0a717a35
|
LZ4 Streaming : check overlapping input/dictionary
|
2014-06-14 16:56:24 +01:00 |
|
Yann Collet
|
1c5a6304a2
|
CLI : can select compression level > 9
|
2014-06-11 22:02:46 +01:00 |
|
Yann Collet
|
0c62103105
|
restored LZ4 HC streaming mode
|
2014-06-11 21:40:16 +01:00 |
|
Yann Collet
|
661e4ddb78
|
lz4io : reduced memory usage in streaming mode
|
2014-06-10 06:10:08 +01:00 |
|
Yann Collet
|
135f11b54e
|
Obsolete "external allocation" functions
(convergence towards LZ4_compress_continue() )
|
2014-06-09 16:46:03 +01:00 |
|
Yann Collet
|
598bde9a69
|
converge towards LZ4_compress_continue()
|
2014-06-09 02:42:39 +01:00 |
|
Yann Collet
|
a79180f51d
|
New : valgrind memtest
|
2014-06-09 01:01:04 +01:00 |
|
Yann Collet
|
1e053a290a
|
new test tool : datagen
|
2014-06-03 23:44:49 +01:00 |
|
Yann Collet
|
b636779b0e
|
unified structure model
|
2014-06-02 07:07:19 +01:00 |
|
Yann Collet
|
4b43c2bd98
|
Continuous streaming mode (automatic)
|
2014-05-21 19:46:36 +01:00 |
|
Yann Collet
|
914f8a9a2c
|
Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()
|
2014-05-20 23:36:27 +01:00 |
|
Yann Collet
|
8c38ddd7e6
|
Introduce : LZ4_compress_limitedOutput_usingDict()
|
2014-05-20 23:26:03 +01:00 |
|
Yann Collet
|
9ac680972a
|
restored Travis Build Matrix
|
2014-05-20 19:14:53 +01:00 |
|
Yann Collet
|
7f92b09174
|
Fixed : compilation errors using Visual 2012
|
2014-05-20 01:53:48 +01:00 |
|
Yann Collet
|
4db6b03fce
|
First version of Block Streaming API : LZ4_compress_usingDict()
|
2014-05-20 00:40:29 +01:00 |
|
Yann Collet
|
7bcb3b2e9f
|
changed naming convention to *_usingDict()
|
2014-05-04 13:26:05 +01:00 |
|
Yann Collet
|
200d87c684
|
Added : *_withDict to fullbench
|
2014-05-03 19:56:08 +01:00 |
|
Takayuki MATSUOKA
|
dca4bc3595
|
Add Travis CI's Build Matrix
See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix
|
2014-05-01 00:29:13 +09:00 |
|
Yann Collet
|
42cb61367a
|
fuzzer : added compressibility parameter (-p#)
|
2014-04-29 23:44:49 +01:00 |
|
Yann Collet
|
c75f73a2c0
|
fixed : allocation within fuzzer
new command line options for fuzzer (see -h)
|
2014-04-29 21:39:08 +01:00 |
|
Yann Collet
|
ff0db1dfb9
|
modified : rand generator
|
2014-04-28 23:49:31 +01:00 |
|
Yann Collet
|
b4e85853c6
|
fixed : read error into fuzzer
|
2014-04-28 23:17:49 +01:00 |
|
Yann Collet
|
03b9c5fcae
|
Introduce "External Dictionary" de/compression API
|
2014-04-28 21:45:35 +01:00 |
|
Yann Collet
|
c4a99c817a
|
fuzzer title shows 32/64 bits mode
|
2014-04-24 10:12:58 +01:00 |
|
Yann Collet
|
f6beaa779d
|
re-order travis tests
fix : remove man pages on uninstall
|
2014-04-23 00:54:32 +01:00 |
|
Takayuki MATSUOKA
|
a41790a759
|
Add build target 'test'
|
2014-04-16 23:26:15 +09:00 |
|
Takayuki MATSUOKA
|
0390c7dd9d
|
Add command-line switch to support Travis-CI
Add command-line switch '--no-prompt' to fullbench and fuzzer.
'--no-prompt' enables :
- Throtting stdout to satisfy Travis-CI's stdout limit (10MB).
- Prevent Travis-CI's build timeouts and ignore pause by getchar().
http://docs.travis-ci.com/user/build-configuration/#Build-Timeouts
|
2014-04-16 23:25:56 +09:00 |
|
Yann Collet
|
5b91330ce2
|
Added lz4c & lz4cat man pages
|
2014-04-15 16:47:48 +02:00 |
|
Yann Collet
|
374d6ac35c
|
Fixed issue 127 & 128
|
2014-04-15 15:03:17 +02:00 |
|
yann.collet.73@gmail.com
|
37be46701a
|
quickfix (issue 124 & 125)
git-svn-id: https://lz4.googlecode.com/svn/trunk@116 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
|
2014-03-24 20:59:20 +00:00 |
|