]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-08-20  Yann Colletupdated NEWS for v1.3.1 808/head
2017-08-20  Yann ColletMerge pull request #805 from facebook/huffmanDoc
2017-08-20  Yann Colletminor formulation change, recommended by @ulikunitz 805/head
2017-08-20  Yann Colletfixed test-zstd-nolegacy
2017-08-20  Yann ColletMerge pull request #806 from facebook/printVersion
2017-08-20  Yann ColletMerge pull request #807 from facebook/poolQueue0
2017-08-19  Yann Colletreduced pool queue to 0 to save memory 807/head
2017-08-19  Yann Colletcli : Display supported formats on -vV command 806/head
2017-08-19  Yann Colletadded alternative representation for huffman bistream
2017-08-19  Yann Colletfix #803 : wrong example in huffman bitstream section...
2017-08-19  Yann ColletMerge pull request #802 from facebook/variants
2017-08-19  Yann Colletfixed unused variables warnings 802/head
2017-08-19  Yann Colletupdated doc on compilation variables
2017-08-19  Yann Colletfixed zstd-nolegacy
2017-08-19  Yann Colletfixed zstd-small
2017-08-19  Yann ColletMerge branch 'dev' into variants
2017-08-19  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-08-19  Yann ColletMerge pull request #801 from facebook/newLicense
2017-08-19  Yann Colletadded zstd-decompress to the list of variants tested
2017-08-19  Yann Colletfixed zstd-compress
2017-08-19  Yann Colletblindfix for Windows conversion warning
2017-08-18  Yann Colletupdated a bunch of headers 801/head
2017-08-18  Yann Colletadded GPLv2 license
2017-08-18  Yann Colletfixed --list command in presence of special blocks
2017-08-18  Yann Colletimproved and fixed --list command, original patches...
2017-08-18  Yann Colletremoved --list from cli help (-h), reported by Agostino...
2017-08-18  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-08-16  Yann ColletMerge pull request #789 from paulcruz74/educational...
2017-08-16  Paul Cruzconst vars, change copy_literals() to only take size_t... 789/head
2017-08-16  Yann ColletMerge pull request #797 from paulcruz74/documentation
2017-08-16  Paul CruzUpdating README.md 797/head
2017-08-15  Yann ColletMerge pull request #796 from terrelln/is-error
2017-08-15  Yann ColletMerge pull request #794 from terrelln/force-inline
2017-08-15  Yann ColletMerge pull request #795 from terrelln/squashfs-tools2
2017-08-15  Nick Terrell[FSE][HUF] Inline error checks 796/head
2017-08-15  Nick Terrell[kernel] Update squashfs-tools patch 795/head
2017-08-15  Nick Terrell[libzstd] Fix FORCE_INLINE macro 794/head
2017-08-15  Paul Cruzrenamed IO functions for clarity
2017-08-14  Paul Cruzadded comments for new functions
2017-08-14  Paul Cruzadded separate function for executing match copy command
2017-08-14  Paul Cruzcreated separate function for offset computation
2017-08-14  Paul Cruzcreated separate function for copying literals during...
2017-08-14  Paul Cruzadded free to free_dictionary()
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  Paul Cruzadded error checking for dictionary initialized with...
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-12  Paul Cruzmade separate API for dictionary management
2017-08-12  Paul Cruzexposed dictionary functions/types
2017-08-11  Paul Cruzremove debug symbols when cleaning, added a simple...
2017-08-11  Paul Cruzfixed warnings shown by compiler
2017-08-11  Paul Cruzadd makefile
2017-08-11  Paul Cruzreduce educational decoder to single frame decompression
2017-08-11  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
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  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
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
next