]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-09-07  Nick TerrellFix minor potential narrowing bug 349/head
2016-09-07  Nick TerrellFix invalid narrowing conversion to size_t
2016-09-06  Nick Terrell[pzstd] Add appveyor build commands
2016-09-06  Nick Terrell[pzstd] Compile with minGW 64
2016-09-06  Nick Terrell[pzstd] Changes to compile on VS2015
2016-09-06  Nick Terrell[pzstd] Smart default # of threads (#331)
2016-09-03  Nick TerrellFix memory usage issues. 333/head
2016-09-02  Yann ColletMerge pull request #332 from terrelln/dev
2016-09-02  Yann Colletremoved timeb.h (#319)
2016-09-02  Yann Colletg_time => local displayTime
2016-09-02  Nick TerrellAdd optional max size to work queue 332/head
2016-09-02  Nick TerrellUpdate tests to reflect new default options
2016-09-02  Nick TerrellWhen reading from stdin, write to stdout by default
2016-09-02  Nick TerrellClean up compiler warnings + Build pzstd on travis
2016-09-02  Yann Colletfixing FORCE_INLINE for older compilers (#330)
2016-09-02  Yann Colletfixed zstd-pgo (#329) reported by @octoploid
2016-09-02  Yann ColletMerge pull request #327 from terrelln/dev
2016-09-02  Nick TerrellPut libzstd last 327/head
2016-09-02  Nick TerrellAdd zstd/lib in includes
2016-09-02  Nick TerrellPut linker -l commands at the end
2016-09-02  Nick TerrellRemove if statement, make language cpp
2016-09-02  Nick TerrellUpdate travis-ci g++ for pzstds job
2016-09-02  Nick TerrellMerge remote-tracking branch 'upstream/dev' into dev
2016-09-02  Nick TerrellFix up Makefiles, and fix include issues compiling...
2016-09-02  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-09-02  Yann Colletzbufftest only depends on standard C time.h
2016-09-02  Yann ColletMerge pull request #326 from terrelln/dev
2016-09-02  Nick TerrellMinor tweaks to pzstd graph 326/head
2016-09-02  Nick TerrellUpdate scale for compression speed graph
2016-09-02  Yann Colletzstd cli correctly detects console on Mac OS-X
2016-09-02  Yann ColletMerge pull request #325 from terrelln/dev
2016-09-01  Yann Colletzstreamtest depends only on standard C time.h
2016-09-01  Nick TerrellRandomize tests so travis-ci tests can check for existi... 325/head
2016-09-01  Nick TerrellUpdate travis-ci config to include pzstd
2016-09-01  Nick TerrellGet ready to add tests to travis-ci
2016-09-01  Yann Colletbumped version number
2016-09-01  Yann Colletchanged test to avoid issue #316 (reported by John...
2016-09-01  Nick TerrellRemove old benchmark code
2016-09-01  Nick TerrellFix small README things
2016-09-01  Nick TerrellAdd PZstandard to contrib/
2016-09-01  Yann Colletzstd -d writes to stdout when input is stdin
2016-09-01  Yann ColletMerge pull request #317 from facebook/master
2016-09-01  Yann ColletMerge pull request #314 from kassens/build-status 317/head
2016-08-31  Jan KassensFix build status images 314/head
2016-08-31  Yann ColletMerge pull request #312 from Cyan4973/dev
2016-08-31  Yann Colletupdate brew formula 312/head
2016-08-31  Yann ColletMerge pull request #311 from Cyan4973/dev v1.0.0
2016-08-31  Yann Colletupdated NEWS 311/head
2016-08-31  Yann Colletversion bump
2016-08-31  Yann Colletcopy zlib license into file header
2016-08-31  Yann Colletremoved redundant files
2016-08-30  Yann Colletminor Makefile updates
2016-08-30  Yann ColletMerge pull request #306 from david-y-lam/fix_doc
2016-08-30  David Lammerge 306/head
2016-08-30  Yann Colletadded boilerplate
2016-08-30  Yann Colletminor refactor
2016-08-30  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-08-30  Yann ColletFixed issue #304, reported by @borzunov
2016-08-30  David LamCleanup some errors in typedef comments and remove...
2016-08-29  Yann ColletMerge pull request #307 from inikep/dev08
2016-08-29  inikepupdated README.md 307/head
2016-08-29  Yann ColletZSTD_malloc() and ZSTD_free(), to simplify customMem
2016-08-29  Yann Colletfixed Visual project, removing fileio_legacy
2016-08-29  Yann ColletRemoved fileio_legacy; now legacy supports relies entir...
2016-08-28  Yann Colletbackward compatibility versions tests start from v0.4.0
2016-08-28  Yann Colletfixed versionsTest
2016-08-28  Yann ColletCLI supports Legacy formats v0.4+
2016-08-28  Yann Colletbetter clean
2016-08-28  Yann Colletfixed continuation context
2016-08-28  Yann Colletremoved fileio specific legacy support;
2016-08-28  Yann Colletlegacy contexts can be re-used
2016-08-28  Yann Colletfirst version supporting legacy streams (transparent...
2016-08-27  Yann Colletupdate table
2016-08-26  Yann Colletupdate compression level table
2016-08-26  Yann Colletfixed some minor clang warnings
2016-08-26  Yann Colletmade -Wdocumentation a clang only flag
2016-08-25  Yann Colletfixed multiple minor warnings for XCode
2016-08-25  Yann Colletincreased maximum memory size for 64-bits bench to...
2016-08-25  Yann Colletremoved debug strings
2016-08-25  Yann Colletreinforced fix for huge files
2016-08-25  Yann Colletreinforced fix for huge files
2016-08-25  Yann Colletfixed welcome message
2016-08-25  Yann Colletfixed test on CentOS7
2016-08-25  Yann ColletMerge pull request #302 from inikep/Documentation
2016-08-25  inikepminor changes in zstd_compression_format.md 302/head
2016-08-25  Yann Colletremoved TRAVIS_OS_NAME
2016-08-25  inikepupdated zstd_compression_format.md
2016-08-25  Yann Colletfixed : compression bug on very large files
2016-08-25  Yann ColletMerge pull request #301 from inikep/Other
2016-08-25  inikepimproved zstd_compression_format.md
2016-08-25  inikepminor README.md corrections
2016-08-25  inikepcreated programs\README.md
2016-08-25  inikepimproved tests/README.md
2016-08-24  inikepupdated projects\README.md
2016-08-24  inikepMerge remote-tracking branch 'refs/remotes/Cyan4973... 301/head
2016-08-24  Yann Colletfixed wrong parameter issue
2016-08-24  inikepremove unnecessary comments
2016-08-24  inikepremoved ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
2016-08-24  inikepremoved ZSTD_LOG_PARSER
2016-08-24  inikepremoved stats in debug mode
next