summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* searching match leading strictly farther does not workYann Collet2017-11-021-1/+1
* fixed last lost bytes in maximal modeYann Collet2017-11-023-12/+20
* changed strategy : opt[] path is complete after each matchYann Collet2017-11-022-40/+71
* Merge branch 'dev' into btoptYann Collet2017-11-012-8/+45
|\
| * Separated visibility from LZ4LIB_API macro.mikir2017-10-301-7/+11
| * Use the optimization level of O2 for the decompression functions on ppc64le w...Rei Odaira2017-10-131-1/+34
* | fixed minor overflow mistake in optimal parserYann Collet2017-10-311-1/+5
* | fixed minor initialization warningYann Collet2017-10-301-1/+1
* | added hash chain with conditional lengthYann Collet2017-10-252-10/+2
* | lz4opt: added hash chain searchYann Collet2017-10-213-24/+63
* | switched many types to intYann Collet2017-10-201-38/+37
* | removed SET_PRICE macroYann Collet2017-10-201-17/+14
* | removed one macro usageYann Collet2017-10-201-4/+11
* | minor refactorYann Collet2017-10-201-28/+35
* | lz4opt: refactor sequence reverse traversalYann Collet2017-10-201-10/+20
* | refactor variable matchnumYann Collet2017-10-201-14/+14
* | simplified initial cost conditionsYann Collet2017-10-201-10/+15
* | added assertYann Collet2017-10-192-1/+9
* | renamed last_pos into last_match_posYann Collet2017-10-191-15/+15
* | simplified early exit when single solutionYann Collet2017-10-191-5/+5
* | fused getLongerMatch and getWiderMatchYann Collet2017-10-091-1/+1
* | re-inserted last byte test in widerMatchYann Collet2017-10-091-19/+22
* | early out is not betterYann Collet2017-10-092-2/+1
* | optional fuseYann Collet2017-10-091-68/+53
* | improved search of rep-1 patternsYann Collet2017-10-091-27/+131
* | insertAndFindBestMatch defers to insertAndGetWiderMatchYann Collet2017-10-091-3/+13
|/
* 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