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 2019/11/19 06:45:45 UTC

[trafficserver] branch 9.0.x updated (ffcc973 -> 52b04a0)

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

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


    from ffcc973  Reduce doc build errors
     new ad9f7bd  More changes
     new 52b04a0  Updated ChangeLog

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:
 CHANGELOG-9.0.0 | 36 ++++++++++++++++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)


[trafficserver] 02/02: Updated ChangeLog

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

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

commit 52b04a0bbbe871feab1032bf17b357087c5bb6ae
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Mon Nov 18 23:45:29 2019 -0700

    Updated ChangeLog
---
 CHANGELOG-9.0.0 | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index a0f715a..807d9af 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -480,6 +480,7 @@ Changes with Apache Traffic Server 9.0.0
   #5382 - Fixes spelling in iocore
   #5383 - Remove commented out includes
   #5384 - Removes unreferenced, unused bits of code
+  #5386 - Remove Cache v23 support
   #5387 - Fixes typos in various documentation files
   #5388 - De-tabifies REVIEWERS
   #5390 - Fixes logging after collation removal
@@ -600,7 +601,6 @@ Changes with Apache Traffic Server 9.0.0
   #5633 - HTTP/2: increment write_vio.ndone by consumed size
   #5634 - HTTP/2: cancel reading buffer when ATS received GOAWAY
   #5635 - Add AUTest using h2spec
-  #5636 - HTTP/2: ignore unknown settings
   #5637 - TextView: Fix bug in rtrim_if when entire view is cleared.
   #5639 - update example directory structure and add examples for lua plugin
   #5643 - Cleanup debug log in mime_hdr_describe
@@ -649,6 +649,7 @@ Changes with Apache Traffic Server 9.0.0
   #5722 - In test_hooks Au test case, add work-around for flakeyness of VCONN start/close events.
   #5724 - Enable logging of the Elliptic Curve used to communicate with the client
   #5726 - Expose client request SSL stats via API & Lua plugin
+  #5727 - Add effective url options to slice plugin.
   #5728 - Remove header_rewrite conditions deprecated in previous versions
   #5731 - Use un-deprecated records for SSL server verification
   #5732 - Remove proxy.config.http.cache.allow_empty_doc
@@ -740,6 +741,7 @@ Changes with Apache Traffic Server 9.0.0
   #5939 - Remove hard coded filename in error message
   #5945 - cachekey: allow multiple values for `--key-type`
   #5949 - Fix TSHttpTxnReenable to schedule back to original SM thread
+  #5951 - Add Base64 encoding/decoding to encryption/decryption.
   #5953 - Log H2 priority information
   #5955 - Fix debug output for global_user_agent_header.
   #5956 - Turn on certificate verification, in permissive mode for now
@@ -761,6 +763,7 @@ Changes with Apache Traffic Server 9.0.0
   #6006 - Rewrote remap_stats plugin to use C++
   #6008 - Do not schedule stuff during shutdown
   #6011 - clang-analyzer: Add a null check
+  #6013 - Add basic SystemTap markers support
   #6016 - Fix host type in host matcher.
   #6024 - Make proxy.config.http.request_buffer_enabled configurable and bug fix
   #6031 - listen on all the net threads
@@ -791,8 +794,26 @@ Changes with Apache Traffic Server 9.0.0
   #6139 - tests: fixes various python code issues found by pyflakes
   #6140 - Remove using namespace std
   #6141 - Update docs for SSL Handshake stats
-  #6145 - Remove including sys/sysctl.h for Linux
+  #6144 - Cleans up some of the filenames mess
   #6147 - Reverse debug specific check.
   #6148 - Disable the most expensive "make check" tests by default
+  #6154 - tslua: Exposes set/get method for server request objects
   #6156 - Fix building Catch on macOS
   #6159 - Detect bogus jemalloc version
