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/05/20 21:38:13 UTC

[1/3] trafficserver git commit: TS-3616 Eliminate BUILD_HAVE_LIBCXX

Repository: trafficserver
Updated Branches:
  refs/heads/master f30ca348b -> 88056df2a


TS-3616 Eliminate BUILD_HAVE_LIBCXX


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

Branch: refs/heads/master
Commit: f1557e6611d03dc6720b46dd40382c59099b5907
Parents: f30ca34
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon May 18 14:28:58 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 20 13:35:13 2015 -0600

----------------------------------------------------------------------
 configure.ac                                 | 5 -----
 plugins/experimental/mysql_remap/Makefile.am | 5 -----
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f1557e66/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e7094c3..a41fcf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -801,8 +801,6 @@ AS_IF([test "x${has_optimizer_flags}" = "xno"],
         ]
 )
 
-AM_CONDITIONAL([BUILD_HAVE_LIBCXX], [ false ])
-
 case $host_os_def in
   linux)
     AS_IF([test "x$ax_cv_c_compiler_vendor" = "xintel"], [
@@ -861,9 +859,6 @@ case $host_os_def in
       AC_MSG_WARN([clang is the only supported compiler on Darwin])
     ])
 
-    # Darwin needs to use libc++ for any C++11 code.
-    AM_CONDITIONAL([BUILD_HAVE_LIBCXX], [ true ])
-
     # NOTE: This seems semi-kludgy, but useful for MacPorts I think.
     AS_IF([test -d /opt/local/include], [
       TS_ADDTO(CPPFLAGS, [-I/opt/local/include])

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f1557e66/plugins/experimental/mysql_remap/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/experimental/mysql_remap/Makefile.am b/plugins/experimental/mysql_remap/Makefile.am
index 4d90cdf..ea3b62e 100644
--- a/plugins/experimental/mysql_remap/Makefile.am
+++ b/plugins/experimental/mysql_remap/Makefile.am
@@ -22,11 +22,6 @@ noinst_LTLIBRARIES = libmysql_remap.la
 AM_CPPFLAGS += \
   -I$(srcdir)/lib
 
-if BUILD_HAVE_LIBCXX
-AM_CXXFLAGS += -stdlib=libc++
-endif
-
-
 mysql_remap_la_SOURCES = mysql_remap.cc
 
 libmysql_remap_la_SOURCES = \


[3/3] trafficserver git commit: Fix indentations.

Posted by zw...@apache.org.
Fix indentations.


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

Branch: refs/heads/master
Commit: 88056df2a31a3aaf1d63acf5f5e24a51d5a8c1ae
Parents: 11d72aa
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 20 13:37:58 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 20 13:37:58 2015 -0600

----------------------------------------------------------------------
 CHANGES | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/88056df2/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 6b51e52..1fd1ee1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,9 +3,10 @@ Changes with Apache Traffic Server 6.0.0
   
   *) [TS-3616] Eliminate BUILD_HAVE_LIBCXX.
 
-  *) [TS-3622]: Add a bound to read_while_writer retries with a config setting
+  *) [TS-3622] Add a bound to read_while_writer retries with a config
+   setting.
 
-  *) [TS-3618] Crashes in traffic_cop on shutdown / restart
+  *) [TS-3618] Crashes in traffic_cop on shutdown / restart.
 
   *) [TS-3617] cache_promote leaks the URL string.
 
@@ -55,13 +56,13 @@ Changes with Apache Traffic Server 6.0.0
 
   *) [TS-3592] Set cacheurl default config location to config directory.
 
-  *) [TS-3590]: Mark H2 fetch streams as non-internal requests.
+  *) [TS-3590] Mark H2 fetch streams as non-internal requests.
 
   *) [TS-3370] header_rewrite plugin uses dead continuation.
 
-  *) [TS-3588]: Fix continuation leak in background_fetch in remap mode.
+  *) [TS-3588] Fix continuation leak in background_fetch in remap mode.
 
-  *) [TS-3029]: Fix spdy related seg fault in production, due to resetting
+  *) [TS-3029] Fix spdy related seg fault in production, due to resetting
    req->fetch_sm to null.
 
   *) [TS-2513] Missing SOCKS documentation.
