]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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
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
next