+  #6160 - Fixes misc. spelling and whitespace
+  #6163 - Update yaml-cpp to 0.6.3
+  #6167 - Fixed gcc7 issue with yaml-cpp 0.6.3
+  #6169 - Fixes cppcheck issues for cookie_remap plugin
+  #6170 - Add test to catch regressions in sni and override configs
+  #6173 - Remove HttpTransact::build_upgrade_response
+  #6174 - Remove useless UDP function
+  #6175 - Removes the ssn_close hook, it can never work
+  #6180 - RBTree - fix potential nullptr dereference
+  #6181 - remap_stats: Fix BufferWriter usage error.
+  #6182 - tslua: Exposes set/get version for server request objects
+  #6185 - Upgrade Catch.hpp to v2.11
+  #6186 - Fix compile warnings in Catch checks for TextView
+  #6187 - Replaces Python -> Python3 in a few utilities
+  #6189 - Fixed issue with macOS Catalina and pcre 8.43 enabling pcre-jit
+  #6190 - Fix ssl_session_reuse to compile on macOS and FreeBSD
+  #6191 - Limit this check to Linux, where ldd always works


[trafficserver] 01/02: More changes

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

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

commit ad9f7bd444177b5ad6c7c975d28c341db50b6e5d
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Fri Nov 8 14:43:54 2019 -0700

    More changes
---
 CHANGELOG-9.0.0 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index fa2dd59..a0f715a 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -599,6 +599,7 @@ Changes with Apache Traffic Server 9.0.0
   #5632 - Fix up remaining references to ssl_server_name.yaml
   #5633 - HTTP/2: increment write_vio.ndone by consumed size
   #5634 - HTTP/2: cancel reading buffer when ATS received GOAWAY
+  #5635 - Add AUTest using h2spec
   #5636 - HTTP/2: ignore unknown settings
   #5637 - TextView: Fix bug in rtrim_if when entire view is cleared.
   #5639 - update example directory structure and add examples for lua plugin
@@ -722,6 +723,7 @@ Changes with Apache Traffic Server 9.0.0
   #5889 - Provide stats for the recently introduced HTTP/2 rate limits
   #5892 - ProxySsn renaming member vars
   #5893 - Cleanup: Remove unused AllocType and unused functions
+  #5901 - Dechunk chunked contents on HttpTunnel if client protocol is HTTP/2 or HTTP/3
   #5902 - Ran clang-format
   #5903 - Reduce unnecesary IOBufferBlock allocation
   #5905 - Update Server IP in Transaction when attaching a session from the pool
@@ -767,8 +769,10 @@ Changes with Apache Traffic Server 9.0.0
   #6066 - Fixing session sharing with IP matching.
   #6070 - Updated API header and ssl_session_reuse for new TSSslSessionInsert changes
   #6071 - Premature DSO unload with "suicidal" continuations
+  #6074 - Allow txn handler to be set from ssn on same hook
   #6076 - Issue 4635: Address pipe reuse after configuration reload issues
   #6078 - Cleanup: Ignore checkprograms of remap
+  #6085 - Only decrement log_stat_log_files_open_stat when the file is closed.
   #6089 - Make If-Range date compare to be exact match
   #6094 - Issue #4294: Handle return value of SSL_write() properly
   #6095 - For remap_stats, removes configure time dependency on search.h
@@ -778,10 +782,17 @@ Changes with Apache Traffic Server 9.0.0
   #6116 - Updated to clang-format v9.0.0
   #6120 - Fix null pointer dereference reported by clang-analyzer
   #6125 - Add Metrics to track SSL Handshake attempts
+  #6126 - Fix the thread ready check
   #6129 - Adding an autest for traffic_dump.
   #6131 - Remove never implemented HttpTransact::service_transaction_in_proxy_only_mode
+  #6132 - Normalize loopback usage in session_match autest
   #6134 - Removes the records.config.shadow alternative config file
+  #6138 - tests: Adds autest for WebSocket mappings
+  #6139 - tests: fixes various python code issues found by pyflakes
   #6140 - Remove using namespace std
   #6141 - Update docs for SSL Handshake stats
   #6145 - Remove including sys/sysctl.h for Linux
+  #6147 - Reverse debug specific check.
   #6148 - Disable the most expensive "make check" tests by default
+  #6156 - Fix building Catch on macOS
+  #6159 - Detect bogus jemalloc version