Commit Graph

  • 9c6fb8b160 Added LZ4_compress_fast_extState() Yann Collet 2015-04-23 07:46:35 +0100
  • b05d3d71a6 Frame content size disabled by default when using LZ4F_compressFrame(), to be in better coherence with the advanced API LZ4F_compress_update() Yann Collet 2015-04-22 00:57:39 +0100
  • b805d581b9 Removed obsolete functions from lz4 cli Yann Collet 2015-04-21 19:07:31 +0100
  • f11afafe23 Removed LZ4_compress() (obsolete) from lz4 Yann Collet 2015-04-21 18:31:35 +0100
  • 72e679438f Updated LZ4F_freeDecompressionContext(), to provide stage hint as result Yann Collet 2015-04-20 12:23:33 +0100
  • a01e10dbdc Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ4_compress_fast() integration. Yann Collet 2015-04-20 12:12:02 +0100
  • cbcdd88ccb Fixed frame concatenation Yann Collet 2015-04-20 10:05:54 +0100
  • e18aa90798 Fixed frametest Yann Collet 2015-04-20 09:51:00 +0100
  • c035b7a99a Restored make-lz4 Yann Collet 2015-04-20 09:26:16 +0100
  • 197982ec6c Fixed unfinished frame (issue #75) Yann Collet 2015-04-20 09:24:25 +0100
  • 409f816267 Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts Yann Collet 2015-04-19 15:23:53 +0100
  • 47c3040399 added --no-sparse test Yann Collet 2015-04-18 12:44:38 +0100
  • 9fd4f1f9f7 Sparse file support is now enabled by default Yann Collet 2015-04-17 19:42:07 +0100
  • 7644bee643 test error message in multiple files mode Yann Collet 2015-04-16 16:45:58 +0100
  • bce2eeb9df Reclassified some notification messages as errors Yann Collet 2015-04-16 16:27:16 +0100
  • 9e92bee044 stronger arm tests Yann Collet 2015-04-16 13:34:03 +0100
  • 2ed9dcc900 fix minor "divide by zero" risk Yann Collet 2015-04-16 13:18:15 +0100
  • 633c1ca810 fixed minor leak Yann Collet 2015-04-16 13:09:34 +0100
  • 0ed2e7111e Static analyzer generates error codes on bug suspicion Yann Collet 2015-04-16 12:48:50 +0100
  • 2cf8a19e9d minor header refactoring Yann Collet 2015-04-16 09:57:46 +0100
  • 634e4ee7ad Merge pull request #96 from t-mat/improve-pr-95 Yann Collet 2015-04-16 10:45:53 +0200
  • e328d41ef4 minor optimization for small files Yann Collet 2015-04-16 08:51:31 +0100
  • 13c6e16333 Removed status notification in multiple-files mode Yann Collet 2015-04-16 07:16:48 +0100
  • d153aaa1c2 Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums Takayuki MATSUOKA 2015-04-16 12:42:26 +0900
  • a430b859cf Multiple files decompression refactoring Yann Collet 2015-04-15 16:24:43 +0100
  • 4e574e7395 Updated lz4frame error names Yann Collet 2015-04-15 10:34:08 +0100
  • d37926b0b5 Merge pull request #95 from t-mat/issue/90 Yann Collet 2015-04-15 10:39:38 +0200
  • 240b554412 Merge pull request #94 from t-mat/dev Yann Collet 2015-04-15 07:53:17 +0200
  • 3d46d4b144 Fix LZ4_DEPRECATED() in lz4hc.h Takayuki MATSUOKA 2015-04-15 14:19:17 +0900
  • 5f732e1701 Merge pull request #91 from t-mat/dev Yann Collet 2015-04-15 01:01:52 +0200
  • 175890fe9b Issue#90 : Change old enum names to new one Takayuki MATSUOKA 2015-04-15 03:00:36 +0900
  • 585bab8121 Issue#90 : Change old enum to macro to maximize compatibility Takayuki MATSUOKA 2015-04-15 02:59:51 +0900
  • 081bcca33b Issue#90 : Add LZ4F_ prefix Takayuki MATSUOKA 2015-04-15 02:20:47 +0900
  • e1283c7991 Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilers Takayuki MATSUOKA 2015-04-15 00:19:13 +0900
  • d7298d2059 Replace GCC_VERSION with LZ4_GCC_VERSION Takayuki MATSUOKA 2015-04-15 00:17:06 +0900
  • 9851583044 Merge pull request #93 from drcrallen/descriptiveFrameErrors Yann Collet 2015-04-14 23:22:06 +0200
  • b664a72145 Revert "Revert "Add more descriptive frame errors"" Charles Allen 2015-04-14 13:33:43 -0700
  • 3f4f623bc9 Valgrind tests generate errors Yann Collet 2015-04-14 21:02:12 +0100
  • 83e350d00b Merge branch 'dev' of github.com:Cyan4973/lz4 into dev Yann Collet 2015-04-14 22:00:34 +0200
  • 066e9d31d5 Merge pull request #92 from Cyan4973/revert-89-descriptiveFrameErrors Yann Collet 2015-04-14 21:59:47 +0200
  • 5a66527084 Revert "Add more descriptive frame errors" Yann Collet 2015-04-14 20:21:50 +0200
  • 0dc8308f4c Merge pull request #89 from drcrallen/descriptiveFrameErrors Yann Collet 2015-04-14 20:21:40 +0200
  • 05a46fc59a Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default. Yann Collet 2015-04-14 18:51:36 +0100
  • 348f5099e4 lz4io refactoring Yann Collet 2015-04-14 18:10:55 +0100
  • eabc6d8d00 New valgrind test with multiple files Yann Collet 2015-04-14 16:34:37 +0100
  • 113b150f0a Fix leak issue with compression of multiple files Yann Collet 2015-04-14 16:05:02 +0100
  • c64200dd85 Improved performance when compressing a lot of small files Yann Collet 2015-04-14 00:07:30 +0100
  • cc24124014 minor compatibility fixes Yann Collet 2015-04-13 20:43:54 +0100
  • ccba7a0a29 Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch Yann Collet 2015-04-13 21:03:51 +0200
  • d535214e61 Add more descriptive frame errors Charles Allen 2015-04-13 10:57:31 -0700
  • bc28fc1a0d Merge pull request #87 from t-mat/fix-example2 Yann Collet 2015-04-13 13:57:34 +0200
  • fd77bad52f Replace obsolete functions Takayuki MATSUOKA 2015-04-13 20:16:37 +0900
  • b036eaade6 Add snprintf macro for MSVC Takayuki MATSUOKA 2015-04-13 20:05:20 +0900
  • 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. Kyle J Harper 2015-04-12 18:41:55 -0500
  • 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. Kyle J Harper 2015-04-12 17:28:13 -0500
  • da117257f5 new memory leak test for fullbench using multi-files Yann Collet 2015-04-12 16:49:37 +0100
  • 2c7988761d Shortened tests durations Yann Collet 2015-04-12 16:40:58 +0100
  • 42e5bc4a9d Updated badges Yann Collet 2015-04-12 16:06:12 +0100
  • 2852b9e439 Fixed issue #84 Yann Collet 2015-04-12 15:17:10 +0100
  • 8f49666cbc Fixed : minor coverity warning Yann Collet 2015-04-12 11:37:55 +0100
  • 8a610004f6 Fixed a few coverity warnings Yann Collet 2015-04-12 09:42:58 +0100
  • 138673df5e fixed minor g++ warning Yann Collet 2015-04-12 09:37:34 +0100
  • cc8d617ed0 Merge pull request #82 from t-mat/add-lz4-prefix Yann Collet 2015-04-12 10:34:44 +0200
  • 81fdd9df23 Fixed a few Valgrind warnings Yann Collet 2015-04-12 09:29:52 +0100
  • ad86910b1b Add LZ4 prefix to deprecation macros Takayuki MATSUOKA 2015-04-12 17:28:53 +0900
  • 66b8a4a8af Fixed : minor Visual warnings Yann Collet 2015-04-12 08:58:00 +0100
  • 62ed153195 Fixed : a few minor coverity warnings Yann Collet 2015-04-12 08:21:35 +0100
  • 9443f3d924 Extended obsolete warning messages to lz4hc Yann Collet 2015-04-11 19:12:03 +0100
  • 973e385fa3 Implemented obsolete warning message Yann Collet 2015-04-11 18:59:22 +0100
  • be9d248851 Update lz4hc API : LZ4_compressHC_safe() Yann Collet 2015-04-11 12:28:09 +0100
  • a07db74d24 Clarified lz4frame.h inline doc Yann Collet 2015-04-11 10:46:16 +0100
  • 8b8e5efefe fixed minor sanitize warning Yann Collet 2015-04-11 10:25:08 +0100
  • c22a0e1e13 Updated : fuzzer tests can be programmed for a timelength Yann Collet 2015-04-10 23:42:17 +0100
  • a2864fd49d Fixed a few minor sanitize warnings Yann Collet 2015-04-10 14:24:13 +0100
  • 33134fb6c8 Added : sanitize test Yann Collet 2015-04-09 23:53:55 +0100
  • f344fbd3ca Fixed a few warnings from -fsanitize=undefined Yann Collet 2015-04-09 22:59:07 +0100
  • 2f8a4c32f9 New LZ4_compress_safe() API Yann Collet 2015-04-09 13:34:38 +0100
  • 1853622360 fixed over-cautious visual warning Yann Collet 2015-04-08 10:35:38 +0100
  • b41137f42a minor Makefile test refactoring Yann Collet 2015-04-08 09:33:57 +0100
  • 327cb04f44 minor memory leak fix and test Yann Collet 2015-04-08 09:20:21 +0100
  • 43e053513b fix g++ typecast Yann Collet 2015-04-07 07:14:32 +0100
  • 61d7416425 updated doc Yann Collet 2015-04-06 01:03:49 +0100
  • 17f86149c5 added : memtest on fullbench Yann Collet 2015-04-06 01:02:24 +0100
  • d38b0b607f Merge pull request #73 from funcodeio/dev Yann Collet 2015-04-04 18:20:21 +0200
  • 979a991bad memcpy speed as reference Yann Collet 2015-04-03 23:58:29 +0100
  • 157a739f7a Merge pull request #74 from Cyan4973/fastMode Yann Collet 2015-04-04 00:49:20 +0200
  • dd699026e6 Removed unused lines. Yongwoon Cho 2015-04-03 11:52:50 +0900
  • 43eaf8f333 Merge pull request #72 from fzort/master Yann Collet 2015-04-02 21:36:21 +0200
  • f72761ff44 new tests for large files with content size support (#70) Yann Collet 2015-04-02 15:11:22 +0100
  • 90c0104c4e Added : progress indicator, in fast and decompression modes Yann Collet 2015-04-02 13:25:28 +0100
  • 1d3ab5d85d Cygwin has fileno, so there's no need to use _fileno. mauro.persano 2015-04-01 15:47:24 -0300
  • 78d2dfd427 fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound()) Yann Collet 2015-04-01 18:21:03 +0100
  • ef7cd83271 Fixed issue 160, reported by Eric Berge Yann Collet 2015-04-01 17:30:36 +0100
  • 28e237e954 simplified LZ4_compress_limitedOutput() Yann Collet 2015-04-01 15:53:08 +0100
  • 89eee0d28b Removed make dist Yann Collet 2015-04-01 15:09:32 +0100
  • 0615eb4814 Stricter tests : treat warnings as errors Yann Collet 2015-04-01 15:05:27 +0100
  • 76a03c1035 simplified LZ4_compress_withState() Yann Collet 2015-04-01 14:59:42 +0100
  • 6625068902 simplified LZ4_compress() Yann Collet 2015-04-01 14:48:24 +0100
  • 886b19951c Modified files rights Yann Collet 2015-03-31 20:29:24 +0100
  • 7b5e94575a Removed Visual 2013 solution, as AppVeyor automated mode only works with a single solution Yann Collet 2015-03-31 20:27:34 +0100