summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Updated lz4frame error namesYann Collet2015-04-152-19/+15
|
* Merge pull request #95 from t-mat/issue/90Yann Collet2015-04-153-67/+87
|\ | | | | Modified lz4frame enum, by @t-mat
| * Issue#90 : Change old enum to macro to maximize compatibilityTakayuki MATSUOKA2015-04-141-4/+13
| |
| * Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-143-65/+76
| | | | | | | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
* | Fix LZ4_DEPRECATED() in lz4hc.hTakayuki MATSUOKA2015-04-151-1/+1
| |
* | Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilersTakayuki MATSUOKA2015-04-141-1/+1
| |
* | Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-143-12/+12
|/
* Revert "Revert "Add more descriptive frame errors""Charles Allen2015-04-142-7/+12
| | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
* Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵Yann Collet2015-04-142-4/+5
| | | | case instead of default.
* Fixed issue #84Yann Collet2015-04-122-9/+10
|
* fixed minor g++ warningYann Collet2015-04-121-1/+1
|
* Merge pull request #82 from t-mat/add-lz4-prefixYann Collet2015-04-122-31/+31
|\ | | | | Add LZ4 prefix to deprecation macros
| * Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA2015-04-122-31/+31
| | | | | | | | | | | | | | Replace the following macros: - "_DEPRECATE_WARNING_DEFBLOCK" to "LZ4_DEPRECATE_WARNING_DEFBLOCK" - "DEPRECATED" to "LZ4_DEPRECATED"
* | Fixed a few Valgrind warningsYann Collet2015-04-122-3/+4
|/
* Fixed : a few minor coverity warningsYann Collet2015-04-121-6/+12
|
* Extended obsolete warning messages to lz4hcYann Collet2015-04-112-11/+37
|
* Implemented obsolete warning messageYann Collet2015-04-112-32/+45
|
* Update lz4hc API : LZ4_compressHC_safe()Yann Collet2015-04-112-111/+66
|
* Clarified lz4frame.h inline docYann Collet2015-04-111-6/+8
|
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-093-141/+49
|
* New LZ4_compress_safe() APIYann Collet2015-04-092-71/+53
|
* fullbench : tests of _limitedOutput variants intentionnally provides less ↵Yann Collet2015-04-012-27/+17
| | | | memory space than safe (LZ4_compressBound())
* Fixed issue 160, reported by Eric BergeYann Collet2015-04-011-1/+1
|
* simplified LZ4_compress_limitedOutput()Yann Collet2015-04-012-17/+4
|
* simplified LZ4_compress_withState()Yann Collet2015-04-011-26/+28
|
* simplified LZ4_compress()Yann Collet2015-04-012-41/+45
|
* Fix : minor warning under VisualYann Collet2015-03-311-1/+1
|
* Fixed : Windows compilationYann Collet2015-03-311-2/+4
| | | Added : Appveyor badge
* minor tweakYann Collet2015-03-301-14/+14
|
* Added LZ4_compress_fast()Yann Collet2015-03-302-26/+74
|
* faster compression in 64 bits modeYann Collet2015-03-301-1/+18
|
* Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-302-4/+8
|
* restored lz4hc compression ratioYann Collet2015-03-301-20/+24
|
* lz4frame validates contentSize during decompressionYann Collet2015-03-292-31/+37
|
* Changed struct member to contentSizeYann Collet2015-03-292-11/+11
|
* Fixed cast-align warnings on 32-bitsYann Collet2015-03-255-17/+25
|
* Updates tests & Man pagesYann Collet2015-03-222-5/+5
|
* Some more tests related to frame content sizeYann Collet2015-03-191-2/+2
|
* frame content size supportYann Collet2015-03-183-75/+141
|
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-171-5/+5
|
* minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() ↵Yann Collet2015-03-161-7/+14
| | | | in fast mode)
* minor lz4frame refactoringYann Collet2015-03-162-37/+26
|
* Added : Readme into lib directory, to explain what does each fileYann Collet2015-03-161-0/+19
|
* minor refactoringYann Collet2015-03-161-10/+14
|
* skippable frames supportYann Collet2015-03-164-39/+116
|
* changed "make install" default install directory to /usr/localYann Collet2015-03-151-3/+2
|
* Added : clang testYann Collet2015-03-152-1/+3
|
* scan-build testsYann Collet2015-03-152-23/+20
|
* Improved sparse file supportYann Collet2015-03-138-18/+16
|
* Fixed minor g++ warningsYann Collet2015-03-111-7/+6
|