| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: various typos | Dominique Pelle | 2022-07-31 | 3 | -4/+4 |
|
|
* | Merge pull request #1094 from alexmohr/add-uncompressed-api | Yann Collet | 2022-07-05 | 1 | -23/+111 |
|\ |
|
| * | review: Fix review findings | Alexander Mohr | 2022-06-10 | 1 | -0/+1 |
|
|
| * | frame-api: add method to insert uncomressed data | Alexander Mohr | 2022-06-09 | 1 | -23/+110 |
|
|
* | | docs: fix some typo | Qi Wang | 2022-06-06 | 3 | -3/+3 |
|/ |
|
* | add file operation and examples | anjiahao | 2022-03-10 | 3 | -2/+241 |
|
|
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 3 | -3/+3 |
|
|
* | Add C++ compatibility test for examples/ | Takayuki Matsuoka | 2021-09-06 | 1 | -0/+5 |
|
|
* | Add cast operator for compatibility with C++ | Takayuki Matsuoka | 2021-09-06 | 1 | -2/+2 |
|
|
* | examples: simple_buffer: We must explicit convert pointer after malloc in c++ | kmou424 | 2021-09-04 | 1 | -2/+2 |
|
|
* | fix spelling | a1346054 | 2021-08-21 | 2 | -4/+4 |
|
|
* | Fix -Wshorten-64-to-32 warning | Takayuki Matsuoka | 2021-05-30 | 1 | -1/+1 |
|
|
* | Fix -Wshorten-64-to-32 warning | Takayuki Matsuoka | 2021-05-27 | 1 | -1/+1 |
|
|
* | updated license & header dates | Yann Collet | 2020-11-25 | 1 | -1/+1 |
|
|
* | update doc | Yann Collet | 2020-11-15 | 1 | -1/+1 |
|
|
* | Fix typos in streaming_api_basics.md | Andrew Martin | 2019-11-30 | 1 | -6/+6 |
|
|
* | fixed #778 | Yann Collet | 2019-08-21 | 1 | -2/+2 |
|
|
* | keep the "lorem ipsum" topic of the example string | Yann Collet | 2019-07-12 | 1 | -1/+1 |
|
|
* | print the compression ratio | Hamid Zare | 2019-07-11 | 1 | -1/+2 |
|
|
* | changed the input text to something more compression friendly | Hamid Zare | 2019-07-11 | 1 | -1/+1 |
|
|
* | Update blockStreaming_doubleBuffer.md | Amine Choukir | 2019-07-03 | 1 | -3/+3 |
|
|
* | travisCI: added ASAN fuzzer tests | Yann Collet | 2019-06-29 | 1 | -3/+6 |
|
|
* | update simple_buffer example | Yann Collet | 2019-06-06 | 1 | -20/+25 |
|
|
* | Try to put some tests I made in ONE place. I also moved a test for "install"... | JPeterMugaas | 2019-04-22 | 1 | -47/+1 |
|
|
* | Initial commits from diff I submitted earlier | JPeterMugaas | 2019-04-22 | 1 | -5/+42 |
|
|
* | created LZ4_initStream() | Yann Collet | 2019-04-05 | 2 | -3/+3 |
|
|
* | make `_fast*()` decoder generate a deprecation warning | Yann Collet | 2019-04-04 | 1 | -0/+1 |
|
|
* | tried to clean another bunch of cppcheck warnings | Yann Collet | 2018-09-19 | 1 | -6/+7 |
|
|
* | fixed minor cppcheck warnings in examples | Yann Collet | 2018-09-18 | 3 | -17/+15 |
|
|
* | avoid final trailing comma for enum lists | Yann Collet | 2018-09-13 | 1 | -4/+4 |
|
|
* | frameCompress : added an error detection case | Yann Collet | 2018-09-05 | 1 | -2/+13 |
|
|
* | Merge branch 'dev' into lz4f_init | Yann Collet | 2018-09-05 | 1 | -1/+1 |
|\ |
|
| * | Fix bug in frame decompress example | Cedric De Brito | 2018-07-02 | 1 | -1/+1 |
|
|
* | | Introduced constants LZ4F_INIT_* | Yann Collet | 2018-09-05 | 1 | -10/+11 |
|/ |
|
* | fixed a number of minor cast warnings | Yann Collet | 2018-04-27 | 1 | -1/+2 |
|
|
* | merge lz4opt.h into lz4hc.c | Yann Collet | 2018-02-25 | 1 | -1/+1 |
|
|
* | modified decompression part of frameCompress.c | Yann Collet | 2018-02-01 | 1 | -99/+138 |
|
|
* | refactored ressource allocation to avoid goto | Yann Collet | 2018-02-01 | 1 | -23/+12 |
|
|
* | examples/Makefile : changed dependency order | Yann Collet | 2018-02-01 | 1 | -9/+9 |
|
|
* | refactored frameCompress.c example code | Yann Collet | 2018-02-01 | 1 | -51/+81 |
|
|
* | fixed read size, as noticed by @terrelln | Yann Collet | 2018-02-01 | 1 | -1/+1 |
|
|
* | ensure proper dependencies are built for /examples | Yann Collet | 2018-02-01 | 1 | -19/+25 |
|
|
* | refactored frameCompress example | Yann Collet | 2018-01-31 | 1 | -68/+82 |
|
|
* | minor updates to examples | Yann Collet | 2017-11-25 | 7 | -61/+62 |
|
|
* | minor improvements to examples | Yann Collet | 2017-09-11 | 2 | -10/+18 |
|
|
* | bench : made decompression speed evaluation same time as compression | Yann Collet | 2017-09-07 | 1 | -28/+17 |
|
|
* | 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 |
|
|
* | fixed minor scan-build warning | Yann Collet | 2017-06-08 | 1 | -0/+1 |
|
|