Commit Graph

259 Commits

Author SHA1 Message Date
Yann Collet
d1d1f8835d API change : compressionContext more easily reusable 2014-09-07 12:57:09 +01:00
Yann Collet
cf28c27809 Added : fuzzer : ability to jump to specified testNb 2014-09-07 12:12:46 +01:00
Yann Collet
cdececa38d Added : variable dstBuffer size decompression test 2014-09-07 11:04:29 +01:00
Yann Collet
535120bbe3 More complex compression tests 2014-09-07 09:13:02 +01:00
Yann Collet
04f5b17b72 Improved frame decompression test
Fixed : frame decompression bug
2014-09-06 22:48:03 +01:00
Yann Collet
03bc760af3 minor frametest display improvement 2014-09-06 13:06:28 +01:00
Yann Collet
e6d9a17188 minor test code refactoring 2014-09-06 12:19:26 +01:00
Yann Collet
5c32b50b94 More tests (variation of blocksize & checksum)
fixed : checksum error on dealing with uncompressed blocks
2014-09-06 09:47:28 +01:00
Yann Collet
fd8665320f Added some more tests 2014-09-05 16:32:04 +01:00
Yann Collet
28f38c328d Implemented Content Checksum Verification within LZ4F_decompress() 2014-09-05 15:50:06 +01:00
Yann Collet
9732cf4d40 Added : xxhash.h at root, for compilation 2014-09-04 22:57:32 +01:00
Yann Collet
b03f8f0e6f fixed : LZ4F_decompress()
more decompress tests
2014-09-04 22:56:51 +01:00
Yann Collet
e619cfe852 Completed first version of lz4frame decompress
Added a first decompression test
2014-09-03 19:49:59 +01:00
Yann Collet
f7f67e778c Added : preliminary frame decompression function 2014-09-01 22:44:02 +01:00
Yann Collet
2f33c77d53 upgraded lz4frame compression tests 2014-08-31 23:14:20 +01:00
Yann Collet
f66721d303 lz4frame compression API v1 completed
Added : test program frametest
2014-08-30 18:14:44 +01:00
Yann Collet
c39235f46e fix : lz4frame : added default blockSizeID 2014-08-29 16:38:26 +01:00
Yann Collet
47b70f4956 lz4frame minor API fixes (pointers)
lz4frame.c first example code (incomplete)
2014-08-29 16:35:13 +01:00
Yann Collet
2050756f0f minor lz4frame API update : errorCodes & frameInfo 2014-08-29 10:15:04 +01:00
Yann Collet
7b6a660607 Merge branch 'frame' of https://github.com/Cyan4973/lz4 into frame 2014-08-28 22:26:23 +02:00
Cyan4973
5d41f878f2 Merge pull request #24 from Cyan4973/dev
Catch up r122
2014-08-28 18:43:37 +02:00
Cyan4973
6e9183ba44 Merge pull request #23 from Cyan4973/dev
Dev
2014-08-28 14:23:34 +02:00
Yann Collet
bb902d803e Updated : NEWS to r122 2014-08-28 13:20:25 +01:00
Cyan4973
607a87cf09 Merge pull request #22 from Cyan4973/dev
Dev
2014-08-28 13:59:11 +02:00
Yann Collet
3108eef810 lz4frame API update : introducing LZ4F_getHeaderInfo() 2014-08-28 10:14:33 +01:00
Yann Collet
1174bec25b clarified comments within lz4frame API 2014-08-27 09:14:17 +01:00
Yann Collet
1019cd1e38 modified permission 2014-08-27 00:03:12 +01:00
Yann Collet
4652471251 updated lz4hc 64-bits detection 2014-08-26 23:47:32 +01:00
Yann Collet
557ff22334 Fixed crlf issue 2014-08-26 15:53:39 +02:00
Yann Collet
da07465b64 Simplified travis test flow 2014-08-26 14:39:09 +01:00
Yann Collet
43465ae8ff Added : examples from Takayuki Matsuoka 2014-08-26 14:27:22 +01:00
Yann Collet
18392cd5e1 minor comment clarification about LZ4_compressBound() 2014-08-26 13:48:13 +01:00
Yann Collet
d2d3c4f10d early LZ4F decompression API 2014-08-26 10:27:45 +01:00
Yann Collet
686d6327b3 LZ4F API update. Creating "simple function" (compression only) 2014-08-26 00:56:54 +01:00
Yann Collet
ef7cbfd762 Added : mips 64 bits detection macro, as suggested by lew van 2014-08-25 18:27:50 +01:00
Yann Collet
35946be118 Updated LZ4F API : differentiate resource/compression functions 2014-08-23 14:06:56 +01:00
Yann Collet
769984407a add new directory 'examples' 2014-08-22 11:23:28 +01:00
Yann Collet
c380474232 minor API comment clarifications 2014-08-21 17:23:51 +01:00
Yann Collet
93f74935e2 Fix : 64-bits macro detection for AIX system (thanks to SamG) 2014-08-21 17:08:22 +01:00
Yann Collet
2ac1ee0a45 minor cmake refresh 2014-08-21 01:43:33 +01:00
Yann Collet
ff94eec374 Added macro, for large file support on 32-bits AIX 2014-08-20 16:37:34 +01:00
Yann Collet
536a1236c2 minor lz4frame API update 2014-08-19 21:19:29 +01:00
Yann Collet
59b2c9df9d Added : lz4frame comments (doc) 2014-08-19 17:24:37 +01:00
Yann Collet
c88999ad0d updated lz4frame API, following suggestions from Takayuki Matsuoka 2014-08-19 16:09:07 +01:00
Yann Collet
a55cde02b0 Added : lz4Framing.h, first example of Framing compression API 2014-08-18 17:32:19 +01:00
Yann Collet
f8dd8f8606 Added : LZ4 Framing Format, new version (v1.4.1)
Changed to HTML format
Modified .gitattributes to protect png files from crlf modifications
2014-08-18 16:00:00 +01:00
Yann Collet
d5f949be8f Removed : old version of framing format 2014-08-18 15:55:47 +01:00
Yann Collet
a74f7ee811 Update xxHash to r36 2014-08-15 10:24:24 +01:00
Yann Collet
4dc1eca5a9 updated release number 2014-08-13 16:44:44 +01:00
Yann Collet
19d3c36f1c Revert "Introduced "Continuous Block Mode" (CBM) naming"
This reverts commit 53f1fbe062.
2014-08-09 23:14:26 +02:00