[trafficserver] branch master updated: Fix typo of SNI

2019-02-15 Thread masaori
This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
 new 37f3405  Fix typo of SNI
37f3405 is described below

commit 37f34050616a7a9400fd5bdb713257d2f0e8964a
Author: Masaori Koshiba 
AuthorDate: Fri Feb 15 15:29:17 2019 +0900

Fix typo of SNI
---
 configs/ssl_multicert.config.default  | 2 +-
 doc/admin-guide/files/ssl_multicert.config.en.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/ssl_multicert.config.default 
b/configs/ssl_multicert.config.default
index b3452d0..f4fab20 100644
--- a/configs/ssl_multicert.config.default
+++ b/configs/ssl_multicert.config.default
@@ -21,7 +21,7 @@
 # dest_ip=ADDRESS
 #   The IP (v4 or v6) address that the certificate should be presented
 #   on. This is now only used as a fallback in the case that the TLS
-#   SubjectNameIndication extension is not supported. If ADDRESS is
+#   ServerNameIndication extension is not supported. If ADDRESS is
 #   '*', the certificate will be used as the default fallback if no
 #   other match can be made.
 #
diff --git a/doc/admin-guide/files/ssl_multicert.config.en.rst 
b/doc/admin-guide/files/ssl_multicert.config.en.rst
index e8112a7..e79ae46 100644
--- a/doc/admin-guide/files/ssl_multicert.config.en.rst
+++ b/doc/admin-guide/files/ssl_multicert.config.en.rst
@@ -73,7 +73,7 @@ ssl_cert_name=FILENAME[,FILENAME ...]
 dest_ip=ADDRESS (optional)
   The IP (v4 or v6) address that the certificate should be presented
   on. This is now only used as a fallback in the case that the TLS
-  SubjectNameIndication extension is not supported. If *ADDRESS* is
+  ServerNameIndication extension is not supported. If *ADDRESS* is
   `*`, the corresponding certificate will be used as the global
   default fallback if no other match can be made. The address may
   contain a port specifier, in which case the corresponding certificate



[trafficserver] branch 7.1.x updated (14963f6 -> 739d8d7)

2019-02-15 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


from 14963f6  Manually brought in changes from #4797
 new 3811947  Manually merging changes from #4442
 new 4f0901e  Cached object's size can be used as content length for 304 
response
 new b9b7ff9  Fix TSHttpTxnEffectiveUrlStringGet to correctly set the port 
when it is non-standard.
 new 739d8d7  Avoid ats_malloc in unmarshal

The 9808 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 proxy/InkAPI.cc|  8 +---
 proxy/hdrs/HTTP.cc | 46 ++
 proxy/http/HttpTransact.cc | 16 
 .../headers/domain-blacklist-30x.test.py   |  3 ++
 .../gold_tests/pluginTest/url_sig/url_sig.test.py  |  3 ++
 5 files changed, 27 insertions(+), 49 deletions(-)



[trafficserver] branch 8.0.x updated (52329e7 -> 773bdce)

2019-02-15 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


 discard 52329e7  Revert "Add transform TSIOBuffer watermark APIs."
 discard e67cf3e  Updated Changelog
 discard e5fd268  Add transform TSIOBuffer watermark APIs.
 discard c7c5aba  Doc: centering images is not in view
 discard 9545984  Fix another ProxySession and NetVC shutdown race crash
 discard f4bbc89  Fix crash in Http2ClientSession::release_netvc
 new 882e54a  Fix crash in Http2ClientSession::release_netvc
 new ed8f1e5  Fix another ProxySession and NetVC shutdown race crash
 new e315226  Updated ChangeLog
 new 773bdce  Doc: centering images is not in view

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (52329e7)
\
 N -- N -- N   refs/heads/8.0.x (773bdce)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 11190 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG-8.0.3 | 1 -
 1 file changed, 1 deletion(-)



[trafficserver] branch 8.0.x updated: Revert "Add transform TSIOBuffer watermark APIs."

2019-02-15 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
 new 52329e7  Revert "Add transform TSIOBuffer watermark APIs."
52329e7 is described below

commit 52329e72d814b3f1e09fa5ec4cf1966c9183c6ee
Author: Bryan Call 
AuthorDate: Fri Feb 15 10:31:59 2019 -0800

