]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-07-13  Yann Colletupdated NEWS regarding #760
2017-07-13  Stella LauAdd min/max offset to stats
2017-07-13  Paul Cruzadded tests for forced compression level
2017-07-13  Paul Cruzadded additional tests for performance, allowed force...
2017-07-13  Stella Lau[ldm] Make some functions shared
2017-07-13  Paul Cruzadded some tests for correctness, time, and compression...
2017-07-13  Stella Lau[ldm] Switch to using lib/common/mem.h and move typedef...
2017-07-13  Nick Terrell[libzstd] Increase granularity of FSECTable repeat...
2017-07-13  Stella Lau[ldm] Remove old main files
2017-07-13  Stella Lau[ldm] Add TODO and comment for segfaulting in compress...
2017-07-13  Yann ColletMerge pull request #759 from terrelln/real-block-split
2017-07-13  Yann Colletpolicy change : ZSTDMT automatically caps nbThreads...
2017-07-13  Paul Cruzadded altering dictionary size depending on compression...
2017-07-13  Yann Colletswitched ZSTDMT_compress_advanced() last argument to...
2017-07-13  Yann Colletclarified comment on ZSTD_p_contentSizeFlag
2017-07-13  Nick Terrell[libzstd] Pull CTables into sub-structure 759/head
2017-07-13  Stella Lau[ldm] Add CHAR_OFFSET in hash function and extend heade...
2017-07-13  Yann ColletMerge pull request #756 from facebook/memOpt
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  Stella Lau[ldm] Clean up versions
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  Stella Lau[ldm] Clean up code
2017-07-12  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-12  Yann Colletslightly increased buffer pool, to cover normal "full... 756/head
2017-07-12  Paul Cruzworking with flush job->src.size and fixed cLevel
2017-07-12  Stella LauFix sumToHash to use hash space more efficiently
2017-07-12  Stella LauMinor fix for non-rolling hash
2017-07-12  Stella LauSwitch to using rolling hash only
2017-07-12  Stella LauUpdate rolling hash
2017-07-12  Yann Colletfix : ZSTDMT_compress_advanced() correctly generates...
2017-07-11  Paul Cruzadded debug statement
2017-07-11  Yann Colletrelease input buffers from inside worker thread
2017-07-11  Paul Cruzchanged dictionary size, added debugging statements
2017-07-11  Yann Colletbuffer pool : all buffers have same size
2017-07-11  Paul Cruzupdated DEBUG statements
2017-07-11  Paul Cruzadded error message, updated copying dictionary into...
2017-07-11  Yann Colletzstdmt : intermediate outBuffer allocated from within...
2017-07-11  Yann Colletbuffer pool can be invoked from multiple threads
2017-07-11  Yann ColletMerge pull request #755 from jacquesg/solaris
2017-07-11  Paul Cruzchanged to using ZSTD_compressBegin_usingDict() and...
2017-07-11  Jacques Germishuysfix missing symbol 'nanosleep' for Solaris 755/head
2017-07-11  Paul Cruzfixed an error where -c argument wasn't working for...
2017-07-11  Stella LauSave v3
2017-07-11  Yann Colletzstdmt: removed margin for improved memory usage
2017-07-11  Stella LauAdd rolling hash
2017-07-11  Paul Cruzmade some progress on improving compression ratio,...
2017-07-11  Yann Colletimproved ZSTDMT_compress() memory usage
2017-07-10  Yann Colletoptimized memory usage for ZSTDMT_compress()
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  Stella LauClean up and refactor compress function
2017-07-10  Paul Cruzmade input buffer an internal part of the compression...
2017-07-10  Yann Colletfix : custom allocator correctly propagated to child...
2017-07-10  Yann Colletextended fuzzer MT memory tests
2017-07-10  Yann Colletfix : propagate custom allocator to ZSTDMT though ZSTD_...
2017-07-10  Yann Colletadded --memtest to fuzzer
2017-07-10  Stella LauAdd warning flags to makefile and clean up code to...
2017-07-10  Stella LauAdd compression context
2017-07-10  Yann Colletadded ZSTD_sizeof_CCtx() test
2017-07-10  Paul Cruzrenamed pool.c to poolTests.c 761/head
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-10  Stella LauAdd LDM_DCtx
2017-07-10  Stella LauMinor refactoring
2017-07-10  Stella LauMerge branch 'ldm' of https://github.com/stellamplau...
2017-07-10  Stella LauMinor refactoring
2017-07-10  Stella LauAdd folder for old versions
2017-07-10  Stella LauUpdate mainfile
2017-07-08  Yann Colletbumped version nb to v1.3.1
2017-07-08  Yann Colletfixed several conversion warnings
2017-07-08  Stella LauAdd compression statistics
2017-07-08  Paul Cruzadded ability to compress without specifying out filename
2017-07-07  Yann Colletremoved zbufftest from list of `all` tests
2017-07-07  Yann Colletfixed minor Visual compilation limitation
2017-07-07  Yann Colletfixed minor cast warning
2017-07-07  Paul Cruzplaying around with adapt param
2017-07-07  Yann Collettarget gpptest uses CXX environment variable
2017-07-07  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-07-07  Yann Colletnew field frameHeader.headerSize
2017-07-07  Paul Cruzrewrote time elapsed with UTIL
2017-07-07  Yann ColletZSTD_getFrameHeader : control of windowSize limits...
2017-07-07  Yann Colletnew field : ZSTD_frameHeader.frameType
2017-07-07  Paul Cruzchanged to using compressCCtx
2017-07-07  Stella Lau[ldm] Update to hash every position
2017-07-07  Yann Colletextended frameHeader.windowSize to unsigned long long
2017-07-07  Stella LauFix offset overflow bug
2017-07-07  Paul Cruzchanged completed -> compressed
2017-07-07  Paul Cruzchanged completed variables to compressed for clarity
2017-07-07  Stella LauAdd header with compress and decompress size
2017-07-07  Paul Cruzremoved unnecessary comments, uncommented DEBUGLOG...
2017-07-07  Paul Cruzadded ability to force output to stdout, wrote an addit...
next