]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-08-16  Paul CruzUpdating README.md 797/head
2017-08-14  Yann ColletMerge pull request #791 from romange/dev
2017-08-14  Yann ColletMerge pull request #793 from codicodi/fix-lz4-support
2017-08-14  codicodifix typo in lz4 support code 793/head
2017-08-13  Roman GershmanFix ZSTD_estimateDStreamSize function after ZSTD_DStrea... 791/head
2017-08-11  Yann ColletMerge pull request #787 from paulcruz74/dev
2017-08-10  Paul Cruzupdated program name print statement 787/head
2017-08-10  Paul CruzMerge remote-tracking branch 'upstream/dev' into dev
2017-08-09  Yann ColletMerge pull request #786 from terrelln/squashfs-tools
2017-08-09  Nick Terrell[linux-kernel] Update patches for v5 786/head
2017-08-08  Yann ColletMerge pull request #785 from terrelln/dev
2017-08-08  Nick Terrell[CI] Add gcc7build test 785/head
2017-08-07  Yann ColletMerge pull request #782 from terrelln/dstSizeTooSmall
2017-08-07  Yann ColletMerge pull request #779 from paulcruz74/adapt-approach-4
2017-08-07  Yann ColletMerge pull request #778 from terrelln/bad-huff
2017-08-07  Yann ColletMerge pull request #781 from stellamplau/qSize
2017-08-07  Paul CruzMerge branch 'adapt-approach-4' into bug-fixes
2017-08-07  Paul Cruzremoved direct assignment of 22, used ZSTD_maxCLevel... 779/head
2017-08-07  Nick Terrell[libzstd] Fix bug in Huffman decompresser 778/head
2017-08-07  Stella LauSwitch the sleep function to UTIL_sleepMilli 781/head
2017-08-07  Nick TerrellFix compression failure on incompressible data 782/head
2017-08-04  Nick Terrell[linux-kernel] Update patches for v4
2017-08-03  Paul Cruzchanged multi to zstd-adaptive in the help menu
2017-08-02  Stella LauAdd test for deadlock
2017-08-02  Paul Cruzadded mutex for compression level to avoid data race
2017-08-02  Stella LauSignal after finishing job when queueSize=0
2017-08-02  Paul Cruzadded detach statements to prevent resource leak
2017-08-01  Stella LauReplace marker with queueEmpty variable and update...
2017-07-31  Paul CruzMerge branch 'adapt-approach-4' into dev
2017-07-31  Paul Cruzchange signal to broadcast for jobCompressed condition...
2017-07-31  Paul CruzMerge remote-tracking branch 'upstream/dev' into dev
2017-07-31  Paul CruzMerge branch 'adapt-approach-4' into dev
2017-07-31  Paul Cruzadd install target in makefile
2017-07-31  Stella LauAllow queueSize=0 in pool.c and update poolTests
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-29  Yann ColletMerge pull request #758 from stellamplau/ldm
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-28  Stella LauReturn error code in verify() and minor code cleanup 758/head
2017-07-27  Stella LauFix typo
2017-07-27  Stella LauAdd checks in initialization code
2017-07-27  Stella LauUpdate README
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  Stella LauAllow HASH_ONLY_EVERY_LOG to be configured in ldm.h
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  Stella LauAdd README and clean up code
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  Stella LauAllow parameters to be modified from a separate file
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  Stella LauRename and remove unneeded files
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  Stella LauExperiment with not using a checksum
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  Stella LauMinor code cleanup
2017-07-24  Stella LauDeduplicate code
2017-07-24  Stella LauExperiment with eviction policies and minor code cleanup
2017-07-24  Paul Cruzupdated comments and debug statements
2017-07-24  Stella LauMinor clean up
2017-07-24  Stella LauFix overflow bug when calculating hash
2017-07-24  Stella LauExperiment with 64-bit hash insertion policy
2017-07-24  Stella LauExperiment with 64-bit hash and checksum
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
next