summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added : sanitize testYann Collet2015-04-092-0/+4
|
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-096-148/+67
|
* New LZ4_compress_safe() APIYann Collet2015-04-092-71/+53
|
* fixed over-cautious visual warningYann Collet2015-04-081-1/+1
|
* minor Makefile test refactoringYann Collet2015-04-081-5/+5
|
* minor memory leak fix and testYann Collet2015-04-082-1/+7
|
* fix g++ typecastYann Collet2015-04-071-2/+2
|
* updated docYann Collet2015-04-062-8/+7
|
* added : memtest on fullbenchYann Collet2015-04-062-10/+13
|
* Merge pull request #73 from funcodeio/devYann Collet2015-04-041-3/+0
|\ | | | | Removed unused lines.
| * Removed unused lines.Yongwoon Cho2015-04-031-3/+0
| |
* | memcpy speed as referenceYann Collet2015-04-031-4/+0
| |
* | Merge pull request #74 from Cyan4973/fastModeYann Collet2015-04-0333-277/+1341
|\ \ | |/ |/| Fast mode
| * Merge pull request #72 from fzort/masterYann Collet2015-04-022-2/+2
| |\ | | | | | | Rebase #71
| | * Cygwin has fileno, so there's no need to use _fileno.mauro.persano2015-04-012-2/+2
| | |
| | * Merge pull request #69 from Cyan4973/devr128Yann Collet2015-03-313-3/+9
| | |\ | |_|/ |/| | Fixed : Visual compilation
* | | Fixed : Visual compilationYann Collet2015-03-313-3/+9
| | |
| | * Merge pull request #67 from Cyan4973/devYann Collet2015-03-303-24/+32
| | |\ | |_|/ |/| | Dev
| | * Merge pull request #66 from Cyan4973/devYann Collet2015-03-294-48/+54
| | |\ | | | | | | | | Dev
| | * \ Merge pull request #65 from Cyan4973/devYann Collet2015-03-2717-69/+431
| | |\ \ | | | | | | | | | | Dev
| | * \ \ Merge pull request #61 from Cyan4973/devYann Collet2015-03-2348-984/+2404
| | |\ \ \ | | | | | | | | | | | | Dev
| * | | | | new tests for large files with content size support (#70)Yann Collet2015-04-021-0/+5
| | | | | |
| * | | | | Added : progress indicator, in fast and decompression modesYann Collet2015-04-021-2/+4
| | | | | |
| * | | | | fullbench : tests of _limitedOutput variants intentionnally provides less ↵Yann Collet2015-04-014-41/+33
| | | | | | | | | | | | | | | | | | | | | | | | memory space than safe (LZ4_compressBound())
| * | | | | Fixed issue 160, reported by Eric BergeYann Collet2015-04-011-1/+1
| | | | | |
| * | | | | simplified LZ4_compress_limitedOutput()Yann Collet2015-04-012-17/+4
| | | | | |
| * | | | | Removed make distYann Collet2015-04-012-35/+0
| | | | | |
| * | | | | Stricter tests : treat warnings as errorsYann Collet2015-04-011-6/+6
| | | | | |
| * | | | | simplified LZ4_compress_withState()Yann Collet2015-04-011-26/+28
| | | | | |
| * | | | | simplified LZ4_compress()Yann Collet2015-04-012-41/+45
| | | | | |
| * | | | | Modified files rightsYann Collet2015-03-3112-0/+1
| | | | | |
| * | | | | Removed Visual 2013 solution, as AppVeyor automated mode only works with a ↵Yann Collet2015-03-3111-1127/+0
| | | | | | | | | | | | | | | | | | | | | | | | single solution
| * | | | | Added : Visual 2013 solutionYann Collet2015-03-3113-0/+1131
| | | | | |
| * | | | | Updated Visual 2012 solution : + 3 projects (fullbench, frametest, datagen)Yann Collet2015-03-3111-10/+657
| | | | | |
| * | | | | Fix : minor warning under VisualYann Collet2015-03-311-1/+1
| | | | | |
| * | | | | Removed .suo & .user files from Visual solutionsYann Collet2015-03-313-8/+0
| | | | | |
| * | | | | Restored proper creditYann Collet2015-03-311-15/+15
| | | | | |
| * | | | | Fixed : Windows compilationYann Collet2015-03-315-4/+12
| | | | | | | | | | | | | | | | | | Added : Appveyor badge
| * | | | | Updated make distYann Collet2015-03-311-6/+3
| | | | | |
| * | | | | Added : Frame documentation in MarkDown formatYann Collet2015-03-313-10/+416
| | | | | |
| * | | | | Removed HTML Frame Format documentationYann Collet2015-03-318-1/+0
| | | | | |
| * | | | | minor tweakYann Collet2015-03-302-15/+15
| | | | | |
| * | | | | Updated readmeYann Collet2015-03-302-7/+16
| | | | | |
| * | | | | Added LZ4_compress_fast()Yann Collet2015-03-303-59/+109
| | | | | |
| * | | | | fixed fullbench memory allocation errorYann Collet2015-03-301-9/+9
| | | | | |
| * | | | | faster compression in 64 bits modeYann Collet2015-03-301-1/+18
| | | | | |
| * | | | | Updated documentationYann Collet2015-03-302-44/+27
| | | | | |
| * | | | | changed file nameYann Collet2015-03-301-0/+0
|/ / / / /
* | | | | Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-302-4/+8
| | | | |
* | | | | restored lz4hc compression ratioYann Collet2015-03-301-20/+24
| |_|_|/ |/| | |