]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-08-07  Paul Cruzremoved direct assignment of 22, used ZSTD_maxCLevel... 779/head
2017-07-31  Paul Cruzchange signal to broadcast for jobCompressed condition...
2017-07-31  Paul Cruzadd install target in makefile
2017-07-31  Paul Cruzprint defaults and range, remove EXT
2017-07-29  Paul Cruzremoved ternary operation, added assert statement,...
2017-07-29  Paul Cruzdelete empty line
2017-07-29  Paul Cruzremove exe extension from makefile, reinclude pthread...
2017-07-28  Paul Cruzadd flags for multithreading
2017-07-28  Paul Cruzadd tests for compression bounds, fix another warning
2017-07-28  Paul Cruzpatched style errors, add ability to bound compression...
2017-07-27  Paul Cruzremove unused variable, add documentation for context... 753/head
2017-07-26  Paul Cruzfix leaky abstraction regarding measuring completion
2017-07-26  Paul Cruzadded definitions for conversion constants, moved force...
2017-07-26  Paul Cruzset the window log value before performing compression
2017-07-26  Paul Cruzmoved reset of completion to right after wait
2017-07-26  Paul Cruzchange to >= convergence counter
2017-07-26  Paul Cruzdecrease completion requirements for change, move creat...
2017-07-26  Paul Cruzbuilding on readme, added another help tip in the menu
2017-07-25  Paul Cruzadding more to readme
2017-07-25  Paul Cruzupdated progress bar with better representation of...
2017-07-25  Paul Cruzchanging time units to seconds
2017-07-25  Paul Cruzupdated const values, added more comments
2017-07-25  Paul Cruzremoved old debug statements no longer being used
2017-07-25  Paul Cruzprogress bar -- don't print num jobs, time elapsed...
2017-07-25  Paul Cruzmoved debug statements to a compiler flag
2017-07-25  Paul Cruzstarted using decrease cooldown so that compression...
2017-07-25  Paul Cruzcreated independent function for controlling how comple...
2017-07-25  Paul Cruzadded mechanism for getting rid of spikes
2017-07-24  Paul Cruzadded help statement for -p, switched it to hide progre...
2017-07-24  Paul Cruzadd quiet option, make progress bar default
2017-07-24  Paul Cruzcompression thread should take measurements independent...
2017-07-24  Paul Cruzadding more debug
2017-07-24  Paul Cruzupdating debug statements again
2017-07-24  Paul Cruzchanging position of endline for debug
2017-07-24  Paul Cruzupdated comments and debug statements
2017-07-23  Paul Cruzreduced competition for completion mutex by separating...
2017-07-23  Paul Cruzchange how completion is measured in compression thread
2017-07-22  Paul Cruzremoved useless measurements
2017-07-22  Paul Cruzswitched over to model where reading only waits on...
2017-07-21  Paul Cruztaking the maximum of the completion level reads in...
2017-07-21  Paul Cruzupdating debug statements
2017-07-21  Paul Cruzmeasure multiple completion levels during each wait
2017-07-21  Paul Cruzadded bounding to compression level change
2017-07-21  Paul Cruzadded priority decision making for adapt compression...
2017-07-21  Paul Cruzsemi working version that stabilizes
2017-07-20  Paul Cruzfixed bug where writeSize could be zero
2017-07-20  Paul Cruzreworked adaptCompressionLevel to only account for...
2017-07-20  Paul Cruzchanged how completion is actually sampled
2017-07-19  Paul Cruzmake adaptCompressionLevel oscillate less
2017-07-19  Paul Cruzcall ZSTD_compressBegin() once
2017-07-19  Paul Cruzfixing error when file size is multiple of job size...
2017-07-19  Paul Cruzadded some debug statements, adjusted end condition
2017-07-19  Paul Cruzremoved previous version of completion for compression
2017-07-19  Paul Cruzset up new calculations compression completion progress
2017-07-19  Paul Cruzsplit compression into smaller blocks
2017-07-19  Paul Cruzmoved compression adapt to avoid warning
2017-07-19  Paul Cruzchange compression level only right before actually...
2017-07-19  Paul Cruzadded mechanism for measuring how much of a job has...
2017-07-19  Paul Cruzsplit up read process into smaller chunks
2017-07-19  Paul Cruzadded additional print for help menu
2017-07-19  Paul Cruzchanged createCCtx() to split into initialization and...
2017-07-18  Paul Cruzadded mutex for stats struct
2017-07-18  Paul Cruzadded progress check for filewriting, put important...
2017-07-18  Paul Cruzsetting up basic readme
2017-07-18  Paul Cruzrename completion variable, split up fwrite operations...
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
next