You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2012/05/28 07:15:23 UTC

[1/5] git commit: TS-1195: Support IPv6 addresses in URLs and Host fields.

Updated Branches:
  refs/heads/master 71b3a8440 -> 4413ae1f8


TS-1195: Support IPv6 addresses in URLs and Host fields.


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

Branch: refs/heads/master
Commit: 4413ae1f8d7b56a3d92cd19d878ecda53278d8b4
Parents: 71b3a84 b7e160d
Author: Alan M. Carroll <am...@network-geographics.com>
Authored: Mon May 28 00:11:44 2012 -0500
Committer: Alan M. Carroll <am...@network-geographics.com>
Committed: Mon May 28 00:11:44 2012 -0500

----------------------------------------------------------------------
 CHANGES                    |    2 +
 lib/ts/TsBuffer.h          |   87 +++++++++++--
 lib/tsconfig/TsValue.cc    |    6 +-
 lib/tsconfig/TsValue.h     |    6 +-
 lib/wccp/WccpConfig.cc     |    2 +-
 lib/wccp/WccpLocal.h       |    2 +-
 proxy/ControlBase.cc       |    2 +-
 proxy/hdrs/HTTP.cc         |   18 +--
 proxy/hdrs/HdrTest.cc      |   62 +++++++++
 proxy/hdrs/MIME.cc         |   56 ++++++++
 proxy/hdrs/MIME.h          |   11 ++
 proxy/hdrs/URL.cc          |  266 +++++++++++++++++----------------------
 proxy/http/HttpTransact.cc |   17 +--
 13 files changed, 342 insertions(+), 195 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4413ae1f/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index a16abdd,a16abdd..949bf4c
--- a/CHANGES
+++ b/CHANGES
@@@ -1,5 -1,5 +1,7 @@@
                                                           -*- coding: utf-8 -*-
  Changes with Apache Traffic Server 3.1.4
++  *) [TS-1195] Support the use of raw IPv6 address in URLs and Host fields.
++
    *) [TS-1275] Fix startup problem where /var is on a volatile disk.
     Author: Eric Connell.