summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bench] Use higher resolution timer on POSIXNick Terrell2017-10-172-41/+110
* 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
* Merge pull request #402 from felixhandte/fix-dict-segfaultYann Collet2017-09-231-0/+1
|\
| * Fix Segfault When Copying DictW. Felix Handte2017-09-221-0/+1
|/
* minor improvements to examplesYann Collet2017-09-112-10/+18
* made clang warnings fail (-Werror)Yann Collet2017-09-101-1/+1
* fixed a bunch of -Wcomma warningsYann Collet2017-09-104-5/+18
* added -Wcomma to travisCI clang testYann Collet2017-09-101-1/+2
* fix #397 : decompression failed when using a combination of extDict + low mem...Yann Collet2017-09-072-2/+2
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-073-48/+36
* minor Makefile fixesYann Collet2017-09-072-9/+10
* updated lib/READMEYann Collet2017-09-061-28/+28
* complementary information for #394Yann Collet2017-08-302-17/+29
* clarified documentation of streaming decompression functionsYann Collet2017-08-302-18/+26
* minor typo fixYann Collet2017-08-302-1/+2
* fixed FS-independent file order in /libYann Collet2017-08-291-2/+2
* build: source files sorted in a FS independent mannerYann Collet2017-08-263-7/+10
* updated NEWS with fixesYann Collet2017-08-251-0/+4
* Merge pull request #386 from lz4/parallelMakeYann Collet2017-08-256-285/+139
|\
| * removed fasttest from circleCIYann Collet2017-08-251-1/+0
| * removed test-fasttestYann Collet2017-08-252-2/+2
| * fixed make recurrence from /testsYann Collet2017-08-252-13/+8
| * removed fasttestYann Collet2017-08-252-163/+2
| * minor : added header licenseYann Collet2017-08-243-9/+32
| * Merge branch 'dev' into parallelMakeYann Collet2017-08-246-40/+43
| |\
| * | make test is compatible with parallel execution (-j#)Yann Collet2017-08-212-128/+126
* | | Merge pull request #393 from terrelln/deprecate2Yann Collet2017-08-251-2/+4
|\ \ \ | |_|/ |/| |
| * | Don't use C++11 deprecation attribute with clangNick Terrell2017-08-241-2/+4
|/ /
* | Merge pull request #392 from m-hennecke/fix-arm-openbsdYann Collet2017-08-241-0/+2
|\ \
| * | Fix: Add return statement to main functionMarkus Hennecke2017-08-241-0/+2
| |/
* | Merge pull request #391 from tcpan/devYann Collet2017-08-244-37/+37
|\ \
| * | FIX: added prefix to FORCE_INLINE to prevent redefinition error during compil...tcpan2017-08-244-37/+37
| |/
* | Merge pull request #390 from lz4/installVarsYann Collet2017-08-241-3/+4
|\ \ | |/ |/|
| * fixed man directory installation (#337)Yann Collet2017-08-241-3/+4
|/
* fix : asan error in dctx, due to increased maximum frame header size, reporte...v1.8.0Yann Collet2017-08-172-3/+4
* Merge pull request #382 from lz4/installVarsYann Collet2017-08-166-86/+128
|\
| * updated lz4frame manualYann Collet2017-08-151-14/+14
| * Merge branch 'dev' into installVars and fixed conflictsYann Collet2017-08-1516-972/+1431
| |\ | |/ |/|
* | Merge pull request #383 from lz4/blockChecksumYann Collet2017-08-1510-347/+453
|\ \