]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-07-14  Cade DanielAdding brew formula for easy install 247/head
2016-07-14  Yann Colletfixed issue with small dictionary
2016-07-14  Yann Colletfixed minor coverity warning
2016-07-14  Yann Colletfixed paramgrill
2016-07-14  Yann Colletremoved debugging traces
2016-07-14  Yann Colletfixed a few minor coverity warnings
2016-07-14  Yann Colletsimplified ZSTD_estimateCCtxSize()
2016-07-14  Yann Colletfixed conversion warning
2016-07-13  Yann Colletfixed minor coverity warning
2016-07-13  Yann Colletfixed minor coverity warnings
2016-07-13  Yann Colletminor spec wording
2016-07-13  Yann Colletfixed minor coverity warning
2016-07-13  Yann Colletreduced paramgrill dependency to C standard lib only
2016-07-13  Yann Colletchanged macro name to ZSTDCLI_CLEVEL_DEFAULT
2016-07-13  Yann Colletupdated compression levels table
2016-07-13  Yann Colletchanged default compression level to 3 (can be modified...
2016-07-13  Yann Colletchanged for #245
2016-07-13  Yann Colletnew paramgrill mode : `-O#` : find optimal parameters...
2016-07-13  Yann Colletminor filter improvement
2016-07-12  Yann Colletfixed conversion warning
2016-07-12  Yann Colletupdated paramgrill
2016-07-12  Yann ColletMerge branch 'dFast2' into dev
2016-07-12  Yann Colletfixed dfast strategy
2016-07-12  Yann Colletminor readme mod
2016-07-12  Yann Colletfirst version of doubleFast
2016-07-11  Yann Colletadded ZSTD_estimateDCtxSize()
2016-07-11  Yann Colletadded ZSTD_sizeofDCtx()
2016-07-11  Yann Colletadded ZSTD_estimateCCtxSize()
2016-07-10  Yann ColletAdded examples/Makefile
2016-07-09  Yann Colletpromote ZSTD_getDecompressedSize() to stable API
2016-07-09  Yann Colletupdated doc with zstd homepage
2016-07-09  Yann Colletadded simple examples
2016-07-08  Yann Colletcomment clarification
2016-07-08  Yann Colletfixed compilation error in decompression module 241/head
2016-07-08  Yann Colletupdated doc
2016-07-08  Yann Colletupdated spec
2016-07-08  Yann Colletupdated spec
2016-07-08  Yann Colletsupport offset > 128 MB
2016-07-08  Yann Colletintroduced ZSTD_WINDOWLOG_MAX_32 (#239), suggested...
2016-07-08  Yann Colletupdated doc
2016-07-07  Yann Colletadded : ZSTD_insertBlock(), basic tests
2016-07-07  Yann Colletsimplified legacy functions, no longer need magic number
2016-07-07  Yann Colletremoved "error_public.h" dependency from "zstd.h"
2016-07-07  Yann ColletAdded "dictionary decompression" example
2016-07-07  Yann Colletremoved `mem.h` dependency from `zbuff.h` (experimental...
2016-07-07  Yann Colletadded : ZSTD_getDecompressedSize()
2016-07-07  Yann Colletremoved `mem.h` dependency from `zstd.h` (experimental...
2016-07-06  Yann ColletZSTD_decompress_usingDDict() compatible with Legacy...
2016-07-06  Yann Colletadded <errno.h> dependency
2016-07-06  Yann Colletsample set limitation closer to 2 GB
2016-07-06  Yann ColletdictBuilder protection vs huge sample sets (>2 GB)
2016-07-06  Yann ColletdictBuilder manages better samples of null size 0 and...
2016-07-06  Yann Colletfixed conversion warning
2016-07-06  Yann Colletfixed conversion warning
2016-07-06  Yann Colletfixed dictBuilder issue with HC levels. Reported by...
2016-07-06  Yann Colletsimplified ZSTD_decodeSequence()
2016-07-05  Yann Colletupdated spec
2016-07-05  Yann Colletupdated format spec
2016-07-05  Yann Colletupdated spec
2016-07-04  Yann ColletAdded GNU separator `--`, to specifies that all followi...
2016-07-04  Yann Colletupdated specifications
2016-07-03  Yann Colletfixed cmake error (missing errno)
2016-07-03  Yann Colletupdated doc
2016-07-03  Yann Colletupdated doc
2016-07-03  Yann ColletMerge pull request #238 from juanfra684/patch-2
2016-07-03  Yann ColletMerge pull request #237 from juanfra684/patch-1
2016-07-03  Juan Francisco... Add OpenBSD to the Makefile test. 235/head 238/head
2016-07-03  Juan Francisco... Redundant entry for options in the man page. 234/head 237/head
2016-07-03  Yann Colletfixed minor visual warning 236/head
2016-07-03  Yann ColletUpdated specifications
2016-07-02  Yann ColletZSTD_storeSeq takes an U32 as offset type
2016-07-02  Yann Colletfileio.c no longer depends on zstd_internal.h
2016-07-02  Yann Colletsimplified repcodes for lazy_extDict
2016-07-02  Yann Colletfix lazy parser
2016-07-02  Yann Colletfix for fast mode
2016-07-02  Yann Colletremoves Visual warning on strerror()
2016-07-02  Yann Colletrevert fix
2016-07-02  Yann Collet`-c` does no longer modify displayLevel when `-v` set.
2016-07-02  Yann Colletupdated NEWS
2016-07-02  Yann Colletfixed risk of segfault on very large files (multiple GB)
2016-07-02  Yann Colletextended use of strerror(errno)
2016-07-01  Yann Colletextended use of strerror(errno)
2016-07-01  Yann Colletuse strerror(errno) to return system error message
2016-07-01  Yann ColletUpdated doc
2016-07-01  Yann ColletExplicit error message when dst file cannot be created...
2016-07-01  Yann Colletupdate specification and comments
2016-06-30  Yann Colletupdated frame specification with recommended max window...
2016-06-30  Yann ColletNew : Zstandard Frame format specification
2016-06-30  Yann Colletfix : potential leak (#229)
2016-06-27  Yann Colletuse ZSTD_getParams() to simplify code
2016-06-27  Yann ColletIntroduced ZSTD_getParams()
2016-06-27  Yann Colletremoved useless context
2016-06-27  Yann Colletfixed error messages
2016-06-27  Yann Colletupdated version to v0.7.2
2016-06-26  Yann Colletfixed ZSTD_decompressBlock() using multiple blocks
2016-06-26  Yann ColletImproved comments
2016-06-22  Yann ColletMerge pull request #221 from inikep/dev 222/head
2016-06-22  inikeptest-zstd-speed.py: reordering of functions 221/head
2016-06-22  inikeptest-zstd-speed.py: improved exception handling
2016-06-22  inikeptest-zstd-speed.py: added --message in start and finish...
next