]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-10  Paul Cruzchanged how the detection of the last job works
2017-07-10  Paul Cruzdst buffer should use ZSTD_compressBound to determine...
2017-07-10  Paul Cruzfixed memory leak that was happening when creating...
2017-07-10  Paul Cruzmade input buffer an internal part of the compression...
2017-07-10  Paul Cruzsmall changes
2017-07-10  Paul Cruzchanged name
2017-07-10  Paul Cruzremoved single from Makefile
2017-07-10  Paul Cruzremoved scripts
2017-07-10  Paul Cruzremoved single.c
2017-07-10  Paul Cruzupdated error checking in each thread
2017-07-08  Paul Cruzadded ability to compress without specifying out filename
2017-07-07  Paul Cruzplaying around with adapt param
2017-07-07  Paul Cruzrewrote time elapsed with UTIL
2017-07-07  Paul Cruzchanged to using compressCCtx
2017-07-07  Paul Cruzchanged completed -> compressed
2017-07-07  Paul Cruzchanged completed variables to compressed for clarity
2017-07-07  Paul Cruzremoved unnecessary comments, uncommented DEBUGLOG...
2017-07-07  Paul Cruzadded ability to force output to stdout, wrote an addit...
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  Paul Cruzadded some basic logic for altering compression level
2017-07-06  Paul Cruzadded ability to congregate statistics into single...
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  Paul Cruzsmall changes
2017-07-06  Paul Cruzfixed the problem with pipeline tests by changing how...
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  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-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  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  Paul Cruzcontinuing work on v2
2017-07-03  Paul Cruzversion one complete, can compress a file given input...
2017-07-01  Yann ColletMerge pull request #744 from terrelln/dev
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 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-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  Stella LauFix pointer casting warning
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 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
2017-06-29  Nick Terrell[linux-kernel] Update patches for v2 738/head
2017-06-29  Yann ColletMerge pull request #736 from terrelln/cover-default-api
2017-06-29  Yann ColletMerge pull request #737 from facebook/advancedAPI2
2017-06-29  Yann Colletrefactor ZSTD_check_compressionLevel_monotonicIncrease_... 739/head
2017-06-28  Yann ColletMerge branch 'advancedAPI2' into refPrefix
2017-06-28  Yann Colletadded a test to ensure ZSTD_refPrefix() doesn't impact...
2017-06-28  Yann Colletfixed -Wdeclaration-after-statement 737/head
2017-06-28  Yann ColletMerge pull request #740 from paulcruz74/dev
2017-06-28  Yann Colletadded function to control monotonic memory budget incre...
2017-06-28  Yann Colletadjusted compression levels to guarantee a monotonicall...
2017-06-28  Paul Cruzremoved fnum from DISPLAY statements 740/head
2017-06-28  Paul Cruzfixed generation of buggy test, corrected DISPLAY state...
2017-06-28  Yann Colletfixed ZSTD_refPrefix with Multithread-enabled CCtx
2017-06-28  Yann Colletfixed zstreamtest
2017-06-28  Paul CruzMerge remote-tracking branch 'upstream/dev' into dev
2017-06-28  Yann Colletcontrolled dictMode
2017-06-27  Yann Colletimplemented ZSTD_refPrefix()
2017-06-27  Yann Colletexposed ZSTD_MAGIC_DICTIONARY in zstd.h
2017-06-27  Yann Colletadded parameter ZSTD_p_refDictContent
2017-06-27  Yann ColletMerge pull request #735 from terrelln/xz-default
2017-06-27  Nick Terrell[tests] Fix HAVE_LZMA flag 735/head
2017-06-27  Nick Terrell[zdict] Make COVER the default algorithm 736/head
2017-06-27  Yann Colletfixed minor conversion warning
2017-06-27  Yann ColletMerge pull request #729 from paulcruz74/corpus
2017-06-27  Yann Colletrefactored ZSTD_estimateDStreamSize()
2017-06-26  Yann ColletZSTD_estimateCDictSize_advanced()
2017-06-26  Yann ColletZSTD_estimateCStreamSize_advanced()
next