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 2013/10/06 16:57:49 UTC

[04/22] git commit: Fixed indentation.

Fixed indentation.


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

Branch: refs/heads/5.0.x
Commit: 128c64579420f6fcb4a50e1f859674d33f28b4fb
Parents: eea1066
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Sep 24 13:37:29 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Sep 24 13:37:29 2013 -0600

----------------------------------------------------------------------
 CHANGES | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/128c6457/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 807545e..782a38a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,25 +6,27 @@ Changes with Apache Traffic Server 4.1.0
   *) TS-2232: log level should be change from Status to Debug.
     Author: Yu Qing <zh...@taobao.com>
 
-  *) [TS-2201] split drainIncomingChannel two thread, one handle Broadcast message and other handle Reliable(TCP)
-   request for supporing large cluster.
+  *) [TS-2201] split drainIncomingChannel two thread, one handle Broadcast
+   message and other handle Reliable(TCP) request for supporing large cluster.
 
   *) [TS-2144] Avoid race on e.g. "traffic_server -Cclear" which would crash
    the process intermittently.
 
-  *) [TS-2217] remove the option to turn off body factory - setting it to 0 will
-   result in empty responses
+  *) [TS-2217] remove the option to turn off body factory - setting it to 0
+   will result in empty responses.
 
-  *) [TS-2209] add support for lowercasing all substitutions in regex_remap
+  *) [TS-2209] add support for lowercasing all substitutions in regex_remap.
 
-  *) [TS-2187] failed assert `nr == sizeof(uint64_t)` in EventNotify::signal()
+  *) [TS-2187] failed assert `nr == sizeof(uint64_t)` in
+   EventNotify::signal().
 
   *) [TS-2206] The trafficserver RC script does not use absolute path to
    traffic_line binary.
 
   *) [TS-2207] CentOS5 out of tree perl module build fails.
 
-  *) [TS-1637] Fix nodes as idle/dead if we have not heard from them in awhile
+  *) [TS-1637] Fix nodes as idle/dead if we have not heard from them in
+   awhile.
 
   *) [TS-2185] Support to control ClusterCom::sendSharedData frequency.
 
@@ -41,7 +43,7 @@ Changes with Apache Traffic Server 4.1.0
    log files properly. Author: Scott Harris <sc...@harrisnet.id.au>.
 
   *) [TS-1086] Avoid edge case returning 304 to an unconditional request.
-     Diagnosis and patch by Mohamad Khateeb.
+   Diagnosis and patch by Mohamad Khateeb.
 
   *) [TS-2168] Make RecordsConfig.cc more inline with default builds.
 
@@ -58,12 +60,12 @@ Changes with Apache Traffic Server 4.1.0
 
   *) [TS-2156] Fix stats trap in different type of threads.
 
-  *) [TS-2160] Remove ats_is_ip_nonroutable and replace it with the less confusing
-   ats_is_ip_linklocal and ats_is_ip_private.
+  *) [TS-2160] Remove ats_is_ip_nonroutable and replace it with the less
+   confusing ats_is_ip_linklocal and ats_is_ip_private.
 
-  *) [TS-2158] Properly mark an IP as non-routable for IPv4 and IPv6 link local
-   addresses as well as IPv6 private addresses and IPv4 Carrier Grade NAT
-   addresses from RFC 6598.
+  *) [TS-2158] Properly mark an IP as non-routable for IPv4 and IPv6 link
+   local addresses as well as IPv6 private addresses and IPv4 Carrier Grade
+   NAT addresses from RFC 6598.
 
   *) [TS-2155] Make a new RAT exclude file that uses the regular expressions
    now supported. Also cleanup some of minor licensing discrepancies.