]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-08-07  Nick Terrell[libzstd] Fix bug in Huffman decompresser 778/head
2017-07-27  Yann ColletMerge pull request #753 from paulcruz74/adapt-approach-3
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  Yann ColletMerge pull request #776 from terrelln/dev
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  Nick Terrell[libzstd] Fix CHECK_V_F macros 776/head
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-21  Yann Colletfixed minor warning on unused variable in shell function
2017-07-20  Paul Cruzfixed bug where writeSize could be zero
2017-07-20  Paul Cruzreworked adaptCompressionLevel to only account for...
2017-07-20  Yann ColletVisual blind fix 2
2017-07-20  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-20  Yann Colletfixed fuzzer test for non OS-X platforms
2017-07-20  Yann ColletMerge pull request #773 from terrelln/lk-v3
2017-07-20  Nick Terrell[linux] Update patches for v3 773/head
2017-07-20  Paul Cruzchanged how completion is actually sampled
2017-07-20  Yann Colletpool.c : blindfix for Visual warnings
2017-07-19  Paul Cruzmake adaptCompressionLevel oscillate less
2017-07-19  Yann Colletadded --memtest=# command to fuzzer
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  Yann Colletblind fix for Windows Multithreading module
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  Yann Colletcheck pthread_*_init() success condition
2017-07-19  Paul Cruzchanged createCCtx() to split into initialization and...
2017-07-18  Paul Cruzadded mutex for stats struct
2017-07-18  Yann ColletMerge pull request #770 from terrelln/test-mode
2017-07-18  Paul Cruzadded progress check for filewriting, put important...
2017-07-18  Yann ColletMerge pull request #769 from terrelln/real-block-split
2017-07-18  Nick Terrell[zstdcli] Fix -t in streaming mode 770/head
2017-07-18  Paul Cruzsetting up basic readme
2017-07-18  Paul Cruzrename completion variable, split up fwrite operations...
2017-07-18  Nick Terrell[libzstd] Fix bug in Huffman encoding 769/head
2017-07-18  Paul Cruzchanged test cases to use -s setting on the diffs
2017-07-18  Yann ColletMerge pull request #766 from terrelln/real-block-split
2017-07-18  Yann ColletMerge pull request #765 from terrelln/real-block-split
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  Nick Terrell[libzstd] Pull optimal parser state out of seqStore_t 766/head
2017-07-17  Yann ColletMerge pull request #764 from terrelln/real-block-split
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  Nick Terrell[libzstd] Remove ZSTD_CCtx* argument of ZSTD_compressSe... 765/head
2017-07-17  Nick Terrell[libzstd] Refactor ZSTD_compressSequences() 764/head
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-14  Yann ColletMerge pull request #761 from paulcruz74/file-rename
2017-07-14  Yann ColletMerge pull request #762 from facebook/errorCodes
2017-07-14  Yann Colletfixed clang's -Wdocumentation 762/head
2017-07-14  Yann Colletpinned down error code enum values
2017-07-13  Paul Cruzremoved goto statements for the most part
2017-07-13  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-13  Yann Colletupdated NEWS regarding #760
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  Nick Terrell[libzstd] Increase granularity of FSECTable repeat...
2017-07-13  Yann ColletMerge pull request #759 from terrelln/real-block-split
2017-07-13  Yann Colletpolicy change : ZSTDMT automatically caps nbThreads...
next