]> git.ipfire.org Git - thirdparty/zstd.git/commit
Merge remote-tracking branch 'upstream/dev' into dev
authorNick Terrell <terrelln@fb.com>
Thu, 22 Sep 2016 00:47:25 +0000 (17:47 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 22 Sep 2016 00:47:25 +0000 (17:47 -0700)
commitc3b8f2b7157c2e50380a4bb1776c5ed2d7ae83ab
treedb36c192d53da10efaafe9ca0c37a2f70a7c604a
parent0a5910b23b1be3a6ad4e80903875c747fc7ab56a
parent97b378a6f8a0114294d3f6a108a3f7c5552923ae
Merge remote-tracking branch 'upstream/dev' into dev

* upstream/dev:
  Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize.
  cli : better adaptation to small files
  fixed : cli : forgotten mandatory argument
  Implemented "command must be followed by argument" protection suggested by @terrelln (#375)
  minor refactor for clarity
  minor build comment
  gmake necessary on *BSD systems.
  added error check
  added error checking
  fixed cmake test
  completed change from projects to build
  changed projects to build
  bumped version number
  streaming compression example can handle situations where input buffer size is manually set to a small value.
  added comments on buffer sizes guarantees