]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-09-25  Nick Terrell[libzstd] Increase MaxOff 855/head
2017-09-18  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev fuzz-corpora2 vxyz
2017-09-18  Yann Colletadded streaming_memory_usage example
2017-09-18  Yann ColletMerge pull request #853 from terrelln/blog
2017-09-18  Yann ColletMerge pull request #852 from facebook/fix851
2017-09-18  Nick Terrell[zstdcli] Fix LDM advanced options parsing 853/head
2017-09-18  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-09-18  Yann Colletfix ZSTD_sizeof_CCtx() / ZSTD_sizeof_CStream()
2017-09-18  Yann ColletMerge pull request #848 from terrelln/fparams
2017-09-18  Yann Colletfix #851 : sudo zstd -t file.zst changes /dev/null... 852/head
2017-09-17  Yann Colletminor : added assert in bt
2017-09-16  Yann ColletMerge pull request #846 from facebook/splitDict
2017-09-16  Nick Terrell[block] Don't use fParams in ZSTD_decompressBlock() 848/head
2017-09-15  Yann Colletadd comment on using -B# to split input file for dictio... 846/head
2017-09-15  Yann Colletensures that sampleSizes table is large enough
2017-09-15  Yann ColletMerge pull request #847 from terrelln/fuzzer
2017-09-15  Yann Colletfixed 64-to-32 conversion warnings
2017-09-15  Yann Colletfixed minor conversion warning
2017-09-14  Yann Colletadded ability to split input files for dictionary training
2017-09-14  Yann Colletminor comment refactor
2017-09-14  Nick Terrell[fuzzer] Fuzz long range matching & new API 847/head
2017-09-14  Yann ColletMerge pull request #844 from terrelln/fuzzer
2017-09-14  Nick Terrell[fuzzer] Fix bugs in fuzz.py 844/head
2017-09-14  Nick Terrell[fuzzer] Fix FUZZ_seed()
2017-09-14  Nick Terrell[fuzzer] Update README.md
2017-09-14  Nick Terrell[fuzz] Add fuzzing helper script
2017-09-14  Nick TerrellAdd block fuzzers
2017-09-14  Nick Terrell[fuzzer] Handle single empty directory
2017-09-14  Yann ColletMerge pull request #842 from stellamplau/decodeCorpus...
2017-09-13  Yann Colletfixed too strong alignment assert in ZSTD_initStaticCCtx()
2017-09-13  Nick TerrellUpdate fuzzer Makefile
2017-09-13  Nick TerrellUpdate fuzzer sources
2017-09-13  Stella LauFix implicit conversion error 842/head
2017-09-13  Stella LauAdd flag to limit max decompressed size in decodeCorpus
2017-09-13  Yann ColletMerge pull request #838 from stellamplau/ldm-mergeDev
2017-09-13  Yann ColletMerge pull request #841 from facebook/utilTimeAPI
2017-09-13  Yann ColletMerge pull request #840 from stellamplau/decodeCorpus...
2017-09-13  Yann Colletblindfix for Visual 841/head
2017-09-13  Yann Colletfixed minor prototype warning
2017-09-13  Yann Colletmodified util::time API
2017-09-13  Stella LauMake decodecorpus generate raw compressed blocks 840/head
2017-09-13  Yann ColletMerge pull request #839 from terrelln/timer
2017-09-13  Yann ColletMerge pull request #837 from facebook/libzstd-nomt
2017-09-12  Nick Terrell[bench] Use higher resolution timer on POSIX 839/head
2017-09-12  Stella LauReduce ldm hash table size in test 838/head
2017-09-11  Yann ColletMerge pull request #836 from facebook/decodingBufferSizeMin
2017-09-11  Yann Colletfix #820 : GCC v3.x 32-bits doesn't define 64-bits... 837/head
2017-09-11  Stella LauMerge branch 'dev' of https://github.com/facebook/zstd...
2017-09-11  Stella LauMerge branch 'ldm-integrate' into ldm-mergeDev
2017-09-11  Yann Colletfixed pass-through warning
2017-09-11  Stella LauExplicitly cast raw numerals when left-shifting 783/head
2017-09-11  Yann Colletmakes it possible to compile libzstd in single-thread...
2017-09-11  Yann Colletfix following suggestions by @terrelln 836/head
2017-09-09  Yann Colletuse ZSTD_decodingBufferSize_min() inside ZSTD_decompres...
2017-09-09  Yann ColletZSTD_decodingBufferSize_min()
2017-09-08  Yann Colletupdated license header
2017-09-07  Stella LauMove ldm functions to their own file
2017-09-06  Yann Colletprograms/Makefile : better support for GNU conventions
2017-09-06  Yann Colletlib/Makefile : better support for GNU conventions
2017-09-06  Yann Colletupdate README on BUCK file
2017-09-06  Yann Colletupdate and clarify lib/README
2017-09-06  Stella LauRemove debug code
2017-09-06  Stella LauMerge remote-tracking branch 'upstream/dev' into ldm...
2017-09-06  Stella LauAdd ldm documentation in README
2017-09-06  Yann ColletMerge pull request #834 from stellamplau/regressionDriv...
2017-09-06  Yann ColletMerge pull request #831 from terrelln/split-compress
2017-09-06  Stella LauAdd tests and fix pointer alignment
2017-09-06  Stella LauFix function name in tests/fuzz/regression_driver 834/head
2017-09-06  Stella LauRename and add short ldm parameters in cli
2017-09-06  Stella LauFix setting of nextToUpdate at end of ldm matcher
2017-09-06  Nick TerrellUpdate build scripts 831/head
2017-09-06  Nick TerrellSplit parsers out of zstd_compress.c
2017-09-05  Yann ColletMerge pull request #833 from stellamplau/copyCCtxFix
2017-09-05  Stella LauFix parameter handling in copyCCtx with cdict
2017-09-05  Stella LauFix parameter handling with ZSTD_copyCCtx 833/head
2017-09-05  Stella LauAdd ldm options to 'man zstd'
2017-09-05  Yann ColletMerge pull request #832 from terrelln/assert
2017-09-05  Nick Terrell[POOL] Allow free on NULL when multithreading is disabled 832/head
2017-09-03  Stella LauAdd ldmBucketSizeLog param
2017-09-01  Stella LauMove hashEveryLog to cctxParams and update cli
2017-09-01  Yann ColletMerge pull request #829 from facebook/fix828
2017-09-01  Stella LauMove ldm hashLog, bucketLog, and mml to cctxParams
2017-09-01  Yann Colletupdated NEWS 829/head
2017-09-01  Yann Colletrestored 32-bits decoder ability to decode long offsets...
2017-09-01  Yann Colletbench stops immediately on decoding error
2017-09-01  Yann Colletimproved decoding speed
2017-09-01  Stella LauMerge remote-tracking branch 'upstream/longRangeMatcher...
2017-09-01  Stella LauAdd long distance matching as a CCtxParam
2017-09-01  Yann ColletMerge pull request #830 from Etsukata/fix-tests-fuzz...
2017-09-01  Eiichi Tsukatatests/fuzz: change ZSTD_BLOCKSIZE_ABSOLUTEMAX into... 830/head
2017-09-01  Eiichi Tsukatatests/fuzz: fix make all target names
2017-09-01  Yann Colletfixed minor warning (empty translation unit)
2017-09-01  Yann Colletfixed decompression bug reported by @Etsukata (#828)
2017-09-01  Yann Colletupdated zstd API manual
2017-09-01  Yann Colletfixed impact of merge conflict for longRange
2017-09-01  Yann ColletMerge pull request #827 from facebook/dev
2017-09-01  Yann ColletMerge branch 'longRangeMatcher' into dev 827/head
2017-09-01  Yann ColletMerge branch 'modTests' into dev
2017-08-31  Yann Colletimproved console log of utils.h
2017-08-31  Yann Colletblind attempt at removing gcc dependency
next