1. e241265 Document `HTTPHdr` methods for #13420 review (#13422) by JosiahWI · 25 hours ago master
  2. 77b6efc Remove unused RemapProcessor.h include from RemapPlugins.h (#13403) by Sergey Blekher · 4 days ago
  3. 4b55a4d doc: fix Via decoder ring URL (/tools/via moved to /via.html) (#13399) by Bryan Call · 4 days ago
  4. 9e7a578 AI agent instruction updates (#13335) by Brian Neradt · 4 days ago
  5. e015a60 jax_fingerprint.test.py: address log wait flakiness (#13324) by Brian Neradt · 4 days ago
  6. a92d8ba Preserve client port in transaction logs (#13379) by Brian Neradt · 4 days ago
  7. 5fc8ad3 Avoid Diags lock for syslog output (#13398) by Brian Neradt · 4 days ago
  8. 110b544 copy only len_in bytes in the escapify no-escape path (#13404) by Javid Khan · 4 days ago
  9. c64d786 ssl: remove the dead SSL_HOOK_OP_TERMINATE op (#13407) by Mo Chen · 4 days ago
  10. 116e663 Cache: fix cached-header HdrHeap growth on repeated 304 revalidation (#13405) by Mo Chen · 4 days ago
  11. b1465b4 Improve testing and documentation for server firewall marks (#13385) by JosiahWI · 4 days ago
  12. 03652e4 prefetch: admit --fetch-query requests only when the key is present (#13370) by Miles Libbey · 6 days ago
  13. f7f1d83 Handle webp_transform input robustly (#13390) by Brian Neradt · 7 days ago
  14. 154d8b0 Hard-enforce max_active_streams_in at HTTP/2 stream creation (#13386) by Masakazu Kitajo · 8 days ago
  15. 4efc344 Generalize client packet mark test (#13384) by JosiahWI · 8 days ago
  16. 05c958a Improve testing and documentation for client firewall marks (#13383) by JosiahWI · 9 days ago
  17. 1f34fda Reject over-long unix socket paths in server_ports (#13356) by Mo Chen · 10 days ago
  18. bd0700b cripts: build against fmt 11+ (incl. 12.x) (#13375) by Leif Hedstrom · 10 days ago
  19. dcbd1ee Use ts::bravo::shared_mutex for host status lock (#13367) by Masaori Koshiba · 11 days ago
  20. d1d02c3 Fix CLFUS RAM cache value metric broken by integer division (#13233) by Phong Nguyen · 11 days ago
  21. 01ed487 Refresh default TLS context on secret update (#13342) by Brian Neradt · 11 days ago
  22. e3dc7e7 stale_response.test.py: address log wait flakiness (#13323) by Brian Neradt · 11 days ago
  23. 108568b docs: document the wipe_field_value logging filter (#13374) by Masakazu Kitajo · 11 days ago
  24. caf9c87 autest: skip async handshake test when plugin is absent (#13372) by Masakazu Kitajo · 11 days ago
  25. 364668f authproxy: strip request-body framing from auth sub-requests (#13333) by Mo Chen · 13 days ago
  26. a9e26aa jax_fingerprint: Reduce allocations and gate methods at build time (#13338) by Masakazu Kitajo · 2 weeks ago
  27. 7c4fc5b tls_renegotiation autest: gate the detection-line check to OpenSSL (#13371) by Mo Chen · 2 weeks ago
  28. f3dea0b Restore cqssrt log field dropped by the 11-Dev merge (#13337) by Masaori Koshiba · 2 weeks ago
  29. 082e875 Track remaining length while decoding qpack header block (#13361) by Javid Khan · 3 weeks ago
  30. 7426868 Add USDT to iocore/net, iocore/cache, http, http2 (#13344) by Mo Chen · 3 weeks ago
  31. f92e5bf rate_limit: don't update metrics when a selector has no `metrics:` block (#13343) by Mo Chen · 3 weeks ago
  32. 16c434c docs: add call condition note for TSUrlHostGet (#13313) by mmustafasenoglu · 3 weeks ago
  33. 66845d6 traffic_crashlog: emit a well-formed report when the backtrace is empty (#13360) by Mo Chen · 3 weeks ago
  34. a24dd80 Cleanup: remove unused functions related connect attempts (#13357) by Masaori Koshiba · 3 weeks ago
  35. 7772518 Fix Proxy-Protocol log field symbols (#13345) by Masaori Koshiba · 3 weeks ago
  36. 82c4de1 Throttle OCSP cert-status error instead of logging on every handshake (#13312) by Evan Zelkowitz · 3 weeks ago
  37. 18d7a9d Avoid JSONRPC client write spins (#13329) by Brian Neradt · 4 weeks ago
  38. 8ef5747 USDT: normalize names for STATE_ENTER (#13346) by Mo Chen · 4 weeks ago
  39. a2c55e3 Expand client IP debug logging test coverage (#13290) by Brian Neradt · 4 weeks ago
  40. f31bfc5 Self-Describing Binary Log Format (v3) (#13231) by Masaori Koshiba · 4 weeks ago
  41. 4fabae0 Annotate BRAVO locks for thread-safety analysis (#13330) by Masaori Koshiba · 4 weeks ago
  42. 3ce2acf tests: add TLS gold tests (#13306) by Mo Chen · 4 weeks ago
  43. 87cf5ec Downgrade inbound H2 stream error log (#13316) by Brian Neradt · 4 weeks ago
  44. c179b6b slice_prefetch.test.py: address cache.log flakiness (#13322) by Brian Neradt · 4 weeks ago
  45. b85ebd8 TLS: Fix memory leaks in cert load and OCSP stapling (#13318) by Mo Chen · 4 weeks ago
  46. 00adbb8 Clarify HttpSM cache action cleanup (#13327) by Brian Neradt · 4 weeks ago
  47. 9fe25ce Fix stale_response FORCE_SIE enum (#13326) by Brian Neradt · 4 weeks ago
  48. 8f33dbf HttpSM.cc: fix cache read end milestone order (#13325) by Brian Neradt · 4 weeks ago
  49. e8a0dd8 pqsi-pqsp.test.py: address log order flakiness (#13321) by Brian Neradt · 4 weeks ago
  50. b8ada6f Use ls-hpack's fast Huffman decoder for HPACK/QPACK strings (#13259) by Phong Nguyen · 4 weeks ago
  51. 3b04db3 Fix redirected cache write without write VC (#13309) by Brian Neradt · 4 weeks ago
  52. 2b6dce0 Introduce Clang Thread Safety Analysis, and apply it to two subsystems (#13310) by Mo Chen · 4 weeks ago
  53. e1a1f15 Add in a vendor copy of Google Highway (#13228) by Phong Nguyen · 4 weeks ago
  54. 6757a9e Fix LRU RAM cache seen filter never engaging below 100% full (#13234) by Phong Nguyen · 4 weeks ago
  55. 9ebcdd2 Update FastLZ to b1342da (#13230) by Phong Nguyen · 4 weeks ago
  56. edc35b3 Add S3-FIFO RAM cache eviction algorithm (ram_cache.algorithm = 2) (#13255) by Phong Nguyen · 4 weeks ago
  57. bdb24cf Fix set-status crash inside if/endif at remap time (#13052) by Mo Chen · 4 weeks ago
  58. f097d92 Revert "Downgrade H2 stream error log (#13298)" (#13315) by Brian Neradt · 4 weeks ago
  59. ad5728c Fix pending HostDB DNS queue removal race (#13294) by Brian Neradt · 4 weeks ago
  60. bd785f4 Use fixture listener in test_EventSystem (#13308) by JosiahWI · 4 weeks ago
  61. 70bb3c1 Add cache mechanism to certificate compression (#13284) by Masakazu Kitajo · 4 weeks ago
  62. 468e764 redo_cache_lookup: move to examples; fix `fallback` lifetime (#13209) by Brian Neradt · 4 weeks ago
  63. 094c755 Add TSMutex lock guard (#13188) by Brian Neradt · 4 weeks ago
  64. 46413e8 header_rewrite: Improve URL Error messages (#13261) by Brian Neradt · 4 weeks ago
  65. a8daf99 Fix server entry cleanup after request tunnel setup (#13295) by Brian Neradt · 4 weeks ago
  66. b79c0f8 Downgrade H2 stream error log (#13298) by Brian Neradt · 4 weeks ago
  67. 422d770 Test TLS async without ENGINE (#13264) by Brian Neradt · 4 weeks ago
  68. 4c69f85 ci: modernize the coverage helper script (#13305) by Mo Chen · 5 weeks ago
  69. 990bd04 Add per-plugin workload counters (#13278) by Mo Chen · 5 weeks ago
  70. 9b09874 dns: destruct HostEnt on free to fix SRV vector leak (#13307) by Mo Chen · 5 weeks ago
  71. ec72cf4 cache: apply per-volume settings on first start after clear (#13252) by Masaori Koshiba · 5 weeks ago
  72. a344dec Add unit tests for `Continuation` logic (#13283) by JosiahWI · 5 weeks ago
  73. 1e109ce compress: count uncompressed input bytes (#13287) by Mo Chen · 5 weeks ago
  74. 8e36c28 net: count application bytes in read_bytes for TLS (#13282) by Mo Chen · 5 weeks ago
  75. c6ec3ad header_rewrite: count operators and conditions run (#13286) by Mo Chen · 5 weeks ago
  76. 9eac80f tools/clang-format.sh: cache clang-format in the common git dir (#13302) by Mo Chen · 5 weeks ago
  77. 92112e1 header_rewrite: Fix a leak and truncation in set-body-from (#13303) by Mo Chen · 5 weeks ago
  78. a17e04a tests: give cripts ATS startup a longer readiness window (#13304) by Mo Chen · 5 weeks ago
  79. 7766ce2 TLS: count handshake signatures by key type (#13289) by Mo Chen · 5 weeks ago
  80. 46346ba logging: add a marshalled-bytes counter (#13277) by Mo Chen · 5 weeks ago
  81. 7085923 Add `Test.AddConfigReload()` autest extension (#13075) by Damian Meden · 5 weeks ago
  82. 3c000b3 traffic_crashlog: fix false-positive crash logs on clean shutdown (#13296) by Masaori Koshiba · 5 weeks ago
  83. 95a13a5 ProxyProtocol: free pp_info heap on NetVConnection recycle (#13293) by Mo Chen · 5 weeks ago
  84. 2441fa7 Cripts: make URL::Query copyable via deep-copy of _state (#13269) by Serris Santos · 5 weeks ago
  85. 309d832 Fix txn_box unused find result (#13291) by Brian Neradt · 5 weeks ago
  86. 4b6f790 Fix incorrect errno short names on FreeBSD/macOS in bwf::Errno (#13240) by Bryan Call · 5 weeks ago
  87. fb10299 Fix connect attempt retries (#13102) by Masaori Koshiba · 5 weeks ago
  88. 113f5fb Fix hdrHeap/hdrStrHeap allocator inuse metric underflow (#13218) by Mo Chen · 5 weeks ago
  89. 1a10d12 Remove TsBuffer.h (#13281) by JosiahWI · 5 weeks ago
  90. 52a124b Fix tsapi build with ENABLE_PROBES=ON (#13276) by Robert Clendenin · 5 weeks ago
  91. 08470e9 Enable probes in Fedora C++20 CI (#13280) by Brian Neradt · 5 weeks ago
  92. dd38491 Fix bounds check in CacheVC::scanObject (#13263) by Brian Olsen · 5 weeks ago
  93. 36b8649 Fix mismatched log field types more (#13256) by Masaori Koshiba · 6 weeks ago
  94. a2e02e1 Remove unused EThread members (#13268) by JosiahWI · 6 weeks ago
  95. 51ba3a4 Fix truncated HTTP version in log field unmarshalling (#13236) by Masaori Koshiba · 6 weeks ago
  96. e79182f authproxy: Release client request handle in StateAuthorized (#13258) by Masakazu Kitajo · 6 weeks ago
  97. 77253da Fix compilation under `LOOP_CHECK_MODE` (#13250) by JosiahWI · 6 weeks ago
  98. 30d8fca ocsp: add single-cert stapling fast path and certinfo RAII (#13229) by craigt · 6 weeks ago
  99. b5fe669 Reduce TLS handshake contention on SSLCertContext (#13098) by craigt · 6 weeks ago
  100. d9ce07e Reduce TLS write-path overhead (#13202) by Leif Hedstrom · 6 weeks ago