Yann Collet
7050d4b767
Updated unsynchronized buffers tests
2014-11-04 10:04:37 +01:00
Yann Collet
55e8a47474
Added : valgrind test for fuzzer
2014-10-29 01:47:43 +01:00
Yann Collet
5a5a15969e
minor fuzzer test correction
2014-10-29 01:39:47 +01:00
Yann Collet
7a677a77a6
LZ4 HC streaming integrated within lz4frame
2014-10-28 00:39:06 +01:00
Yann Collet
508855c488
HC streaming : support for very long streaming (> 4 GB) scenarios
2014-10-26 11:22:15 +01:00
Yann Collet
2b421e97d4
HC streaming : support small ringbuffer scenarios
2014-10-25 20:52:10 +01:00
Yann Collet
e450018588
LZ4 HC : fixed small dictionary streaming compression
2014-10-21 00:12:55 +01:00
Yann Collet
3dab5f476a
LZ4 HC : External Dictionary compression : First implementation
2014-10-20 01:08:21 +01:00
Yann Collet
d618673057
fuzzer : easier random replay
2014-10-19 16:06:33 +01:00
Yann Collet
f91d5aae79
fuzzer : fixed test 21
2014-10-19 15:25:35 +01:00
Yann Collet
6b89dca1a9
fuzzer : faster jump to testNb
2014-10-19 13:47:22 +01:00
Yann Collet
68ea218a72
fuzzer : fixed minor command lines issues
2014-10-18 13:27:32 +01:00
Yann Collet
d239a23337
updated LZ4HC API
2014-10-18 11:18:14 +01:00
Yann Collet
4da47a2c67
fuzzer : pause at the end is disabled by default
2014-10-10 20:58:42 +01:00
Yann Collet
92574da1a0
modified : fuzzer automatically selects seed
2014-10-09 22:15:57 +01:00
Yann Collet
abb6f7806a
Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu
...
Multiple warning fixes for Visual Studio 2012
2014-09-22 17:38:17 +01:00
Yann Collet
3b4e3f2b01
minor fuzzer code cleanup
2014-08-30 18:13:45 +01:00
Yann Collet
14a28c0633
minor fuzzer cleaning
2014-08-30 12:32:09 +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
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
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
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
b636779b0e
unified structure model
2014-06-02 07:07:19 +01:00
Yann Collet
914f8a9a2c
Added : fuzzer code for LZ4_compress_limitedOutput_usingDict()
2014-05-20 23:36:27 +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
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
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.73@gmail.com
a9d8640c1f
Makefile : library correctly compiled with -O3 switch (issue 114)
...
Makefile : library compilation compatible with clang
Makefile : library is versioned and linked (issue 119)
lz4.h : no more static inline prototypes (issue 116)
man : improved header/footer (issue 111)
Makefile : Use system default $(CC) & $(MAKE) variables (issue 112)
xxhash : updated to r34
git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2014-03-12 14:51:59 +00:00
yann.collet.73@gmail.com
69dc85b8ab
Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
...
LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9)
Separated IO routines from command line (lz4io.c)
Version number into lz4.h (suggested by Francesc Alted)
git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2014-02-04 14:11:10 +00:00
yann.collet.73@gmail.com
648678788c
Makefile : added capability to install libraries
...
Modified Directory tree, to better separate libraries from programs.
git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2014-01-07 18:47:50 +00:00