]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-08-07  Nick TerrellFix compression failure on incompressible data 782/head
2017-07-29  Yann ColletMerge pull request #758 from stellamplau/ldm
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
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-20  Stella LauFix off-by-one in size calculations
2017-07-19  Stella LauMinor refactoring
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  Stella LauExperiment with integrating ZSTD_count with findBestMatch
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  Stella LauAvoid recounting match lengths with ZSTD_count
2017-07-19  Stella LauSwitch to using ZSTD_count instead of function pointer
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  Stella LauMake the meaning of LDM_MEMORY_USAGE consistent across...
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  Stella LauExperiment with using a lag when hashing
next