summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* minor code refactoringYann Collet2016-11-042-48/+53
* fix #198 : no longer requires to restart streaming decompression from where i...Yann Collet2016-11-042-134/+101
* fixed strict warningsYann Collet2016-11-043-19/+19
* updated commentsYann Collet2016-11-045-66/+76
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-037-7/+7
* documentation moved to doc/Przemyslaw Skibinski2016-11-032-2/+2
* Clarified license (#115, #244)Yann Collet2016-11-021-7/+26
* fixes static compilation under Windows (#246)Yann Collet2016-10-211-6/+2
* Merge pull request #241 from vapier/devYann Collet2016-09-231-0/+5
|\
| * add a flag to disable static libsMike Frysinger2016-09-231-0/+5
* | Use different prefix for each file to avoid conflictKouhei Sutou2016-09-232-41/+41
* | Add LZ4LIB_APIKouhei Sutou2016-09-224-66/+116
|/
* updated uninstallYann Collet2016-09-171-9/+9
* Merge pull request #236 from inikep/devYann Collet2016-09-061-0/+1
|\
| * fix bug #232 at https://github.com/Cyan4973/lz4/issues/232inikep2016-09-061-0/+1
* | removed test artefactsYann Collet2016-09-062-4/+3
|/
* lz4 version source from lz4.hYann Collet2016-09-033-10/+17
* lz4cli version number from lz4.hYann Collet2016-09-032-6/+13
* coding style changeYann Collet2016-09-031-95/+55
* -b# and -e# options from zstdinikep2016-09-023-15/+15
* use gnu c99 to get both c99 and POSIXGeorg Sauthoff2016-08-271-1/+1
* minor commentsYann Collet2016-08-201-17/+10
* minor refactorYann Collet2016-08-201-4/+2
* minor decompression speed gainsYann Collet2016-08-201-2/+5
* minor comments clarificationsYann Collet2016-08-201-13/+16
* minor comments clarificationYann Collet2016-08-111-24/+24
* Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frameYann Collet2016-08-112-110/+134
* Use https wherever possibleBen Wiederhake2016-07-072-3/+3
* Use correct 'repository' hostnameBen Wiederhake2016-07-071-1/+1
* Updated xxhash library to v0.6.1Yann Collet2016-06-293-700/+620
* stronger compilation flagsYann Collet2016-06-291-4/+4
* modified : some more deprecated functions from lz4hc.h generate warningsYann Collet2016-06-292-29/+35
* changed : default benchmark LZ4_decompress_safe()Yann Collet2016-06-292-54/+48
* Minor refactoring (code style)Yann Collet2016-06-291-50/+25
* Fixed : alignment warningYann Collet2016-06-291-3/+10
* minor refactoringYann Collet2016-06-291-10/+9
* very minor decompression speed gainYann Collet2016-06-291-2/+2
* minor code refactoringYann Collet2016-06-291-45/+25
* minor compression speed improvementYann Collet2016-06-291-3/+4
* minor refactoringYann Collet2016-06-291-8/+10
* minor refactoring (coding style)Yann Collet2016-06-291-140/+82
* Add FreeBSD to install targetsMartin Waschbüsch2016-05-171-2/+3
* fixed non-C99 compilersIrwan Djajadi2016-04-191-2/+4
|\
| * fixed non-C99 compilerIrwan Djajadi2016-04-191-3/+5
* | Merge branch 'heapmode_alloc_failure_fix' into devIrwan Djajadi2016-04-191-0/+10
|\ \ | |/
| * alloc failure fixIrwan Djajadi2016-04-181-0/+10
* | lz4cli: print library versionJohn Zhuge2016-04-012-0/+8
* | Allow for safe in-place decodingJulius Werner2016-02-131-1/+4
* | Remove whitespace from ends of linesJulius Werner2016-02-132-6/+6
* | heapmode macro option for lz4hcYann Collet2015-10-212-14/+31