Yann Collet
|
e3d1b4e020
|
Fixed decompression bug
|
2014-11-28 02:48:21 +01:00 |
|
Yann Collet
|
2d98faf238
|
Improved decoding speed
|
2014-11-27 22:44:36 +01:00 |
|
Yann Collet
|
86fa21b301
|
Added : $(EXT) within install for cross-compilation support
|
2014-11-23 18:36:04 +01:00 |
|
Yann Collet
|
2ad37dbe58
|
Corrected lz4io
|
2014-11-23 01:14:04 +01:00 |
|
Yann Collet
|
b3b207c4db
|
New endian & alignment code
|
2014-11-23 00:46:15 +01:00 |
|
Yann Collet
|
73554386ed
|
Makefile : refactored Travis CI tests
|
2014-11-04 20:56:38 +01:00 |
|
Yann Collet
|
4befab0fcc
|
lz4.h : updated library version number to 1.4.0
|
2014-11-04 20:04:43 +01:00 |
|
Yann Collet
|
89d8b98d0d
|
Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Brendan O'Connor)
|
2014-11-04 12:11:14 +01:00 |
|
Yann Collet
|
d7b9e31702
|
Fixed issue #31 : lz4.c warning under visual
|
2014-11-04 11:07:04 +01:00 |
|
Yann Collet
|
4dbd2faebb
|
Added : cmake test
cmake : corrected xxhash path (thanks to j.magnuson)
|
2014-11-04 10:50:17 +01:00 |
|
Yann Collet
|
d01bb4a193
|
Makefile : added -Wcast-align compilation warning
|
2014-11-04 10:32:50 +01:00 |
|
Yann Collet
|
7050d4b767
|
Updated unsynchronized buffers tests
|
2014-11-04 10:04:37 +01:00 |
|
Yann Collet
|
3de7f00a0b
|
Updated ring buffer examples
|
2014-11-03 09:29:45 +01:00 |
|
Yann Collet
|
b005e1b42e
|
fullbench : display Algorithm Nb
|
2014-11-03 09:18:15 +01:00 |
|
Yann Collet
|
61289dea1d
|
Optimized LZ4_saveDictHC()
|
2014-11-02 22:32:12 +01:00 |
|
Yann Collet
|
d9927ea693
|
Updated xxHash to r38
|
2014-11-01 21:58:31 +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
|
eaccf78cfb
|
Merge pull request #33 from Cyan4973/streamHC
Stream hc
|
2014-10-28 23:12:04 +01:00 |
|
Yann Collet
|
d4f2d8061e
|
Fixed : frametest for Travis CI build matrix
|
2014-10-28 15:58:25 +01:00 |
|
Yann Collet
|
9bf331afc6
|
new Travis CI build matrix
|
2014-10-28 15:35:43 +01:00 |
|
Yann Collet
|
6436eca4fa
|
Added : frametest32
|
2014-10-28 11:32:42 +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
|
e2c84118f5
|
Added : HC streaming ring buffer example
|
2014-10-22 08:07:56 +01:00 |
|
Yann Collet
|
e468a4eb96
|
fixed LZ4F_compressFrameBound (dynamic block resize)
|
2014-10-22 00:36:32 +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
|
e2a985f524
|
minor refactoring of LZ4 HC, to prepare for external dictionaries
|
2014-10-19 17:41:42 +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
|
460616007c
|
Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev
|
2014-10-17 10:00:55 +02: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
|
2ab6f9a387
|
Updated : xxHash to r37
|
2014-10-06 11:13:56 +01:00 |
|
Yann Collet
|
72b51859e0
|
update distribution builder "make dist"
update test, to also verify "make dist"
|
2014-10-06 01:10:29 +01:00 |
|
Yann Collet
|
c14a342cc2
|
Fixed : LZ4F_compressBound() using null preferencesPtr
Updated : frametest, to check LZ4F_compressBound() using null preferencesPtr
|
2014-10-06 00:48:45 +01:00 |
|
Yann Collet
|
c0054caa23
|
Merge pull request #28 from Cyan4973/dev
updated comment on compressionLevel field
|
2014-09-25 14:03:36 +02:00 |
|
Yann Collet
|
aac3c9ea21
|
updated comment on compressionLevel field
|
2014-09-24 13:48:03 +01:00 |
|
Yann Collet
|
dc245be066
|
Merge pull request #27 from Cyan4973/dev
lz4frame
|
2014-09-23 11:00:55 +02:00 |
|
Yann Collet
|
8c1ae99837
|
fixed : clang warnings
|
2014-09-22 18:42:00 +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
|
6e1049872a
|
LZ4F_compressFrame : fix potential crash on selecting custom preferences
frame fuzzer tests : new random tests using LZ4F_compressFrame
|
2014-09-22 02:59:42 +01:00 |
|
Yann Collet
|
0e6151b137
|
LZ4F_compressFrame() : auto-resize block size when unnecessarily large
|
2014-09-22 02:36:20 +01:00 |
|
Yann Collet
|
ff670f659a
|
Slightly improved decompression speed (linkedBlockMode, small frames primarily)
|
2014-09-22 02:02:40 +01:00 |
|
Yann Collet
|
4e92d7e412
|
LZ4F_getFrameInfo() No longer requires to continue decoding at address after header
Slightly improved LZ4F_decompress() speed (less dictionary copy)
|
2014-09-22 01:32:55 +01:00 |
|