Revert "Add transform TSIOBuffer watermark APIs."

This reverts commit e5fd268c754d2e88c59a28b55feea6177693be85.
---
 doc/admin-guide/plugins/lua.en.rst | 24 -
 plugins/lua/ts_lua_common.h|  1 -
 plugins/lua/ts_lua_http.c  | 43 --
 plugins/lua/ts_lua_transform.c |  9 +---
 4 files changed, 1 insertion(+), 76 deletions(-)

diff --git a/doc/admin-guide/plugins/lua.en.rst 
b/doc/admin-guide/plugins/lua.en.rst
index 584d44f..e820254 100644
--- a/doc/admin-guide/plugins/lua.en.rst
+++ b/doc/admin-guide/plugins/lua.en.rst
@@ -2236,30 +2236,6 @@ Here is an example:
 
 `TOP <#ts-lua-plugin>`_
 
-ts.http.resp_transform.get_upstream_watermark_bytes

-**syntax:** *ts.http.resp_transform.get_upstream_watermark_bytes()*
-
-**context:** transform handler
-
-**description**: This function can be used to retrive the current watermark 
bytes for the upstream transform buffer.
-
-
-`TOP <#ts-lua-plugin>`_
-
-ts.http.resp_transform.set_upstream_watermark_bytes

-**syntax:** *ts.http.resp_transform.set_upstream_watermark_bytes(NUMBER)*
-
-**context:** transform handler
-
-**description**: This function can be used to set the watermark bytes of the 
upstream transform buffer. 
-
-Setting the watermark bytes above 32kb may improve the performance of the 
transform handler.
-
-
-`TOP <#ts-lua-plugin>`_
-
 ts.http.resp_transform.set_downstream_bytes
 ---
 **syntax:** *ts.http.resp_transform.set_downstream_bytes(NUMBER)*
diff --git a/plugins/lua/ts_lua_common.h b/plugins/lua/ts_lua_common.h
index dba8b7d..b98e42f 100644
--- a/plugins/lua/ts_lua_common.h
+++ b/plugins/lua/ts_lua_common.h
@@ -144,7 +144,6 @@ typedef struct {
 
   ts_lua_http_ctx *hctx;
   int64_t upstream_bytes;
-  int64_t upstream_watermark_bytes;
   int64_t downstream_bytes;
   int64_t total;
 
diff --git a/plugins/lua/ts_lua_http.c b/plugins/lua/ts_lua_http.c
index b10fefb..e840861 100644
--- a/plugins/lua/ts_lua_http.c
+++ b/plugins/lua/ts_lua_http.c
@@ -105,8 +105,6 @@ static void ts_lua_inject_server_state_variables(lua_State 
*L);
 
 static void ts_lua_inject_http_resp_transform_api(lua_State *L);
 static int ts_lua_http_resp_transform_get_upstream_bytes(lua_State *L);
-static int ts_lua_http_resp_transform_get_upstream_watermark_bytes(lua_State 
*L);
-static int ts_lua_http_resp_transform_set_upstream_watermark_bytes(lua_State 
*L);
 static int ts_lua_http_resp_transform_set_downstream_bytes(lua_State *L);
 
 void
@@ -196,12 +194,6 @@ ts_lua_inject_http_resp_transform_api(lua_State *L)
   lua_pushcfunction(L, ts_lua_http_resp_transform_get_upstream_bytes);
   lua_setfield(L, -2, "get_upstream_bytes");
 
-  lua_pushcfunction(L, 
ts_lua_http_resp_transform_get_upstream_watermark_bytes);
-  lua_setfield(L, -2, "get_upstream_watermark_bytes");
-
-  lua_pushcfunction(L, 
ts_lua_http_resp_transform_set_upstream_watermark_bytes);
-  lua_setfield(L, -2, "set_upstream_watermark_bytes");
-
   lua_pushcfunction(L, ts_lua_http_resp_transform_set_downstream_bytes);
   lua_setfield(L, -2, "set_downstream_bytes");
 }
@@ -893,41 +885,6 @@ ts_lua_http_resp_transform_get_upstream_bytes(lua_State *L)
 }
 
 static int
