]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-02-09  Nick TerrellImprovement from @inikep 537/head
2017-02-09  Nick TerrellFix deprecation warnings for clang with C++14
2017-02-09  Nick Terrell#undef _POSIX_C_SOURCE if already defined
2017-02-07  Yann ColletMerge pull request #526 from iburinoc/educational
2017-02-07  Sean PurcellMinor changes to educational decoder 526/head
2017-02-07  Yann Colletcompleted NEWS for v1.1.3
2017-02-07  Yann ColletMerge pull request #534 from terrelln/dev
2017-02-07  Nick TerrellAttribute cover dictionary code 534/head
2017-02-07  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2017-02-07  Yann Colletcorrected contributor's name
2017-02-06  Yann ColletMerge pull request #532 from terrelln/zlib
2017-02-06  Nick TerrellEnsure <zlib.h> can be included in HAVE_ZLIB test 532/head
2017-02-06  Nick TerrellChange zlib include to be a system include
2017-02-06  Yann Colletchanged download URL for github_users sample set
2017-02-06  Yann Colletupdated NEWS for v1.1.3 531/head
2017-02-06  Yann ColletMerge pull request #529 from facebook/gzstd_default
2017-02-05  Yann Colletfixed Mac OS-X specific directory in $(RM) list 529/head
2017-02-05  cyan4973Silence zlib detection routine
2017-02-05  cyan4973removed gzstd test from travis
2017-02-04  Sean PurcellInlined portions of specification for clarity
2017-02-04  Yann ColletMerge pull request #530 from terrelln/cover-man
2017-02-04  Nick TerrellAdd cover dictionary training to zstd.1 530/head
2017-02-03  Sean PurcellSwitch IO to go through streams
2017-02-03  Yann Colletfixed zstdmt compilation under Windows minGW/MSYS2...
2017-02-03  Yann Colletremove zlib detection artefact
2017-02-03  Yann Colletfixed pointer conversion warnings (C++)
2017-02-03  Yann Colletrelease builds use less debug symbols and warnings
2017-02-03  Yann Colletfixed silent conversion warnings in GZDECOMPRESS path
2017-02-03  Yann ColletChanged Makefile to generate zstd with .gz support...
2017-02-03  Yann Colletminor : fixed zstd-frugal
2017-02-02  Yann Colletremoved unused chart
2017-02-02  Yann Colletupdated dictionary compression paragraph
2017-02-01  Sean PurcellMinor security fixes
2017-02-01  Yann ColletMerge pull request #527 from facebook/zstdmt
2017-01-31  Sean PurcellMore const's and readability improvements
2017-01-31  Sean PurcellRemoved circular buffer, matches access destination...
2017-01-30  Sean PurcellMinor fixes according to comments
2017-01-30  Sean PurcellAdded ZSTD_get_decompressed_size
2017-01-30  Yann Colletfixed overlapLog==0 => no overlap 527/head
2017-01-30  Yann Colletfixed C constant restrictions
2017-01-30  Yann Colletzstdmt : section size is set to be a minimum of overlapSize
2017-01-30  Yann Colletcli : added advanced parameter overlapLog
2017-01-30  Yann Colletzstreamtest uses random section sizes for fuzzing
2017-01-30  Yann Colletzstreamtest uses random overlapLog for fuzzing
2017-01-30  Sean PurcellAdd educational decoder to /contrib
2017-01-30  Yann Colletadded command --block-size=
2017-01-30  Yann Colletchanged advanced parameter overlapLog
2017-01-30  Yann Colletfixed : legacy decoders v04 and v05
2017-01-30  Yann ColletMerge pull request #525 from terrelln/covermt
2017-01-29  Yann ColletMerge pull request #523 from terrelln/buck
2017-01-28  Nick TerrellFix documentation about memory usage 525/head
2017-01-28  Nick TerrellFix typos in VS2010 build config
2017-01-28  Yann Colletreport @terrelln patch to ST fuzzer tests
2017-01-28  Yann ColletMerge pull request #524 from terrelln/asan-failure
2017-01-28  Nick TerrellAdd include guards and extern C
2017-01-27  Yann Colletreduced zstdmt latency when using small custom section...
2017-01-27  Nick TerrellFix segfault in zstreamtest MT 524/head
2017-01-27  Nick TerrellFix VS fuzzer build configs
2017-01-27  Yann ColletFixed status display for zstdmt
2017-01-27  Nick TerrellRevert unnecessary change to Logging.h 523/head
2017-01-27  Nick TerrellAdd threading and pool to build configs
2017-01-27  Yann Colletchanged format specification version number
2017-01-27  Nick TerrellMerge branch 'dev' into buck
2017-01-27  Nick TerrellAdd multithread support to COVER
2017-01-27  Yann ColletMerge pull request #522 from terrelln/benchmt
2017-01-27  Yann Colletupdated NEWS
2017-01-27  Yann ColletMerge pull request #520 from iburinoc/spec
2017-01-27  Yann Colletfixed MSAN warnings in legacy decoders
2017-01-27  Nick TerrellClean imports and shorten tests
2017-01-27  Nick TerrellAdd BUCK files for Nuclide support
2017-01-27  Przemyslaw... improved #232 fix
2017-01-27  Przemyslaw... Fixed https://github.com/facebook/zstd/issues/232
2017-01-27  Przemyslaw... .travis.yml: different tests for "master" branch
2017-01-27  Przemyslaw... .travis.yml: optimized order of short tests
2017-01-27  Przemyslaw... .travis.yml: test jobs 12-15
2017-01-27  Przemyslaw... JOB_NUMBER -eq 9
2017-01-27  Przemyslaw... improved ZSTD_compressBlock_opt_extDict_generic
2017-01-27  Nick TerrellFix cmake build 522/head
2017-01-27  Yann Colletupdated NEWS
2017-01-27  Sean PurcellEdits as per comments, and change wildcard 'X' to '?' 520/head
2017-01-27  Nick TerrellFix Visual Studios project
2017-01-26  Nick TerrellFix pool.c threading.h import
2017-01-26  Nick TerrellFix zstdmt_compress.h include
2017-01-26  Yann ColletMerge pull request #519 from inikep/dev11
2017-01-26  Yann ColletMerge pull request #518 from facebook/zstdmt
2017-01-26  Yann Colletfixed : ZSTD_setCCtxParameter() properly exposed in DLL 518/head
2017-01-26  Sean PurcellFixed commented issues
2017-01-26  Yann Colletfixed clang documentation warning
2017-01-26  Yann ColletCLI : automatically set overlap size to max (windowSize...
2017-01-26  Sean PurcellUpdated format specification to be easier to understand
2017-01-26  Yann Colletadded test of new parameter ZSTD_p_forceWindow
2017-01-26  Yann Colletfixed zstdmt corruption issue when enabling overlapped...
2017-01-25  Yann Colletfixed zstdmt cli freeze issue with large nb of threads
2017-01-25  Przemyslaw... improved #232 fix 519/head
2017-01-25  Przemyslaw... Fixed https://github.com/facebook/zstd/issues/232
2017-01-25  Przemyslaw... Merge remote-tracking branch 'refs/remotes/origin/maste...
2017-01-25  Przemyslaw... .travis.yml: different tests for "master" branch
2017-01-25  Przemyslaw... .travis.yml: optimized order of short tests
2017-01-25  Yann Colletoverlapped section, for improved compression
2017-01-25  Yann Colletrefactor job creation
next