]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-18  Paul Cruzchanged test cases to use -s setting on the diffs
2017-07-18  Paul Cruzchange parameters for compression level adapt
2017-07-17  Paul Cruzadded signal to other threads whenever error occurs
2017-07-17  Paul Cruzswap buffers instead of copying memory over
2017-07-17  Paul Cruzopen file outside of adaptCCtx, pass to the output...
2017-07-17  Paul Cruzremoved freeCCtx() calls from createCCtx() so that...
2017-07-17  Paul Cruzadded error detection for pthread initialization, added...
2017-07-14  Paul Cruzupdated tests to use different seeds when executing...
2017-07-13  Paul Cruzremoved goto statements for the most part
2017-07-13  Paul Cruzadded tests for forced compression level
2017-07-13  Paul Cruzadded additional tests for performance, allowed force...
2017-07-13  Paul Cruzadded some tests for correctness, time, and compression...
2017-07-13  Paul Cruzadded altering dictionary size depending on compression...
2017-07-13  Paul Cruzchanged to stderr
2017-07-13  Paul Cruzchanged to malloc, added comment about adaptive compres...
2017-07-12  Paul Cruzfixed up freeCCtx() removed BYTE since it wasn't being...
2017-07-12  Paul Cruzadded copyright header, removed clean from makefile
2017-07-12  Paul Cruzpasses tests with adaptive compression level
2017-07-12  Paul Cruzworking with fixed compression level and fixed dictiona...
2017-07-12  Paul Cruzworking with flush job->src.size and fixed cLevel
2017-07-11  Paul Cruzadded debug statement
2017-07-11  Paul Cruzchanged dictionary size, added debugging statements
2017-07-11  Paul Cruzupdated DEBUG statements
2017-07-11  Paul Cruzadded error message, updated copying dictionary into...
2017-07-11  Paul Cruzchanged to using ZSTD_compressBegin_usingDict() and...
2017-07-11  Paul Cruzfixed an error where -c argument wasn't working for...
2017-07-11  Paul Cruzmade some progress on improving compression ratio,...
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
next