summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| | * | | Merge pull request #418 from lz4/fasterCountYann Collet2017-11-071-2/+11
| | |\ \ \
| | | * | | added LZ4_FORCEINLINE to counter gcc regressionYann Collet2017-11-071-1/+2
| | | * | | 2-stages LZ4_countYann Collet2017-11-061-1/+9
| | |/ / /
| | * | | build: minor : `make lz4` doesn't compile liblz4 anymoreYann Collet2017-11-061-3/+3
| | * | | Merge pull request #417 from sylvestre/devYann Collet2017-11-061-1/+12
| | |\ \ \
| | | * | | Only ignore with C++17Sylvestre Ledru2017-11-061-3/+3
| | | * | | When building with a C++ compiler, remove the 'register' keyword to silent a ...Sylvestre Ledru2017-11-051-1/+12
| | |/ / /
| | * | | Merge pull request #415 from lz4/fasterDecodingXpYann Collet2017-11-011-9/+27
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | minor change, to help store forwardingYann Collet2017-10-311-6/+5
| | | * | extended shortcut match length to 18Yann Collet2017-10-311-5/+6
| | | * | minor : coding style : use ML_MASK constantYann Collet2017-10-311-2/+2
| | | * | added comments, as suggested by @terrellnYann Collet2017-10-311-4/+5
| | | * | more complete shortcut - passes testsYann Collet2017-10-301-12/+13
| | | * | small modification of lz4 decoder to shortcut common case (short branch).Yann Collet2017-10-251-0/+16
| | * | | Merge pull request #408 from terrelln/timeYann Collet2017-10-312-41/+110
| | |\ \ \
| | | * | | [bench] Use higher resolution timer on POSIXNick Terrell2017-10-172-41/+110
| | | |/ /
| | * | | Merge pull request #412 from mikir/symbolsVisibilityYann Collet2017-10-301-7/+11
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Separated visibility from LZ4LIB_API macro.mikir2017-10-301-7/+11
| | |/ /
| | * | lz4cli : minor rewrite of lz4c legacy commandsYann Collet2017-10-151-12/+13
| | * | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2017-10-151-1/+34
| | |\ \
| | | * \ Merge pull request #407 from odaira/useO2ppc64leYann Collet2017-10-131-1/+34
| | | |\ \
| | | | * | Use the optimization level of O2 for the decompression functions on ppc64le w...Rei Odaira2017-10-131-1/+34
| | | |/ /
| | * | | lz4cli : removed extension artefactsYann Collet2017-10-151-15/+7
| | |/ /
| | * | Merge pull request #403 from felixhandte/lz4-cli-dict-support-testsYann Collet2017-10-104-5/+164
| | |\ \ | | | |/ | | |/|
| | | * Read the Dictionary into a Circular BufferW. Felix Handte2017-10-101-22/+49
| | | * Add some tests verifying command line dictionary functionalityW. Felix Handte2017-10-101-1/+28
| | | * Add Dictionary Support to the Command Line ToolW. Felix Handte2017-10-103-4/+109
| | * | 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