]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-07  Paul Cruzcleaned up code for arguments a bit
2017-07-07  Paul Cruzadded tests that check to ensure stdout is working
2017-07-07  Paul Cruzupdated avg compression rate, also hiding progress...
2017-07-07  Paul Cruzadded compression rate to status bar
2017-07-07  Paul Cruzadded data amount
2017-07-07  Paul Cruzfixed problem with progress bar not persisting, added...
2017-07-07  Paul Cruzadded help menu
2017-07-07  Paul Cruzadded really simple progress update in the corner
2017-07-06  Stella LauUpdate compressor and decompressor
2017-07-06  Paul Cruzadded some basic logic for altering compression level
2017-07-06  Stella LauAdd simple compress and decompress functions
2017-07-06  Paul Cruzadded ability to congregate statistics into single...
2017-07-06  Yann ColletMerge pull request #751 from ivuk/fix-typo
2017-07-06  Igor VukFix typos in README.md 751/head
2017-07-06  Paul Cruzadded ability to set initial compression level
2017-07-06  Paul Cruzchanged to work with std out
2017-07-06  Paul Cruzsmall changes
2017-07-06  Stella LauSwitch to mmapping files
2017-07-06  Yann Colletfixed fullbench, part 2
2017-07-06  Yann Colletfixed fullbench
2017-07-06  Yann Colletfixed #718, reported by @GregSlazinski, solution sugges...
2017-07-06  Yann Colletminor code refactoring
2017-07-06  Paul Cruzsmall changes
2017-07-06  Yann Colletcli : use new advanced API by default
2017-07-06  Paul Cruzfixed the problem with pipeline tests by changing how...
2017-07-06  Yann Colletclarified status of zstdmt_compress.h API
2017-07-05  Paul Cruzadded print statements and debuglog
2017-07-05  Paul Cruzadded more tests, changed makefile
2017-07-05  Paul Cruzadded filenameTable for multiple files
2017-07-05  Stella LauInitial long distance matcher commit
2017-07-05  Paul Cruzadded tests to run.sh
2017-07-05  Paul Cruzadded some basic parsing for args
2017-07-05  Paul Cruzremoved references to file size computation and file...
2017-07-05  Paul Cruzremoved calculation of file size and replaced with...
2017-07-05  Paul Cruzmoved main logic for job creation into a separate function
2017-07-05  Paul Cruzfree ctx fields when error occurs during creation
2017-07-05  Paul Cruzrenamed files
2017-07-05  Paul Cruzfixed TODOs
2017-07-05  Paul Cruzremoved unnecessary checks for null pointer on free
2017-07-05  Paul Cruzremoved print statements
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  Paul Cruzworking I believe
2017-07-04  Paul Cruzfixed some issues with segfaults
2017-07-04  Paul Cruzadded code for waiitng for all jobs to finish
2017-07-04  Paul Cruzfixed an error with number of jobs
2017-07-04  Yann ColletMerge pull request #747 from facebook/noExit
2017-07-04  Paul Cruzremoved unnecessary files
2017-07-04  Paul Cruzadded print statements for debugging, fixed long memset...
2017-07-04  Paul Cruzfinished main portion of code, now need to debug
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  Paul Cruzcontinuing work on v2
2017-07-03  Paul Cruzversion one complete, can compress a file given input...
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
2017-06-30  Yann Colletzstreamtest : big tests are only enabled in 64-bits...
2017-06-29  Stella LauDelegate HUF_decompress4X_hufOnly to workspace version
2017-06-29  Stella LauFix bitshift error
2017-06-29  Yann ColletMerge pull request #741 from facebook/promotion
2017-06-29  Yann Colletcompression optimization opportunity
2017-06-29  Stella LauFix pointer casting warning
2017-06-29  Yann Colletupdated fullbench to also measure ZSTD_compress_generic()
2017-06-29  Stella LauFix alignment warnings with pointer casting
2017-06-29  Stella LauReduce stack usage of HUF_readDTableX4 and HUF_readDTableX2
2017-06-29  Yann Colletminor : fix typo 741/head
2017-06-29  Yann Colletminor : specify compression level in tags
2017-06-29  Yann ColletMerge pull request #738 from terrelln/lk-div
2017-06-29  Yann ColletZSTD_getFrameContentSize() is promoted to "stable"...
2017-06-29  Yann ColletMerge pull request #739 from facebook/refPrefix
next