summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for ctocpptestTakayuki Matsuoka2022-08-071-13/+16
* Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka2022-08-073-3/+244
* Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_...Takayuki Matsuoka2022-08-072-1/+5
* Add LZ4_FREESTANDINGTakayuki Matsuoka2022-08-072-1/+26
* Merge pull request #1124 from t-mat/compile-time-purge-memalloc-funcYann Collet2022-08-052-1/+15
|\
| * Fix : Internal memory allocation macro namesTakayuki Matsuoka2022-07-311-6/+3
| * Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-07-312-1/+18
* | Merge pull request #1128 from lz4/decompress_unsafeYann Collet2022-08-031-134/+233
|\ \
| * | simplify read_variable_length()Yann Collet2022-08-031-26/+24
| * | refactor read_variable_length()Yann Collet2022-08-021-19/+29
| * | remove support of decompress_fast*() from decompress_generic()Yann Collet2022-08-021-92/+43
| * | introduce LZ4_decompress_unsafe_generic()Yann Collet2022-08-021-18/+158
|/ /
* | Merge pull request #1125 from dpelle/fix-typosYann Collet2022-07-3113-15/+15
|\ \
| * | fix: various typosDominique Pelle2022-07-3113-15/+15
|/ /
* | Merge pull request #1123 from t-mat/memfunc-macrosYann Collet2022-07-312-13/+26
|\ \
| * | New macro for memcpy, memmove and memsetTakayuki Matsuoka2022-07-312-13/+26
| |/
* | updated LZ4 Block Format documentationYann Collet2022-07-311-67/+144
|/
* Merge pull request #1122 from lz4/skipCrcYann Collet2022-07-309-25/+75
|\
| * fixed minor pedantic warningYann Collet2022-07-291-2/+4
| * extend disabling checksum validation to normal lz4 CLI decompressionYann Collet2022-07-292-5/+26
| * added options.skipChecksums to local fuzzer testYann Collet2022-07-291-0/+1
| * introduced new `--no-crc` commandYann Collet2022-07-293-0/+6
| * can select validation of CRC during benchmarkYann Collet2022-07-294-8/+18
| * added ability to skip checksum calculation when decoding LZ4 FramesYann Collet2022-07-292-11/+21
|/
* Merge pull request #1121 from lz4/decBenchYann Collet2022-07-297-223/+344
|\
| * implement decoder-only benchmark modeYann Collet2022-07-297-44/+135
| * minor refactorYann Collet2022-07-293-159/+176
| * updated documentation of bench unitYann Collet2022-07-292-8/+21
| * minor : fix conversion warningsYann Collet2022-07-291-25/+25
|/
* Merge pull request #1120 from lz4/test-jYann Collet2022-07-172-214/+240
|\
| * add dedicated install testYann Collet2022-07-171-0/+4
| * update CI `make test` to employ `-j`Yann Collet2022-07-171-8/+8
| * test independence for parallel runYann Collet2022-07-171-206/+228
|/
* Merge pull request #1115 from lz4/lz4f_customMemYann Collet2022-07-163-95/+264
|\
| * implemented LZ4F_createCDict_advanced()Yann Collet2022-07-133-42/+64
| * implemented LZ4F_createDecompressionContext_advanced()Yann Collet2022-07-132-17/+30
| * Merge branch 'dev' into lz4f_customMemYann Collet2022-07-135-50/+40
| |\
| * | implemented first custom memory manager interfaceYann Collet2022-07-133-85/+195
| * | declare experimental prototype for LZ4F custom Memory managerYann Collet2022-07-131-0/+23
* | | Merge pull request #1119 from lz4/skipFramesYann Collet2022-07-156-8/+37
|\ \ \
| * | | support skippable frames within pipeYann Collet2022-07-156-8/+37
* | | | Merge pull request #1117 from lz4/testConsoleYann Collet2022-07-151-4/+3
|\ \ \ \
| * | | | refactor test ensuring that make test does not depend on console statusYann Collet2022-07-151-4/+3
* | | | | Merge pull request #1118 from lz4/fix_dec-part-dictYann Collet2022-07-151-11/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix decompress-partial-usingDict.cYann Collet2022-07-151-11/+26
| |/ / /
* | | | Merge pull request #1116 from lz4/standardMakeVarsYann Collet2022-07-152-1/+48
|\ \ \ \ | |/ / / |/| | |
| * | | Test support of Standard Makefile VariablesYann Collet2022-07-152-1/+48
|/ / /
* | | simplify travis scriptYann Collet2022-07-141-201/+1
* | | minor update of .github/workflows READMEYann Collet2022-07-141-12/+0
* | | Merge pull request #1113 from lz4/moreCompilersYann Collet2022-07-141-12/+12
|\ \ \ | |_|/ |/| |