@@ -123,9 +124,10 @@ Changes with Apache Traffic Server 6.0.0
 
   *) [TS-3548] Fix psiginfo usage on Illumos.
 
-  *) [TS-3529] Add config option to allow ATS to start even if certificate files are bad.
+  *) [TS-3529] Add config option to allow ATS to start even if certificate
+   files are bad.
 
-  *) [TS-3523]: Proxy urls with no matching remap rules, when remap_required
+  *) [TS-3523] Proxy urls with no matching remap rules, when remap_required
    is disabled, regardless of reverse_proxy_enabled setting.
 
   *) [TS-3522] Segfault due to inactivity_cop.
@@ -167,10 +169,10 @@ Changes with Apache Traffic Server 6.0.0
   *) [TS-3503] Add ua_first_read to milestones to track when the first byte
    was read from the client.
 
-  *) [TS-3450]: rename header_rewrite condition INTERNAL-TRANSACTION as
+  *) [TS-3450] rename header_rewrite condition INTERNAL-TRANSACTION as
    INTERNAL-TXN in-line with the changes in [TS-3449].
 
-  *) [TS-3449]: Deprecate TSHttpIsInternalRequest and TSHttpIsInternalSession
+  *) [TS-3449] Deprecate TSHttpIsInternalRequest and TSHttpIsInternalSession
    and replace them with TSHttpTxnIsInternal, TSHttpSsnIsInternal
    respectively.
 
@@ -204,7 +206,8 @@ Changes with Apache Traffic Server 5.3.0
 
   *) [TS-3468] Make command 'check' work usefully.
 
-  *) [TS-2709] ATS does not send close-notify on shutdown. Confuses some clients.
+  *) [TS-2709] ATS does not send close-notify on shutdown. Confuses some
+   clients.
 
   *) [TS-3467] Cleanup tmp files created from traffic_via tests.
 
@@ -224,7 +227,8 @@ Changes with Apache Traffic Server 5.3.0
 
   *) [TS-3342] Non-standard method in bad request can cause crash.
 
-  *) [TS-3331] negative responses cached even when headers indicate otherwise.
+  *) [TS-3331] negative responses cached even when headers indicate
+   otherwise.
 
   *) [TS-3417] Add MADV_DONTDUMP capability.
 
@@ -244,7 +248,8 @@ Changes with Apache Traffic Server 5.3.0
 
   *) [TS-3424] SSL Failed: decryption failed or bad record mac.
 
-  *) [TS-3425] include conditional headers in origin request, on no cache store
+  *) [TS-3425] Include conditional headers in origin request, on no cache
+   store.
 
   *) [TS-2515] Add statistics for stripe wrap and cache sync.
 
@@ -398,8 +403,8 @@ Changes with Apache Traffic Server 5.3.0
 
   *) [TS-3316] Fix the build for 32 bit architectures.
 
-  *) [TS-3100] Extend tr-pass to allow malformed HTTP GET requested to be blind
-   tunneled.
+  *) [TS-3100] Extend tr-pass to allow malformed HTTP GET requested to be
+   blind tunneled.
 
   *) [TS-3140] Traffic Server asserts during response redirect.
 
@@ -484,7 +489,7 @@ Changes with Apache Traffic Server 5.3.0
      Author: Cynthia Gu <cz...@linkedin.com>
 
   *) [TS-1570] Remap doesn't reject request with extract characters after port
-     in Host header. Author: Cynthia Gu <cz...@linkedin.com>
+   in Host header. Author: Cynthia Gu <cz...@linkedin.com>
 
 Changes with Apache Traffic Server 5.2.0
 


[2/3] trafficserver git commit: Added TS-3616

Posted by zw...@apache.org.
Added TS-3616


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

Branch: refs/heads/master
Commit: 11d72aad02a85fc277ef35b0131f3c327d33d3b1
Parents: f1557e6
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 20 13:35:44 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 20 13:35:44 2015 -0600

----------------------------------------------------------------------
 CHANGES | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/11d72aad/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index c1909ff..6b51e52 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
   
+  *) [TS-3616] Eliminate BUILD_HAVE_LIBCXX.
+
   *) [TS-3622]: Add a bound to read_while_writer retries with a config setting
 
   *) [TS-3618] Crashes in traffic_cop on shutdown / restart