Yann Collet
|
3f4f623bc9
|
Valgrind tests generate errors
|
2015-04-14 21:02:12 +01:00 |
|
Yann Collet
|
05a46fc59a
|
Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default.
|
2015-04-14 18:51:36 +01:00 |
|
Yann Collet
|
348f5099e4
|
lz4io refactoring
|
2015-04-14 18:10:55 +01:00 |
|
Yann Collet
|
eabc6d8d00
|
New valgrind test with multiple files
|
2015-04-14 16:34:37 +01:00 |
|
Yann Collet
|
113b150f0a
|
Fix leak issue with compression of multiple files
|
2015-04-14 16:05:02 +01:00 |
|
Yann Collet
|
c64200dd85
|
Improved performance when compressing a lot of small files
|
2015-04-14 00:07:30 +01:00 |
|
Yann Collet
|
cc24124014
|
minor compatibility fixes
|
2015-04-13 20:43:54 +01:00 |
|
Yann Collet
|
ccba7a0a29
|
Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch
Origin/r129/multiple inputs patch
|
2015-04-13 21:03:51 +02:00 |
|
Kyle J Harper
|
7f2f1fcd55
|
Added support for continuation of file compression and decompression if input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in.
|
2015-04-12 18:41:55 -05:00 |
|
Kyle J Harper
|
0169502b49
|
Added new LZ4IO_decompressMultipleFilenames to allow decompression of multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable.
|
2015-04-12 17:33:40 -05:00 |
|
Yann Collet
|
da117257f5
|
new memory leak test for fullbench using multi-files
|
2015-04-12 16:49:37 +01:00 |
|
Yann Collet
|
2c7988761d
|
Shortened tests durations
|
2015-04-12 16:40:58 +01:00 |
|
Yann Collet
|
8f49666cbc
|
Fixed : minor coverity warning
|
2015-04-12 11:37:55 +01:00 |
|
Yann Collet
|
8a610004f6
|
Fixed a few coverity warnings
|
2015-04-12 09:42:58 +01:00 |
|
Yann Collet
|
81fdd9df23
|
Fixed a few Valgrind warnings
|
2015-04-12 09:29:52 +01:00 |
|
Yann Collet
|
66b8a4a8af
|
Fixed : minor Visual warnings
|
2015-04-12 08:58:00 +01:00 |
|
Yann Collet
|
62ed153195
|
Fixed : a few minor coverity warnings
|
2015-04-12 08:21:35 +01:00 |
|
Yann Collet
|
973e385fa3
|
Implemented obsolete warning message
|
2015-04-11 18:59:22 +01:00 |
|
Yann Collet
|
8b8e5efefe
|
fixed minor sanitize warning
|
2015-04-11 10:25:08 +01:00 |
|
Yann Collet
|
c22a0e1e13
|
Updated : fuzzer tests can be programmed for a timelength
|
2015-04-10 23:42:17 +01:00 |
|
Yann Collet
|
a2864fd49d
|
Fixed a few minor sanitize warnings
|
2015-04-10 14:24:13 +01:00 |
|
Yann Collet
|
f344fbd3ca
|
Fixed a few warnings from -fsanitize=undefined
|
2015-04-09 22:59:07 +01:00 |
|
Yann Collet
|
1853622360
|
fixed over-cautious visual warning
|
2015-04-08 10:35:38 +01:00 |
|
Yann Collet
|
327cb04f44
|
minor memory leak fix and test
|
2015-04-08 09:20:21 +01:00 |
|
Yann Collet
|
43e053513b
|
fix g++ typecast
|
2015-04-07 07:14:32 +01:00 |
|
Yann Collet
|
17f86149c5
|
added : memtest on fullbench
|
2015-04-06 01:02:24 +01:00 |
|
Yann Collet
|
d38b0b607f
|
Merge pull request #73 from funcodeio/dev
Removed unused lines.
|
2015-04-04 18:20:21 +02:00 |
|
Yongwoon Cho
|
dd699026e6
|
Removed unused lines.
|
2015-04-03 11:55:04 +09:00 |
|
Yann Collet
|
43eaf8f333
|
Merge pull request #72 from fzort/master
Rebase #71
|
2015-04-02 21:36:21 +02:00 |
|
Yann Collet
|
f72761ff44
|
new tests for large files with content size support (#70)
|
2015-04-02 15:11:22 +01:00 |
|
Yann Collet
|
90c0104c4e
|
Added : progress indicator, in fast and decompression modes
|
2015-04-02 13:25:28 +01:00 |
|
mauro.persano
|
1d3ab5d85d
|
Cygwin has fileno, so there's no need to use _fileno.
|
2015-04-01 15:47:24 -03:00 |
|
Yann Collet
|
78d2dfd427
|
fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound())
|
2015-04-01 18:21:03 +01:00 |
|
Yann Collet
|
3bba55c741
|
Fixed : Windows compilation
Added : Appveyor badge
|
2015-03-31 14:47:23 +01:00 |
|
Yann Collet
|
8437a0e43a
|
Fixed : Visual compilation
|
2015-03-31 13:17:38 +01:00 |
|
Yann Collet
|
4c227a487e
|
Added LZ4_compress_fast()
|
2015-03-30 21:32:25 +01:00 |
|
Yann Collet
|
2a82619311
|
fixed fullbench memory allocation error
|
2015-03-30 18:39:29 +01:00 |
|
Yann Collet
|
8cb06d5b99
|
lz4frame validates contentSize during decompression
|
2015-03-29 13:28:32 +01:00 |
|
Yann Collet
|
d5da787c1b
|
Changed struct member to contentSize
|
2015-03-29 11:20:09 +01:00 |
|
Yann Collet
|
b4755c7902
|
Added : arm cross-compilation test
|
2015-03-25 23:59:38 +01:00 |
|
Yann Collet
|
80e71c6e8b
|
Updated man page : "--[no-]X"
|
2015-03-23 21:22:13 +01:00 |
|
Yann Collet
|
5950f72b9e
|
Updated tests
|
2015-03-23 20:03:45 +01:00 |
|
Yann Collet
|
6b923d57a6
|
Updated long commands, with reverse "--no-" variants
|
2015-03-23 19:59:41 +01:00 |
|
Yann Collet
|
7f436a1215
|
lz4 cli supports frame content size
|
2015-03-23 02:20:42 +01:00 |
|
Yann Collet
|
a28b14731d
|
removed useless man pages
|
2015-03-22 13:51:22 +01:00 |
|
Yann Collet
|
7cf4e5c941
|
Updates tests & Man pages
|
2015-03-22 13:42:00 +01:00 |
|
Yann Collet
|
f02adc7938
|
new long commands
|
2015-03-21 13:34:55 +01:00 |
|
Yann Collet
|
86715b2541
|
Some more tests related to frame content size
|
2015-03-19 01:05:59 +01:00 |
|
Yann Collet
|
7ee725645b
|
frame content size support
|
2015-03-18 21:38:27 +01:00 |
|
Yann Collet
|
7d87d43e61
|
Updated lz4io sparse file support (alignment properties)
|
2015-03-17 18:02:01 +01:00 |
|