Commit 7e6c192
committed
Merge branch 'master' into quic-latest
* master:
Introduce NetEvent to split UnixNetVConnection and NetHandler
Reduce process duration of test_Http2FrequencyCounter
Make sure shutdown_cont_event isn't holding any garbage references.
Add in_destroy to Http2ConnectionState to prevent double delete (similar to Http2ClientSession)
Fixes a corner case where the NextHop consistent hash ring may not be searched in it's entirety for an available host due to a premature wrapped ring indication.
Adjust debug tag for ssl_sni_whitelist plugin to match plugin
Add invalid config warning when cache open write fail and read retry are inconsistent
Add links to RWW sections
Fix rst errors for collapsed forwarding plugin
Set wrap after checking all the parents
Perf: replace dynamic_cast with static_cast in this_thread()
Fixes a few Sphinx build warnings (#6290)
Moving / adding the Roadmap to the release notes (#6257)
These features are in 9.0.x release notes (#6286)
Removes the remaining references to TSQA
LGTM: Fix unused imports
Assure no SM survives plugin factory deactivation.
Remove remnants of obsolete remap thread.
Update the admin-guide hierachical caching and remap.config documentation to include the NextHop strategies feature.
For combo_handler plugin, add an optional whitelist of allowed values for Content-Type.
Copy the Client SNI Server Name out of the openssl SSL object and ensure it is null-terminated.
For per-transaction config override, crossing the const-correctness event horizon.
Remove -j from lgtm build (#6274)
LGTM: Add header guards
LGTM: Fix wrong type of arguments to formatting function
Change HTTP/2 error rate log to warning
LGTM: fixes a shadowed variable in ParentSelection::PreprocessParents().
LGTM: fix a comparison that is always false.
Fixes various crashers loading/reloading parent.config
TCL: cleanup in HostLookup.cc, make sure keys are stable. (#6263)
Fix TS_USE_DIAGS usage for --disable-diags option
Initial revision of .lgtm.yml config file (#6258)
auto delete rolled log file fixes
remap_stats: restore handling of remap/hostname to remove memory leak
Avoid unnecesarry copy on POST request over HTTP/2
Add some stats collections to cache_promote.
Some tweaks to reloading-plugins.en.rst (#6251)
Fix sni.yaml fqdn to match complete name string
Adding verify plugin TS maintenance commands
Removing traffic_cop reference in Admin Guide introduction.File tree
135 files changed
+3738
-1081
lines changed- contrib/python
- doc
- admin-guide
- configuration
- files
- plugins
- appendices/command-line
- developer-guide
- design-documents
- testing
- release-notes
- images
- static/images/admin
- example/plugins/c-api
- intercept
- ssl_sni_whitelist
- include/tscore
- iocore
- cache
- test
- eventsystem
- net
- quic/test
- mgmt
- plugins
- authproxy
- cache_promote
- esi
- experimental
- geoip_acl
- remap_stats
- sslheaders
- uri_signing
- python_signer
- proxy
- http2
- unit_tests
- http3/test
- http
- remap
- unit-tests
- logging
- unit-tests
- src
- traffic_layout
- traffic_server
- tscore
- unit_tests
- tests
- gold_tests
- command_argument
- logging
- pluginTest/combo_handler
- combo_handler_files
- tls
- tools/plugins
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+3738
-1081
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
168 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
169 | 178 | | |
170 | 179 | | |
171 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2329 | 2329 | | |
2330 | 2330 | | |
2331 | 2331 | | |
2332 | | - | |
| 2332 | + | |
2333 | 2333 | | |
2334 | | - | |
2335 | | - | |
2336 | | - | |
| 2334 | + | |
| 2335 | + | |
| 2336 | + | |
2337 | 2337 | | |
2338 | 2338 | | |
2339 | 2339 | | |
| |||
3970 | 3970 | | |
3971 | 3971 | | |
3972 | 3972 | | |
3973 | | - | |
3974 | | - | |
3975 | | - | |
3976 | | - | |
3977 | | - | |
3978 | | - | |
3979 | | - | |
3980 | | - | |
3981 | | - | |
3982 | 3973 | | |
3983 | 3974 | | |
3984 | 3975 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
483 | 490 | | |
484 | 491 | | |
485 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 190 | | |
199 | 191 | | |
200 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
52 | 67 | | |
53 | 68 | | |
54 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
| 188 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
| |||
0 commit comments