summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed decoding block checksum in lz4frameYann Collet2017-10-041-4/+3
* fix #404Yann Collet2017-09-301-2/+5
* minor lz4frame code refactorYann Collet2017-09-231-50/+54
* Fix Segfault When Copying DictW. Felix Handte2017-09-221-0/+1
* fixed a bunch of -Wcomma warningsYann Collet2017-09-101-1/+5
* fix #397 : decompression failed when using a combination of extDict + low mem...Yann Collet2017-09-071-2/+1
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-071-17/+16
* minor Makefile fixesYann Collet2017-09-071-1/+2
* updated lib/READMEYann Collet2017-09-061-28/+28
* complementary information for #394Yann Collet2017-08-301-8/+14
* clarified documentation of streaming decompression functionsYann Collet2017-08-301-9/+13
* fixed FS-independent file order in /libYann Collet2017-08-291-2/+2
* build: source files sorted in a FS independent mannerYann Collet2017-08-261-2/+3
* Don't use C++11 deprecation attribute with clangNick Terrell2017-08-241-2/+4
* FIX: added prefix to FORCE_INLINE to prevent redefinition error during compil...tcpan2017-08-244-37/+37
* fix : asan error in dctx, due to increased maximum frame header size, reporte...v1.8.0Yann Collet2017-08-171-3/+3
* Merge branch 'dev' into installVars and fixed conflictsYann Collet2017-08-157-526/+817
|\
| * Merge pull request #383 from lz4/blockChecksumYann Collet2017-08-153-326/+400
| |\
| | * restored block checksum capability at lz4frame API levelYann Collet2017-08-123-326/+400
| * | Merge pull request #380 from lz4/dictIDYann Collet2017-08-157-239/+456
| |\ \ | | |/
| | * implemented lz4frame decompression APIYann Collet2017-08-103-64/+72
| | * support dictionary compression with independent blocksYann Collet2017-08-102-62/+83
| | * fixed gcc prototype warningYann Collet2017-08-101-1/+1
| | * dictionary compression correctly uses compression levelYann Collet2017-08-105-36/+62
| | * fixed C++ conversion warningsYann Collet2017-08-101-2/+2
| | * fixed uninitialization error in lz4frameYann Collet2017-08-101-4/+5
| | * implemented dictionary compression in lz4frameYann Collet2017-08-096-93/+238
| | * added dictID inside LZ4F_frameInfo_tYann Collet2017-08-092-15/+31
* | | better respect GNU standard Makefile conventionsYann Collet2017-08-141-17/+23
|/ /
* | Allow to predefine FORCE_INLINE macro.Alex Deymo2017-08-072-20/+32
|/
* Fix typos preventing installation of static lib.Ido Rosen2017-08-011-1/+2
* fix #369Yann Collet2017-06-262-1/+18
* Fix gcc7 Wimplicit-fallthrough warningsChocobo12017-06-192-4/+4
* made level 10 a bit fasterYann Collet2017-06-141-6/+7
* clarified lz4frame api comment (#350)Yann Collet2017-06-131-15/+17
* updated NEWSYann Collet2017-06-121-2/+2
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-103-37/+47
* bumped version number to 1.8.0Yann Collet2017-05-101-2/+2
* updated MakefileYann Collet2017-05-102-7/+8
* expose LZ4F_resetDecompressionContext()Yann Collet2017-05-102-65/+80
* minor readability changesYann Collet2017-05-021-22/+20
* changed macro HEAPMODE into LZ4_HEAPMODEYann Collet2017-05-022-13/+14
* lz4hc.c: clamp compression levels > 12Alexey Tourbin2017-04-291-0/+2
* liz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-2/+2
* [LZ4F] Allow users to disable LZ4F_DEPRECATENick Terrell2017-04-261-5/+9
* lz4frame : Added negative compression levelsYann Collet2017-04-093-14/+14
* ensure lz4f_cctx internal buffer size remain valid in case of malloc errorYann Collet2017-04-091-1/+2
* lz4frame : control lz4 context creation successYann Collet2017-04-091-6/+7
* make __packed memory access default for gccYann Collet2017-03-301-4/+3
* fixed minor Visual warningYann Collet2017-03-291-1/+1