This website requires JavaScript.
b1d022fa72
slightly improved frame compression speed
Yann Collet
2014-09-11 22:27:14 +0100
c71de79688
Improved lz4frame compression speed Added : fullbench test -c14 (LZ4F_compressFrame)
Yann Collet
2014-09-10 22:17:03 +0100
ed4a6bf2cb
More tests : random flushes
Yann Collet
2014-09-10 13:53:42 +0100
0400451ac2
Fix : streaming mode bug (re-using context & buffers)
Yann Collet
2014-09-10 13:00:39 +0100
eac83cd850
Added : streaming mode
Yann Collet
2014-09-09 23:54:22 +0100
6b407c65a4
Added : valgrind verification for frametest
Yann Collet
2014-09-07 14:15:33 +0100
d1f479fe3a
minor allocation correction (compressBegin)
Yann Collet
2014-09-07 13:29:04 +0100
d1d1f8835d
API change : compressionContext more easily reusable
Yann Collet
2014-09-07 12:57:09 +0100
cf28c27809
Added : fuzzer : ability to jump to specified testNb
Yann Collet
2014-09-07 12:12:46 +0100
cdececa38d
Added : variable dstBuffer size decompression test
Yann Collet
2014-09-07 11:04:29 +0100
535120bbe3
More complex compression tests
Yann Collet
2014-09-07 09:13:02 +0100
04f5b17b72
Improved frame decompression test Fixed : frame decompression bug
Yann Collet
2014-09-06 22:48:03 +0100
03bc760af3
minor frametest display improvement
Yann Collet
2014-09-06 13:06:28 +0100
e6d9a17188
minor test code refactoring
Yann Collet
2014-09-06 12:19:26 +0100
5c32b50b94
More tests (variation of blocksize & checksum) fixed : checksum error on dealing with uncompressed blocks
Yann Collet
2014-09-06 09:47:28 +0100
fd8665320f
Added some more tests
Yann Collet
2014-09-05 16:32:04 +0100
28f38c328d
Implemented Content Checksum Verification within LZ4F_decompress()
Yann Collet
2014-09-05 15:50:06 +0100
9732cf4d40
Added : xxhash.h at root, for compilation
Yann Collet
2014-09-04 22:57:32 +0100
b03f8f0e6f
fixed : LZ4F_decompress() more decompress tests
Yann Collet
2014-09-04 22:56:51 +0100
e619cfe852
Completed first version of lz4frame decompress Added a first decompression test
Yann Collet
2014-09-03 19:49:59 +0100
f7f67e778c
Added : preliminary frame decompression function
Yann Collet
2014-09-01 22:44:02 +0100
2f33c77d53
upgraded lz4frame compression tests
Yann Collet
2014-08-31 23:14:20 +0100
f66721d303
lz4frame compression API v1 completed Added : test program frametest
Yann Collet
2014-08-30 18:14:44 +0100
3b4e3f2b01
minor fuzzer code cleanup
Yann Collet
2014-08-30 18:13:45 +0100
14a28c0633
minor fuzzer cleaning
Yann Collet
2014-08-30 12:32:09 +0100
c39235f46e
fix : lz4frame : added default blockSizeID
Yann Collet
2014-08-29 16:38:26 +0100
47b70f4956
lz4frame minor API fixes (pointers) lz4frame.c first example code (incomplete)
Yann Collet
2014-08-29 16:35:13 +0100
2050756f0f
minor lz4frame API update : errorCodes & frameInfo
Yann Collet
2014-08-29 10:15:04 +0100
7b6a660607
Merge branch 'frame' of https://github.com/Cyan4973/lz4 into frame
Yann Collet
2014-08-28 22:26:23 +0200
5d41f878f2
Merge pull request #24 from Cyan4973/dev
Cyan4973
2014-08-28 18:43:37 +0200
6e9183ba44
Merge pull request #23 from Cyan4973/dev
Cyan4973
2014-08-28 14:23:34 +0200
bb902d803e
Updated : NEWS to r122
Yann Collet
2014-08-28 13:20:25 +0100
607a87cf09
Merge pull request #22 from Cyan4973/dev
Cyan4973
2014-08-28 13:59:11 +0200
3108eef810
lz4frame API update : introducing LZ4F_getHeaderInfo()
Yann Collet
2014-08-28 10:14:33 +0100
1174bec25b
clarified comments within lz4frame API
Yann Collet
2014-08-27 09:14:17 +0100
1019cd1e38
modified permission
Yann Collet
2014-08-27 00:03:12 +0100
4652471251
updated lz4hc 64-bits detection
Yann Collet
2014-08-26 23:47:32 +0100
557ff22334
Fixed crlf issue
Yann Collet
2014-08-26 15:53:39 +0200
da07465b64
Simplified travis test flow
Yann Collet
2014-08-26 14:39:09 +0100
43465ae8ff
Added : examples from Takayuki Matsuoka
Yann Collet
2014-08-26 14:27:22 +0100
18392cd5e1
minor comment clarification about LZ4_compressBound()
Yann Collet
2014-08-26 13:48:13 +0100
d2d3c4f10d
early LZ4F decompression API
Yann Collet
2014-08-26 10:27:45 +0100
686d6327b3
LZ4F API update. Creating "simple function" (compression only)
Yann Collet
2014-08-26 00:56:54 +0100
ef7cbfd762
Added : mips 64 bits detection macro, as suggested by lew van
Yann Collet
2014-08-25 18:27:50 +0100
35946be118
Updated LZ4F API : differentiate resource/compression functions
Yann Collet
2014-08-23 14:06:56 +0100
769984407a
add new directory 'examples'
Yann Collet
2014-08-22 11:23:28 +0100
c380474232
minor API comment clarifications
Yann Collet
2014-08-21 17:23:51 +0100
93f74935e2
Fix : 64-bits macro detection for AIX system (thanks to SamG)
Yann Collet
2014-08-21 17:08:22 +0100
2ac1ee0a45
minor cmake refresh
Yann Collet
2014-08-21 01:43:33 +0100
ff94eec374
Added macro, for large file support on 32-bits AIX
Yann Collet
2014-08-20 16:37:34 +0100
536a1236c2
minor lz4frame API update
Yann Collet
2014-08-19 21:19:29 +0100
59b2c9df9d
Added : lz4frame comments (doc)
Yann Collet
2014-08-19 17:24:37 +0100
c88999ad0d
updated lz4frame API, following suggestions from Takayuki Matsuoka
Yann Collet
2014-08-19 16:09:07 +0100
a55cde02b0
Added : lz4Framing.h, first example of Framing compression API
Yann Collet
2014-08-18 17:32:19 +0100
f8dd8f8606
Added : LZ4 Framing Format, new version (v1.4.1) Changed to HTML format Modified .gitattributes to protect png files from crlf modifications
Yann Collet
2014-08-18 16:00:00 +0100
d5f949be8f
Removed : old version of framing format
Yann Collet
2014-08-18 15:55:47 +0100
a74f7ee811
Update xxHash to r36
Yann Collet
2014-08-15 10:24:24 +0100
4dc1eca5a9
updated release number
Yann Collet
2014-08-13 16:44:44 +0100
19d3c36f1c
Revert "Introduced "Continuous Block Mode" (CBM) naming"
Yann Collet
2014-08-09 23:14:26 +0200
53f1fbe062
Introduced "Continuous Block Mode" (CBM) naming to better differentiate with future lz4s.c library
Yann Collet
2014-08-08 13:08:11 +0100
0be64b41c9
clarified "dev" branch policy
Yann Collet
2014-08-08 12:48:45 +0100
5ba9d1d520
Merge pull request #19 from ignatenkobrain/dev
Cyan4973
2014-08-08 13:35:34 +0200
0cca754ea1
Makefile: fix DESTDIR
Igor Gnatenko
2014-08-08 10:23:00 +0200
8dc446dd46
Merge pull request #17 from Cyan4973/dev
Cyan4973
2014-08-07 13:03:41 +0200
3c7309edab
Added : .gitattributes
Yann Collet
2014-08-06 18:52:48 +0100
205735a9f2
Fixed crlf issue
Yann Collet
2014-08-06 13:50:38 +0200
3897eb6e9b
Makefile : restored Takayuki's fix for OS-X and BSD minor display change for make install
Yann Collet
2014-08-06 09:06:00 +0100
4ea832b8ff
Updated Makefile : make dist Minor formatting changes for xxhash
Yann Collet
2014-08-06 08:55:08 +0100
a0755949b6
fix : minor compilation warning under mingw
Yann Collet
2014-08-05 06:42:40 +0100
ea74cc4676
Added : HC streaming test
Yann Collet
2014-08-01 19:21:26 +0100
7ac18ad9dc
fix : HC streaming mode
Yann Collet
2014-08-01 19:10:21 +0100
17fdc54813
Merge pull request #15 from t-mat/fix-bsd-sed
Cyan4973
2014-07-30 13:11:12 +0200
525cb11c22
Fix BSD sed error reported by Yue Du
Takayuki MATSUOKA
2014-07-30 18:41:45 +0900
e4aaa681ca
fix : minor compilation warning under mingw
Yann Collet
2014-07-29 21:57:09 +0100
a50c102f5a
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
Yann Collet
2014-07-26 15:15:00 +0100
3f607b55ed
Merge pull request #13 from Cyan4973/dev
Cyan4973
2014-07-24 13:54:05 +0200
f9e16d2ffb
updated NEWS
Yann Collet
2014-07-23 10:26:16 +0100
9f42b0925d
Makefile : synchronize library version number with lz4.h - Thanks to Takayuki Matsuoka
Yann Collet
2014-07-22 17:25:35 +0100
2c15ec421a
Makefile : some corrections suggested by Michał Górny (issue 136)
Yann Collet
2014-07-21 21:01:59 +0100
64547df2de
Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
Yann Collet
2014-07-21 19:42:12 +0100
0d1e43acb1
Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev
Yann Collet
2014-07-21 20:41:08 +0200
dc107107f7
Added : pkg-config (issue 135)
Yann Collet
2014-07-20 17:18:48 +0200
1870d48fc8
Restored : lz4 compression function using externally allocated memory for state
Yann Collet
2014-07-20 13:34:14 +0100
2f93f3afd5
Updated xxHash to r35
Yann Collet
2014-07-19 10:03:53 +0100
a154628e70
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
Yann Collet
2014-07-14 23:29:40 +0100
fbe14d128e
Modified : lz4 streaming API, strong types
Yann Collet
2014-07-14 23:04:10 +0100
d3c43d3251
Modified : streaming API (fast compression)
Yann Collet
2014-07-05 16:48:49 +0100
e002818cf6
Modified : Makefile : added -Wshadow option, suggest by Boris Faure
Yann Collet
2014-07-05 13:33:57 +0100
070b33518a
Fix : OS-X : library install name, thanks to Clemens Lang
Yann Collet
2014-07-05 13:05:55 +0100
fd51d0567b
updated fuzzer, faster and cleaner overflow tests
Yann Collet
2014-07-05 12:50:05 +0100
28fd251bc7
Merge pull request #11 from Cyan4973/dev
Cyan4973
2014-07-02 23:32:23 +0200
bdb5bcefff
update to r119
Yann Collet
2014-07-02 22:03:58 +0100
3a9427237d
Stronger fuzzer tests Stronger fix 134
Yann Collet
2014-07-02 18:02:29 +0100
a3089e5b29
stronger fuzzer tests
Yann Collet
2014-07-02 14:38:16 +0100
402c5874af
New fuzzer test (issue 134)
Yann Collet
2014-07-02 09:38:34 +0100
1411c2b674
Quickfix of issue 134 (untested)
Yann Collet
2014-07-02 04:36:56 +0100
0665c50356
Merge pull request #8 from Cyan4973/dev
Cyan4973
2014-06-26 11:36:13 +0200
93e589caad
updated NEWS
Yann Collet
2014-06-26 10:35:03 +0100
9d8e1f58a0
Merge pull request #7 from Cyan4973/dev
Cyan4973
2014-06-24 20:57:37 +0200
790db934f1
updated lz4cat man page
Yann Collet
2014-06-24 18:59:51 +0100