]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-09-12  Gregory SzorcAdd alternate Python bindings 362/head
2016-09-05  Yann ColletMerge pull request #343 from Kozzi11/dlang-binding
2016-09-05  kozakAdd D language binding 343/head
2016-09-05  Yann ColletMerge pull request #339 from mururu/erlang-binding
2016-09-04  Yuki ItoAdd Erlang binding 339/head
2016-09-03  Yann ColletMerge pull request #334 from spiritloose/add-perl-binding
2016-09-03  Jiro NishiguchiAdd Perl binding 334/head
2016-09-02  Yann Colletbindings
2016-09-01  Yann ColletMerge pull request #318 from camwiegert/gh-pages
2016-09-01  Cam WiegertFix typo in index title 318/head
2016-08-31  Yann ColletMerge pull request #313 from 94b1/patch-1
2016-08-31  94b1Changed URLs 313/head
2016-08-22  Yann ColletMerge pull request #300 from borzunov/gh-pages
2016-08-22  Alexander BorzunovAdd a link to C# binding 300/head
2016-08-18  Yann Colletupdated link to python binding
2016-08-03  Yann Colletupdated node.js binding
2016-08-02  Yann Colletchanged to binding
2016-08-02  Yann ColletMerge pull request #276 from jrmarino/gh-pages
2016-08-02  jrmarinoAdd Ada bindings to list of "known ports" 276/head
2016-07-22  Yann Colletadded delphi
2016-07-15  Yann Colletchanged image size
2016-07-09  Yann Colletfixed Tino name
2016-07-09  Yann Colletminor spelling changes
2016-07-09  Yann ColletFirst version
2016-07-09  Yann Colletmake room for 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...
2016-06-22  Yann ColletMerge pull request #220 from inikep/dev
2016-06-22  inikepMerge remote-tracking branch 'refs/remotes/origin/speed... 220/head
2016-06-22  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973...
2016-06-22  inikepbench.c: added support for ZSTD_GIT_COMMIT
2016-06-22  inikeptest-zstd-speed.py: added ZSTD_GIT_COMMIT
2016-06-22  inikeptest-zstd-speed.py: sent e-mail after KeyboardInterrupt
next