aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4hc.c
AgeCommit message (Expand)Author
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-16created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet
2017-03-09lz4hc: Fix LZ4HC_compress_hashChain for backward compatibilityremittor
2017-03-08lz4hc: Fix LZ4HC_compress_hashChain for full support destSize variantremittor
2017-03-08lz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_continue_destSizeremittor
2017-03-08lz4hc: Cleanup function LZ4HC_encodeSequenceremittor
2017-03-07lz4hc: Cleanup function LZ4HC_compress_hashChainremittor
2016-12-28removed nextToUpdateBTPrzemyslaw Skibinski
2016-12-28clean loggingPrzemyslaw Skibinski
2016-12-28LZ4HC_getSearchNumPrzemyslaw Skibinski
2016-12-28fixed table update in LZ4_loadDictHCPrzemyslaw Skibinski
2016-12-28added FUZ_CLEVEL_DEFAULTPrzemyslaw Skibinski
2016-12-22updated a few macros namesYann Collet
2016-12-09tree update dependent from compression levelPrzemyslaw Skibinski
2016-12-09fullUpdate as a parameterPrzemyslaw Skibinski
2016-12-09full binary tree updatePrzemyslaw Skibinski
2016-12-07fixed gcc warningsPrzemyslaw Skibinski
2016-12-07improve code formattingPrzemyslaw Skibinski
2016-12-07LZ4HC_MAX_CLEVEL = 12Przemyslaw Skibinski
2016-12-07removed LZ4HC_GetAllMatchesPrzemyslaw Skibinski
2016-12-0617-bit LZ4HC_MAXDPrzemyslaw Skibinski
2016-12-06introduced LZ4HC_compress_hashChainPrzemyslaw Skibinski
2016-11-21added a few datesYann Collet
2016-11-12fuzzer code refactoringYann Collet
2016-11-12made lz4hc explicitly dependent on lz4Yann Collet
2016-11-12update code commentsYann Collet
2016-11-11Expose internal types to remove strict aliasingNick Terrell
2016-11-07slightly improved HC compression ratioYann Collet
2016-11-03updated commentsYann Collet
2016-11-03updated links to LZ4 repositoryPrzemyslaw Skibinski
2016-09-02lz4cli version number from lz4.hYann Collet
2016-09-02coding style changeYann Collet
2016-09-02-b# and -e# options from zstdinikep
2015-10-21heapmode macro option for lz4hcYann Collet
2015-06-28lz4hc : added one malloc testYann Collet
2015-05-06Added compilation flag -Wcast-qualYann Collet
2015-05-03Updated lz4hc APIYann Collet
2015-05-02refactored lz4hcYann Collet
2015-04-24streaming API : Improved ring buffer managementYann Collet
2015-04-21Removed obsolete functions from lz4 cliYann Collet
2015-04-12Fixed a few Valgrind warningsYann Collet
2015-04-11Update lz4hc API : LZ4_compressHC_safe()Yann Collet
2015-03-30restored lz4hc compression ratioYann Collet
2015-03-25Fixed cast-align warnings on 32-bitsYann Collet
2015-03-13Improved sparse file supportYann Collet
2014-12-17Added : -pedantic compilation optionYann Collet
2014-12-16Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet
2014-12-16Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet
2014-12-06minor refactoringYann Collet
2014-12-03Clarified a few commentsYann Collet