Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modified decompression part of frameCompress.c | Yann Collet | 2018-02-01 | 1 | -99/+138 |
| | | | | using same logic as prior modifications for compression part. | ||||
* | refactored ressource allocation to avoid goto | Yann Collet | 2018-02-01 | 1 | -23/+12 |
| | |||||
* | refactored frameCompress.c example code | Yann Collet | 2018-02-01 | 1 | -51/+81 |
| | | | | | | compression function returns a struct. Also : nested structure ressources->computation to make it easier to manage multiple exit points. | ||||
* | fixed read size, as noticed by @terrelln | Yann Collet | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | refactored frameCompress example | Yann Collet | 2018-01-31 | 1 | -68/+82 |
| | | | | to better reflect LZ4F API usage. | ||||
* | minor updates to examples | Yann Collet | 2017-11-25 | 1 | -52/+53 |
| | | | | see https://github.com/lz4/lz4/commit/810e2ca27b3561e0f6bfa7a88e0fde6faf807064#commitcomment-25810887 | ||||
* | Fix: Add return statement to main function | Markus Hennecke | 2017-08-24 | 1 | -0/+2 |
| | |||||
* | restored block checksum capability at lz4frame API level | Yann Collet | 2017-08-12 | 1 | -3/+3 |
| | |||||
* | fixed frameCompress example | Yann Collet | 2017-08-09 | 1 | -268/+269 |
| | |||||
* | fix minor analyzer warning | Yann Collet | 2016-11-22 | 1 | -14/+9 |
| | |||||
* | fixed minor analyzer warning | Yann Collet | 2016-11-21 | 1 | -11/+9 |
| | |||||
* | Add frame decompression example | Nick Terrell | 2016-11-11 | 1 | -50/+199 |
| | |||||
* | minor example clarification | Yann Collet | 2015-06-28 | 1 | -4/+8 |
| | |||||
* | Add example which uses the frame api through the library | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+165 |