You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/08/15 07:36:52 UTC

[trafficserver] branch quic-latest updated (df6c99e -> 3935683)

This is an automated email from the ASF dual-hosted git repository.

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


    from df6c99e  Add one more TS_USE_QUIC check
     new af87435  Add AL header
     new 3935683  clang-format

The 2 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:
 iocore/net/quic/Mock.h                     | 23 +++++++++++++++++++++++
 iocore/net/quic/QUICStreamState.cc         | 23 +++++++++++++++++++++++
 iocore/net/quic/QUICTransportParameters.cc | 23 +++++++++++++++++++++++
 lib/records/I_RecHttp.h                    |  2 +-
 lib/ts/Vec.h                               |  4 ++--
 5 files changed, 72 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/02: Add AL header

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit af8743532fc8f4429caffd75e8e887f1785f7e54
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue Aug 15 16:34:55 2017 +0900

    Add AL header
---
 iocore/net/quic/Mock.h                     | 23 +++++++++++++++++++++++
 iocore/net/quic/QUICStreamState.cc         | 23 +++++++++++++++++++++++
 iocore/net/quic/QUICTransportParameters.cc | 23 +++++++++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/iocore/net/quic/Mock.h b/iocore/net/quic/Mock.h
index 462df2b..6aab611 100644
--- a/iocore/net/quic/Mock.h
+++ b/iocore/net/quic/Mock.h
@@ -1,3 +1,26 @@
+/** @file
+ *
+ *  A brief file description
+ *
+ *  @section license License
+ *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 #include "QUICStreamManager.h"
 #include "QUICFlowController.h"
 #include "QUICCongestionController.h"
diff --git a/iocore/net/quic/QUICStreamState.cc b/iocore/net/quic/QUICStreamState.cc
index dfe9f4d..eb43130 100644
--- a/iocore/net/quic/QUICStreamState.cc
+++ b/iocore/net/quic/QUICStreamState.cc
@@ -1,3 +1,26 @@
+/** @file
+ *
+ *  A brief file description
+ *
+ *  @section license License
+ *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 #include "QUICStreamState.h"
 #include "ts/ink_assert.h"
 
diff --git a/iocore/net/quic/QUICTransportParameters.cc b/iocore/net/quic/QUICTransportParameters.cc
index 4b483a2..c7fe736 100644
--- a/iocore/net/quic/QUICTransportParameters.cc
+++ b/iocore/net/quic/QUICTransportParameters.cc
@@ -1,3 +1,26 @@
+/** @file
+ *
+ *  A brief file description
+ *
+ *  @section license License
+ *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 #include <cstdlib>
 #include "QUICTransportParameters.h"
 

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.

[trafficserver] 02/02: clang-format

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 39356833845830c0f6901af61dbacd3885cd5cc9
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue Aug 15 16:36:23 2017 +0900

    clang-format
---
 lib/records/I_RecHttp.h | 2 +-
 lib/ts/Vec.h            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/records/I_RecHttp.h b/lib/records/I_RecHttp.h
index 8fa2c69..066486a 100644
--- a/lib/records/I_RecHttp.h
+++ b/lib/records/I_RecHttp.h
@@ -305,7 +305,7 @@ public:
   /// Check for QUIC ports.
   /// @return @c true if any port in @a ports is an QUIC port.
   static bool hasQUIC(Group const &ports ///< Ports to check.
-                     );
+                      );
 
   /// Check for QUIC ports.
   /// @return @c true if any global port is an QUIC port.
diff --git a/lib/ts/Vec.h b/lib/ts/Vec.h
index ff7d815..f599ead 100644
--- a/lib/ts/Vec.h
+++ b/lib/ts/Vec.h
@@ -988,7 +988,7 @@ qsort_Vec(C *left, C *right, bool (*lt)(C, C))
       Vec<C>::swap((right - 1), center);
     }
     Vec<C>::swap(center, right - 2); // stash the median one from the right for now
-    median = *(right - 2);   // the median of left, center and right values
+    median = *(right - 2);           // the median of left, center and right values
 
     // now partition, pivoting on the median value
     // l ptr is +1 b/c we already put the lowest of the incoming left, center
@@ -1054,7 +1054,7 @@ qsort_VecRef(C *left, C *right, bool (*lt)(const C &, const C &), unsigned int *
       Vec<C>::swap((right - 1), center);
     }
     Vec<C>::swap(center, right - 2); // stash the median one from the right for now
-    median = *(right - 2);   // the median of left, center and right values
+    median = *(right - 2);           // the median of left, center and right values
 
     // now partition, pivoting on the median value
     // l ptr is +1 b/c we already put the lowest of the incoming left, center

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.