You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/08/06 06:06:50 UTC

[14/14] trafficserver git commit: Merge branch 'master' into 6.0.x

Merge branch 'master' into 6.0.x

* master:
  TS-3822 clang-analyzer: Value stored to 'stream' during its initialization is never read
  TS-3824 Fix #include of pcre for a couple of plugins
  TS-3825 epic plugin does not compile on OmniOS
  TS-3824 Fix #include of pcre for a couple of plugins
  TS-3658 ASAN triggers when using the escalate.so plugin
  TS-3823 Fix tests for -lpthread since the previous commit breaks on FreeBSD
  TS-3823 Fix tests for -lpthread, and undo some of TS-3308. This retains the support for ASAN in a cleaner way
  TS-3823 ASAN makes us forget to add -ldl on the LIBS
  TS-3811 HTTP/2 window size must not exceed 2^31-1
  TS-3497: Define Http2Error to classify errors
  TS-3799: Fix handling of padding in DATA frames
  TS-3814 Treat requests with Connection header field as malformed, as per specs
  TS-3782: Add normal scenario tests for HTTP/2


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1c2ea99c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1c2ea99c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1c2ea99c

Branch: refs/heads/6.0.x
Commit: 1c2ea99cff9de7044226fee9c9f02b4273abae53
Parents: 252eb21 5597664
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Aug 5 21:27:19 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Aug 5 21:27:19 2015 -0600

----------------------------------------------------------------------
 ci/tsqa/requirements.txt               |   1 +
 ci/tsqa/tests/test_http2.py            |  98 +++++++++++
 cmd/traffic_crashlog/Makefile.am       |   2 +-
 cmd/traffic_layout/Makefile.am         |   2 +-
 cmd/traffic_manager/Makefile.am        |   2 +-
 configure.ac                           |  11 +-
 plugins/experimental/epic/epic.cc      |   5 +-
 plugins/experimental/geoip_acl/acl.h   |   5 +
 plugins/experimental/url_sig/url_sig.c |   1 +
 plugins/experimental/url_sig/url_sig.h |   1 -
 plugins/header_rewrite/regex_helper.h  |   6 +
 proxy/Makefile.am                      |   6 +-
 proxy/http/HttpSM.cc                   |  50 +++---
 proxy/http2/HTTP2.cc                   |  15 +-
 proxy/http2/HTTP2.h                    |  20 +++
 proxy/http2/Http2ConnectionState.cc    | 257 +++++++++++++++++-----------
 16 files changed, 330 insertions(+), 152 deletions(-)
----------------------------------------------------------------------