]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-28  Stella LauReturn error code in verify() and minor code cleanup 758/head
2017-07-27  Stella LauFix typo
2017-07-27  Stella LauAdd checks in initialization code
2017-07-27  Stella LauUpdate README
2017-07-26  Stella LauAllow HASH_ONLY_EVERY_LOG to be configured in ldm.h
2017-07-26  Stella LauAdd README and clean up code
2017-07-26  Stella LauAllow parameters to be modified from a separate file
2017-07-25  Stella LauRename and remove unneeded files
2017-07-24  Stella LauExperiment with not using a checksum
2017-07-24  Stella LauMinor code cleanup
2017-07-24  Stella LauDeduplicate code
2017-07-24  Stella LauExperiment with eviction policies and minor code cleanup
2017-07-24  Stella LauMinor clean up
2017-07-24  Stella LauFix overflow bug when calculating hash
2017-07-24  Stella LauExperiment with 64-bit hash insertion policy
2017-07-24  Stella LauExperiment with 64-bit hash and checksum
2017-07-20  Stella LauFix off-by-one in size calculations
2017-07-19  Stella LauMinor refactoring
2017-07-19  Stella LauExperiment with integrating ZSTD_count with findBestMatch
2017-07-19  Stella LauAvoid recounting match lengths with ZSTD_count
2017-07-19  Stella LauSwitch to using ZSTD_count instead of function pointer
2017-07-18  Stella LauMake the meaning of LDM_MEMORY_USAGE consistent across...
2017-07-18  Stella LauExperiment with using a lag when hashing
2017-07-17  Stella LauRemove version archive
2017-07-17  Stella LauAdd function to get valid entries only from table
2017-07-17  Stella LauAdd basic chaining table
2017-07-15  Stella LauDecouple hash table from compression function
2017-07-14  Stella LauMove hash table access for own functions
2017-07-14  Stella LauAdd more statistics
2017-07-14  Stella LauAdd percentages to offset histogram
2017-07-14  Stella LauAdd offset histogram
2017-07-13  Stella Lau[ldm] Minor refactoring
2017-07-13  Stella LauAdd min/max offset to stats
2017-07-13  Stella Lau[ldm] Make some functions shared
2017-07-13  Stella Lau[ldm] Switch to using lib/common/mem.h and move typedef...
2017-07-13  Stella Lau[ldm] Remove old main files
2017-07-13  Stella Lau[ldm] Add TODO and comment for segfaulting in compress...
2017-07-13  Stella Lau[ldm] Add CHAR_OFFSET in hash function and extend heade...
2017-07-12  Stella Lau[ldm] Clean up versions
2017-07-12  Stella Lau[ldm] Clean up code
2017-07-12  Stella LauFix sumToHash to use hash space more efficiently
2017-07-12  Stella LauMinor fix for non-rolling hash
2017-07-12  Stella LauSwitch to using rolling hash only
2017-07-12  Stella LauUpdate rolling hash
2017-07-11  Stella LauSave v3
2017-07-11  Stella LauAdd rolling hash
2017-07-10  Stella LauClean up and refactor compress function
2017-07-10  Stella LauAdd warning flags to makefile and clean up code to...
2017-07-10  Stella LauAdd compression context
2017-07-10  Stella LauAdd LDM_DCtx
2017-07-10  Stella LauMinor refactoring
2017-07-10  Stella LauMerge branch 'ldm' of https://github.com/stellamplau...
2017-07-10  Stella LauMinor refactoring
2017-07-10  Stella LauAdd folder for old versions
2017-07-10  Stella LauUpdate mainfile
2017-07-08  Stella LauAdd compression statistics
2017-07-07  Stella Lau[ldm] Update to hash every position
2017-07-07  Stella LauFix offset overflow bug
2017-07-07  Stella LauAdd header with compress and decompress size
2017-07-06  Stella LauUpdate compressor and decompressor
2017-07-06  Stella LauAdd simple compress and decompress functions
2017-07-06  Stella LauSwitch to mmapping files
2017-07-05  Stella LauInitial long distance matcher commit
2017-07-05  Yann Colletfixed wrong assert() condition 750/head
2017-07-04  Yann Colletmore precise estimation of amount to flush at end of... 748/head
2017-07-04  Yann Colletfixed : 0-copy in NULL is UB
2017-07-04  Yann ColletMerge pull request #743 from facebook/fullbench
2017-07-04  Yann ColletMerge pull request #747 from facebook/noExit
2017-07-03  Yann Colletrefactor ZSTDMT_compress() 743/head
2017-07-03  Yann Colletfixed comments
2017-07-03  Yann Colletfixed wrong function name in comment
2017-07-03  Yann ColletMerge pull request #745 from terrelln/libfuzzer
2017-07-03  Yann Colletminor code refactoring 747/head
2017-07-03  Yann Colletfixed gz error reporting
2017-07-03  Yann Colletgzip : only display inflateEnd error when there is...
2017-07-03  Yann ColletMerge pull request #746 from terrelln/dev
2017-07-03  Yann Colletgzip decoding does no longer exit() on invalid input
2017-07-03  Nick Terrell[fuzz] Move from fuzz/ to tests/fuzz/ 745/head
2017-07-03  Nick Terrell[libzstd] Fix memcpy() on potential NULL source 746/head
2017-07-03  Yann Colletdecoding malformed lz4 frames does no longer exit()
2017-07-03  Yann Colletfileio : decoding malformed lzma frame does no longer...
2017-07-01  Yann Colletfixed legacy version init bug
2017-07-01  cyan4973blindfix : fullbench's one-time leak, detected by valgrind
2017-07-01  cyan4973added --show-leak-kind=all to valgrind tests
2017-07-01  cyan4973Merge branch 'dev' into fullbench
2017-07-01  cyan4973fix : ZSTDMT_compressStream_generic() can accept NULL...
2017-07-01  Yann ColletMerge pull request #744 from terrelln/dev
2017-07-01  Nick Terrell[fuzz] Add libFuzzer targets
2017-06-30  Nick Terrell[pzstd] Remove appveyor tests 744/head
2017-06-30  Nick Terrell[man] Specify that strategies start at 1
2017-06-30  Yann Colletfixed : dictionary compression with new advanced API...
2017-06-30  Yann ColletOptimized ZSTDMT single-pass mode speed on large sources
2017-06-30  Yann Colletimplemented shortcut for zstd_compress_generic() in...
2017-06-30  Yann ColletMerge pull request #742 from stellamplau/stack-space
2017-06-30  Stella LauFix typo 742/head
2017-06-30  Stella LauAdd comment to HUF_DECOMPRESS_WORKSPACE_SIZE
2017-06-30  Stella LauClarify typedef of rankVal_t and rankValCol_t
2017-06-30  Stella LauRename ALIGN and ALIGN_MASK to HUF_ALIGN and HUF_ALIGN_MASK
2017-06-30  cyan4973fixed Visual compilation of fullbench-dll
2017-06-30  Yann Colletmade fullbench compatible with multi-threading
next