-ts_lua_http_resp_transform_get_upstream_watermark_bytes(lua_State *L)
-{
-  ts_lua_http_transform_ctx *transform_ctx;
-
-  transform_ctx = ts_lua_get_http_transform_ctx(L);
-  if (transform_ctx == NULL) {
-TSError("[ts_lua] missing transform_ctx");
-return 0;
-  }
-
-  lua_pushnumber(L, transform_ctx->upstream_watermark_bytes);
-
-  return 1;
-}
-
-static int
-ts_lua_http_resp_transform_set_upstream_watermark_bytes(lua_State *L)
-{
-  int64_t n;
-  ts_lua_http_transform_ctx *transform_ctx;
-
-  transform_ctx = ts_lua_get_http_transform_ctx(L);
-  if (transform_ctx == NULL) {
-TSError("[ts_lua] missing transform_ctx");
-return 0;
-  }
-
-  n = luaL_checkinteger(L, 1);
-
-  transform_ctx->upstream_watermark_bytes = n;
-
-  return 0;
-}
-
-static int
 ts_lua_http_resp_transform_set_downstream_bytes(lua_State *L)
 {
   int64_t n;
diff --git a/plugins/lua/ts_lua_transform.c b/plugins/lua/ts_lua_transform.c
index 56c27fc..e66a3b0 100644
--- a/plugins/lua/ts_lua_transform.c
+++ b/plugins/lua/ts_lua_transform.c
@@ -66,7 +66,7 @@ ts_lua_transform_handler(TSCont contp, 
ts_lua_http_transform_ctx *transform_ctx,
   TSVIO input_vio;
   TSIOBufferReader input_reader;
   TSIOBufferBlo

[trafficserver] branch 8.0.x updated: Updated Changelog

2019-02-15 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
 new e67cf3e  Updated Changelog
e67cf3e is described below

commit e67cf3efc6f84f3968b6b3a76e422e8aebcacefc
Author: Bryan Call 
AuthorDate: Fri Feb 15 10:29:48 2019 -0800

Updated Changelog
---
 CHANGELOG-8.0.3 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG-8.0.3 b/CHANGELOG-8.0.3
index 6dea6bc..3beed90 100644
--- a/CHANGELOG-8.0.3
+++ b/CHANGELOG-8.0.3
@@ -1,5 +1,7 @@
 Changes with Apache Traffic Server 8.0.3
   #3008 - Fix an failed assertion in HttpSM::parse_range_and_compare
+  #4147 - Fix crash in Http2ClientSession::release_netvc
+  #4178 - Fix another ProxySession and NetVC shutdown race crash
   #4189 - Plugins: Cleanup up dependencies on core headers - background_fetch
   #4279 - Ensure NOFILES ulimit is set high
   #4297 - Don't update records.config when other configs are reloaded
@@ -62,3 +64,4 @@ Changes with Apache Traffic Server 8.0.3
   #4946 - Corrects description for proxy.config.http.origin_max_connections
   #4949 - Split current active client connections stats into HTTP/1.1 and 
HTTP/2
   #4968 - Fix client connections of traffic_top
+  #4992 - Doc: centering images is not in view



[trafficserver] branch 8.0.x updated (82fcc3c -> e5fd268)

2019-02-15 Thread bcall
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


from 82fcc3c  Updated ChangeLog
 new f4bbc89  Fix crash in Http2ClientSession::release_netvc
 new 9545984  Fix another ProxySession and NetVC shutdown race crash
 new c7c5aba  Doc: centering images is not in view
 new e5fd268  Add transform TSIOBuffer watermark APIs.

The 11190 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/admin-guide/layer-4-routing.en.rst |  4 +-
 .../monitoring/third-party/circonus.en.rst | 10 ++---
 doc/admin-guide/plugins/lua.en.rst | 24 
 .../cache-architecture/architecture.en.rst |  9 +++--
 doc/developer-guide/core-architecture/rpc.en.rst   |  4 +-
 .../plugins/example-plugins/tls_bridge.en.rst  |  4 +-
 doc/static/override.css|  5 +++
 plugins/lua/ts_lua_common.h|  1 +
 plugins/lua/ts_lua_http.c  | 43 ++
 plugins/lua/ts_lua_transform.c |  9 -
 proxy/ProxyClientSession.cc|  5 ---
 proxy/ProxyClientSession.h |  1 -
 proxy/http/Http1ClientSession.cc   |  5 +++
 proxy/http/Http1ClientSession.h| 13 ---
 proxy/http2/Http2ClientSession.cc  |  2 -
 proxy/http2/Http2ClientSession.h   | 11 --
 16 files changed, 102 insertions(+), 48 deletions(-)



[trafficserver] branch master created (now a37f0d9)

2019-02-15 Thread mlibbey
This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at a37f0d9  XXxClean up ua_entry when client_vc is closed

No new revisions were added by this update.



[trafficserver] branch quic-13 created (now 0095388)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch quic-13
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at 0095388  Add const qualifier to _hs_protocol

No new revisions were added by this update.



[trafficserver] branch quic-15 created (now 447c7f6)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch quic-15
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at 447c7f6  Merge branch 'master' into quic-latest

No new revisions were added by this update.



[trafficserver] branch quic-12 created (now 38104e9)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch quic-12
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at 38104e9  Merge branch 'asf/master' into quic-latest

No new revisions were added by this update.



[trafficserver] branch 3.0.x created (now 325610e)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at 325610e  TS-1459: Backport regex_remap

This branch includes the following new commits:

 new d6c8b7f  trunk dir for Traffic Server
 new e5628fa  placeholder file
 new 315793d  Testing commit from svn:externals
 new cda6bbc  Moving 'trunk', 'branches', and 'tags' into 'traffic'.
 new 8860540  this is a test
 new a165134  Initial commit.
 new 74347bf  Ignore build files.
 new 14ba3e2  TS-4 Changed fprintf() to fputs() for a string literal 
Applied the patch submitted by Stephane Belmon
 new bcd93f8  TS-4 Didn't swap the arguments for fputs(), tested and works 
now
 new e8ecbb2  TS-10 fix the chunking decision for the serve from cache 
after revalidation and read-while-write cases
 new 4be72ec  TS-12 Fixes for buffer overrun. Also had to add a "fix" to 
get the fgets() to compile on Ubuntu.
 new 222d485  TS-5 Avoid warnings on unused return values. This still uses 
a few cases of NOWARN_UNUSED_RETURN(), but we try to actuallye examine the 
return values when useful.
 new a9adec3  TS-5 More fixes for Ubuntu port.
 new e4dba13  TS-3 fix for finding TCL library
 new 188146c  TS-19 Add -pipe to gcc.
 new dcff135  TS-13 problem where we hard coded -ltcl instead of using 
$(LIBTCL)
 new 0ebf560  TS-26 include .gitignore
 new 5a26d74  TS-24 More Ubuntu portability issues, this time fwrite().
 new bd1e9ef  TS-13 64bit support for x86_64 linux - tested on RHEL[4-5] 
32-bit and FC11 32bit and 64bit with and without -m32 - patch sumbitted by John 
Plevyak - minor patches by Bryan Call, Leif Hedstrom, and Mladen Turk
 new 93c208a  TS-13 problem with AS_CASE not supported in autoconf 2.59 on 
RHEL4 using the expanded marco in its place
 new c34148d  TS-37 Fix help messages for debug tags
 new d507d37  TS-40 Reinstate "caun" log field.
 new f75a4a6  TS-38 Patch from John Plevyak, fixes some warnings on Ubuntu 
8.04 x86_64 with gcc 4.2.4
 new 43b94d9  TS-2: only redefine errnos if they are not set.
 new 2263f2e  TS-2: Work on making configure.ac usable. * configure.ac: 
Don't error out if we can't find that ancient db185 symbol. * configure.ac: 
Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to 
detect if a header is available, rather than looking for specific operating 
systems.
 new d130184  TS-2: Use gettimeofday() if clock_gettime is not available.
 new 2c97c71  TS-2: Use db.h if db_185.h is not available.
 new d7263ea  TS-2: Use APR's network detection macros to determine which 
variant of gethostbyname_r is actually being used.
 new a324bec  TS-2: Improve check for execinfo.h, it can sometimes be 
available on osx/freebsd.
 new 18e2277  Remove unneeded include, SimpleDBM.h handles this.
 new b6c2084  TS-2: Fix GCC error: "/*" within comment
 new 2271afd  TS-2: Only define MAX if it is not defined elsewhere
 new 11bb295  Add APR Network macros
 new 28213c3  TS-2: Prevent double include of db header
 new 6d10cce  TS-2: Fix compiler error by casting pthread_t to a long 
instead of an int. error: cast from '_opaque_pthread_t*' to 'unsigned int' 
loses precision
 new cdb20c7  TS-2: ifdef out linux specific bits of getting a backtrace 
and restoring the signal frame. (should come back to this later) (cherry picked 
from commit 2c31f7e41ab42c0bf9b24070ad2fda71d1006d05)
 new d06cc55  TS-2: Add conditional defines for parameters to madvise. 
(cherry picked from commit fe7a5bf94df4165386e147ff5ad8f1186a3bcbdd)
 new 8a81161  TS-2: Use correct string format for longs (cherry picked from 
commit 52ac4736d474583d9899780549d4ed23bde8751b)
 new ca2bf60  TS-2: Check for netdb.h before checking for the 
gethostbyname_r style. (fixes linux build)
 new dcbb222  TS-2: Work on making configure.ac usable. * configure.ac: 
Don't error out if we can't find that ancient db185 symbol. * configure.ac: 
Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to 
detect if a header is available, rather than looking for specific operating 
systems.
 new 87c1164  TS-2: Use db.h if db_185.h is not available.
 new 9ea83bc  TS-2: Use APR's network detection macros to determine which 
variant of gethostbyname_r is actually being used.
 new beff3ff  TS-2: Improve check for execinfo.h, it can sometimes be 
available on osx/freebsd.
 new ed17739  TS-2: Detect KQueue availability, and start using it in 
places instead of epoll
 new 51076c6  TS-2: use portable detection of regex header
 new 069eb7a  TS-2: senum is defined on OSX. fix this check
 new 8adb6a8  TS-2: remove no rvalue new on HPUX
 new 7dbac7c  TS-2: TCP_DEFER_ACCEPT is linux specific.
 new 4c7fcb4  TS-2: Add KQueue polling port, based upon parts of the 
Solaris patch.
  

[trafficserver] branch 2.0.x created (now 640c4f7)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch 2.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at 640c4f7  Added v2.0.1 to the release history.

This branch includes the following new commits:

 new d6c8b7f  trunk dir for Traffic Server
 new e5628fa  placeholder file
 new 315793d  Testing commit from svn:externals
 new cda6bbc  Moving 'trunk', 'branches', and 'tags' into 'traffic'.
 new 8860540  this is a test
 new a165134  Initial commit.
 new 74347bf  Ignore build files.
 new 14ba3e2  TS-4 Changed fprintf() to fputs() for a string literal 
Applied the patch submitted by Stephane Belmon
 new bcd93f8  TS-4 Didn't swap the arguments for fputs(), tested and works 
now
 new e8ecbb2  TS-10 fix the chunking decision for the serve from cache 
after revalidation and read-while-write cases
 new 4be72ec  TS-12 Fixes for buffer overrun. Also had to add a "fix" to 
get the fgets() to compile on Ubuntu.
 new 222d485  TS-5 Avoid warnings on unused return values. This still uses 
a few cases of NOWARN_UNUSED_RETURN(), but we try to actuallye examine the 
return values when useful.
 new a9adec3  TS-5 More fixes for Ubuntu port.
 new e4dba13  TS-3 fix for finding TCL library
 new 188146c  TS-19 Add -pipe to gcc.
 new dcff135  TS-13 problem where we hard coded -ltcl instead of using 
$(LIBTCL)
 new 0ebf560  TS-26 include .gitignore
 new 5a26d74  TS-24 More Ubuntu portability issues, this time fwrite().
 new bd1e9ef  TS-13 64bit support for x86_64 linux - tested on RHEL[4-5] 
32-bit and FC11 32bit and 64bit with and without -m32 - patch sumbitted by John 
Plevyak - minor patches by Bryan Call, Leif Hedstrom, and Mladen Turk
 new 93c208a  TS-13 problem with AS_CASE not supported in autoconf 2.59 on 
RHEL4 using the expanded marco in its place
 new c34148d  TS-37 Fix help messages for debug tags
 new d507d37  TS-40 Reinstate "caun" log field.
 new f75a4a6  TS-38 Patch from John Plevyak, fixes some warnings on Ubuntu 
8.04 x86_64 with gcc 4.2.4
 new 43b94d9  TS-2: only redefine errnos if they are not set.
 new 2263f2e  TS-2: Work on making configure.ac usable. * configure.ac: 
Don't error out if we can't find that ancient db185 symbol. * configure.ac: 
Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to 
detect if a header is available, rather than looking for specific operating 
systems.
 new d130184  TS-2: Use gettimeofday() if clock_gettime is not available.
 new 2c97c71  TS-2: Use db.h if db_185.h is not available.
 new d7263ea  TS-2: Use APR's network detection macros to determine which 
variant of gethostbyname_r is actually being used.
 new a324bec  TS-2: Improve check for execinfo.h, it can sometimes be 
available on osx/freebsd.
 new 18e2277  Remove unneeded include, SimpleDBM.h handles this.
 new b6c2084  TS-2: Fix GCC error: "/*" within comment
 new 2271afd  TS-2: Only define MAX if it is not defined elsewhere
 new 11bb295  Add APR Network macros
 new 28213c3  TS-2: Prevent double include of db header
 new 6d10cce  TS-2: Fix compiler error by casting pthread_t to a long 
instead of an int. error: cast from '_opaque_pthread_t*' to 'unsigned int' 
loses precision
 new cdb20c7  TS-2: ifdef out linux specific bits of getting a backtrace 
and restoring the signal frame. (should come back to this later) (cherry picked 
from commit 2c31f7e41ab42c0bf9b24070ad2fda71d1006d05)
 new d06cc55  TS-2: Add conditional defines for parameters to madvise. 
(cherry picked from commit fe7a5bf94df4165386e147ff5ad8f1186a3bcbdd)
 new 8a81161  TS-2: Use correct string format for longs (cherry picked from 
commit 52ac4736d474583d9899780549d4ed23bde8751b)
 new ca2bf60  TS-2: Check for netdb.h before checking for the 
gethostbyname_r style. (fixes linux build)
 new dcbb222  TS-2: Work on making configure.ac usable. * configure.ac: 
Don't error out if we can't find that ancient db185 symbol. * configure.ac: 
Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to 
detect if a header is available, rather than looking for specific operating 
systems.
 new 87c1164  TS-2: Use db.h if db_185.h is not available.
 new 9ea83bc  TS-2: Use APR's network detection macros to determine which 
variant of gethostbyname_r is actually being used.
 new beff3ff  TS-2: Improve check for execinfo.h, it can sometimes be 
available on osx/freebsd.
 new ed17739  TS-2: Detect KQueue availability, and start using it in 
places instead of epoll
 new 51076c6  TS-2: use portable detection of regex header
 new 069eb7a  TS-2: senum is defined on OSX. fix this check
 new 8adb6a8  TS-2: remove no rvalue new on HPUX
 new 7dbac7c  TS-2: TCP_DEFER_ACCEPT is linux specific.
 new 4c7fcb4  TS-2: Add KQueue polling port, based upon parts of the 
Solaris pa

[trafficserver] branch 8.0.x updated (12b3103 -> 82fcc3c)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


from 12b3103  Updated ChangeLog
 new 943107b  Fix for when multiplexer gets a 0 byte read event
 new 6b17598  no point in calling decode a second time if available is 
already 0
 new bbf2a86  cachekey: handle empty regex group captures
 new 936634e  make sure "traffic_ctl config reload" only reloads configs 
that changed
 new 28453ce  Update the header_rewrite doc for clarification on 
CLIENT-URL:HOST
 new 98a2cc7  fixing spelled enumeration
 new bebe064  Makefile to make Fedora and Centos docker images
 new 7a0cb1f  Removes references to STAT_PROCESSOR
 new cd89337  Follows 308 Permanent Redirect
 new 8200218  Removed checking the return value for TSContCall()
 new 9fc354c  Fixed Spelling.
 new 842cddf  fix typo
 new 88dd197  Plugin, makefile, readme and schema
 new 0e81741  Clear up evnets and timers for a H2 stream before destroying 
its mutex
 new 0a2b96d  Completes & deduplicates code comment for redirect
 new 3676e83  cachekey: capture cache key elements from headers
 new e845b3b  Revert "Add TLSv1.3 cipher suites for OpenSSL-1.1.1"
 new 937559d  Log Collation - Memory leak when more than one active host 
defined.
 new bc0cf93  Add configs for TLSv1.3 ciphersuites
 new 6c1af1e  fix for cpp api Transaction::redirectTo
 new 23c1dbb  Handly tool to decode via header
 new 03a4728  Updated Changelog
 new aadaef5  Enables proxy.config.http.negative_revalidating_enabled by 
default
 new 0a54f31  Make negative caching accept configured error status codes
 new 7da4d94  Updated docs to reflect default configuration change with 
proxy.config.http.negative_revalidating_enabled
 new a692053  PROXY Protocol transformed to Forwarded HTTP heder.
 new 7ae24e3  Updated Changelog
 new 266aebf  Log Collation - Memory leak when all hosts are down.
 new a259ce3  Ran clang-format
 new 8984778  Update to changelog generation tool to not require milestone 
to be closed
 new 7e496f6  Updated Changelog
 new 645f048  Remove unneeded aio header file
 new 2b3ba1d  Updated Changelog
 new 0b703a4  PR #3724: Backport to ATS 8. Cherry-pick from 
079a40277a450ead4eecb4f5cf00a448ac7db025
 new a9ae8ad  Corrects IPv4 multicast ip address check
 new 35b5c94  Fix inconsistent links in docs.
 new 9305278  Disable the HttpSM half open logic if the underlying 
transport is TLS
 new aaa9d0c  Fixed error getting h2 HEADERS frame after stream is closed
 new ad43863  Fix link error on macOS
 new 5f0ab22  Updated Changelog
 new 44be529  Adds redirect actions settings, returns by default
 new d498db2  heap use after free
 new cb2b6ff  Clarifies code comment for DL_Emergency
 new 7f2ea3f  Updated Changelog
 new eeea4a9  header_rewrite: Removes deprecated %{CLIENT-IP} condition
 new 1552714  Corrects path in multiple documents
 new fb19938  Runroot: Fix a issue caused by restructured headers
 new 667ef7c  Follow up for #3724 - fix out of tree builds.
 new 9d550c6  Updated Changelog
 new 88e49a1  Location of autogenerated headers changed
 new 99d2240  Removes the deprecated plugin coallapsed_connection
 new ad9bb3a  Adds 308 origin response stat metric
 new b0e1ba1  PR-3724: Fix additional linkage issues.
 new 71f2a26  Updated Changelog
 new de55496  Adding missing image file for Proxy Protocol documentation.
 new b5c165d  Updated Changelog
 new bb0670d  Revert "Adds redirect actions settings, returns by default"
 new fdbe478  Updated Changelog
 new e001316  Use the default log rotation enabled value and remove old 
comments in logging.yaml and link to docs
 new 9fb32a0  Updated the rpm spec file to have the correct files and fixed 
permissions
 new b310e35  Updated Changelog
 new 58442ff  ran clang-format
 new 754a254  client_bytes should be initialized as 0, it is exclusevely 
used by get_info_from_buffer to count the number of copied bytes and set the 
last byte to 0
 new 165fc86  Add a search path for Tcl
 new 1f2ecbc  s3_auth_v4: update default region map
 new b49b251  Update the include dir paths for new layout
 new 126ceb1  Fixes spelling in spec summary
 new 101c317  Fix build for kfreebsd architecture on Debian. Should 
preserve build for freebsd
 new c0e32c6  Fix build for arm on Debian
 new 518ea6d  Fix build for mips64el architecture on Debian
 new 8de5539  Run automake and autoconf everytime on a docs build
 new ced3295  Documentation for traffic dump
 new 2366461  Removed spaces and tabs at the end of lines
 new f7b6fa6  Test: Convert test_List.cc to Catch
 new 1cff26b  Test: Convert test_arena.cc to Catch
 new 27cedcf  Test: Convert test_Vec.cc to Catch
 n

[trafficserver] branch 8.0.x created (now 12b3103)

2019-02-15 Thread oknet
This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


  at 12b3103  Updated ChangeLog

No new revisions were added by this update.