1. 3dd79d3 MINOR: h3: Send the h3 settings with others streams (requests) by Frédéric Lécaille · 2 years, 3 months ago
  2. befcf70 MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument by Frédéric Lécaille · 2 years, 3 months ago
  3. 2eb5faa MINOR: h3: Add the quic_conn object to h3 traces by Frédéric Lécaille · 2 years, 3 months ago
  4. 1c725aa BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal" by Frédéric Lécaille · 2 years, 3 months ago
  5. 3c1b81f BUG/MINOR: quic: Trace fix about packet number space information. by Frédéric Lécaille · 2 years, 3 months ago
  6. bb995ea BUG/MINOR: quic: Speed up the handshake completion only one time by Frédéric Lécaille · 2 years, 3 months ago
  7. 43c891d BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals by William Lallemand · 2 years, 3 months ago
  8. e86bc35 MINOR: activity/cli: support sorting task profiling by total CPU time by Willy Tarreau · 2 years, 3 months ago
  9. dc89b18 MINOR: activity/cli: support aggregating task profiling outputs by Willy Tarreau · 2 years, 3 months ago
  10. 64435aa MINOR: tasks/activity: improve the caller-callee activity hash by Willy Tarreau · 2 years, 3 months ago
  11. 3d4cdb1 MEDIUM: tasks/activity: combine the called function with the caller by Willy Tarreau · 2 years, 3 months ago
  12. 41e701e DEBUG: quic: export the few task handlers that often appear in task dumps by Willy Tarreau · 2 years, 3 months ago
  13. 0fbc16c DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling by Willy Tarreau · 2 years, 3 months ago
  14. a342387 CLEANUP: activity: make the number of sched activity entries more configurable by Willy Tarreau · 2 years, 3 months ago
  15. a9a2384 CLEANUP: sched: remove duplicate code in run_tasks_from_list() by Willy Tarreau · 2 years, 3 months ago
  16. d96d214 CLEANUP: debug: use struct ha_caller for memstat by Willy Tarreau · 2 years, 3 months ago
  17. 4c1bc01 CLEANUP: activity: make taskprof use ptr_hash() by Willy Tarreau · 2 years, 3 months ago
  18. 245d32f CLEANUP: activity: make memprof use the generic ptr_hash() function by Willy Tarreau · 2 years, 3 months ago
  19. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · 2 years, 3 months ago
  20. beee600 BUG/MINOR: stream/sched: take into account CPU profiling for the last call by Willy Tarreau · 2 years, 3 months ago
  21. 1efddfa MINOR: sched: store the current profile entry in the thread context by Willy Tarreau · 2 years, 3 months ago
  22. 62b5b96 BUG/MINOR: sched: properly account for the CPU time of dying tasks by Willy Tarreau · 2 years, 3 months ago
  23. 04e50b3 CLEANUP: task: rename ->call_date to ->wake_date by Willy Tarreau · 2 years, 3 months ago
  24. 768c2c5 MINOR: task: permanently enable latency measurement on tasklets by Willy Tarreau · 2 years, 3 months ago
  25. 614742b MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid() by Frédéric Lécaille · 2 years, 3 months ago
  26. 449804e MINOR: quic: Add traces about sent or resent TX frames by Frédéric Lécaille · 2 years, 3 months ago
  27. 70a6e63 MINOR: quic: add QUIC support when no client_hello_cb by William Lallemand · 2 years, 3 months ago
  28. 373ce73 BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx() by William Lallemand · 2 years, 3 months ago
  29. 4b7938d BUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx by William Lallemand · 2 years, 3 months ago
  30. e6ec626 BUILD: quic: enable early data only with >= openssl 1.1.1 by William Lallemand · 2 years, 3 months ago
  31. 844009d BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb by William Lallemand · 2 years, 3 months ago
  32. 2be0ac5 BUG/MINOR: quic: Possible crash when verifying certificates by Frédéric Lécaille · 2 years, 3 months ago
  33. a9e934b BUG/MINOR: h1: Support headers case adjustment for TCP proxies by Christopher Faulet · 2 years, 3 months ago
  34. 4b5f302 MINOR: http-check: Remove support for headers/body in "option httpchk" version by Christopher Faulet · 2 years, 3 months ago
  35. 6aec1f3 BUG/MINOR: quic: Possible crash with "tls-ticket-keys" on QUIC bind lines by Frédéric Lécaille · 2 years, 3 months ago
  36. 025945f BUG/MINOR: quic: Retransmitted frames marked as acknowledged by Frédéric Lécaille · 2 years, 3 months ago
  37. ef9d594 MINOR: Revert part of clarifying samples support per os commit by Brad Smith · 2 years, 3 months ago
  38. 6a03a0d BUG/MINOR: http-act: initialize http fmt head earlier by Willy Tarreau · 2 years, 3 months ago
  39. e6f389d MINOR: mux-h1: provide a "show_sd" helper to output stream debugging info by Willy Tarreau · 2 years, 3 months ago
  40. 7079c0f MINOR: mux-h1: split "show_fd" into connection and stream by Willy Tarreau · 2 years, 3 months ago
  41. b4a4fee MINOR: mux-quic: provide a "show_sd" helper to output stream debugging info by Willy Tarreau · 2 years, 3 months ago
  42. 7051f73 MINOR: mux-h2: insert line breaks in "show sess all" output for legibility by Willy Tarreau · 2 years, 3 months ago
  43. bf4ec6f MINOR: mux-h2: provide a "show_sd" helper to output stream debugging info by Willy Tarreau · 2 years, 3 months ago
  44. ce57777 MINOR: muxes: add a "show_sd" helper to complete "show sess" dumps by Willy Tarreau · 2 years, 3 months ago
  45. 4e97bcc MINOR: mux-h2: extract the connection dump function out of h2_show_fd() by Willy Tarreau · 2 years, 3 months ago
  46. 90bffa2 MINOR: mux-h2: extract the stream dump function out of h2_show_fd() by Willy Tarreau · 2 years, 3 months ago
  47. 714900a MINOR: debug: report applet pointer and handler in crashes when known by Willy Tarreau · 2 years, 3 months ago
  48. 4105461 BUG/MINOR: mux-fcgi: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · 2 years, 3 months ago
  49. 9b6a187 BUG/MINOR: mux-h1: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · 2 years, 3 months ago
  50. ba7657c BUG/MINOR: mux-h2: fix the "show fd" dest buffer for the subscriber by Willy Tarreau · 2 years, 3 months ago
  51. df3231c MEDIUM: httpclient: enable ALPN support on outgoing https connections by Willy Tarreau · 2 years, 3 months ago
  52. f80713b BUG/MINOR: httpclient: keep-alive was accidentely disabled by Willy Tarreau · 2 years, 3 months ago
  53. 6486ff8 BUG/MINOR: httpclient: only ask for more room on failed writes by Willy Tarreau · 2 years, 3 months ago
  54. b482920 BUG/MEDIUM: httpclient: always detach the caller before self-killing by Willy Tarreau · 2 years, 3 months ago
  55. d8a44d0 BUG/MINOR: h2: properly set the direction flag on HTX response by Willy Tarreau · 2 years, 3 months ago
  56. a107520 BUG/MINOR: quic: Frames leak during retransmissions by Frédéric Lécaille · 2 years, 3 months ago
  57. a777ee3 MINOR: quic: Trace typo fix in qc_release_frm() by Frédéric Lécaille · 2 years, 3 months ago
  58. 26236f5 MINOR: quic: Add TX frames addresses to traces to several trace events by Frédéric Lécaille · 2 years, 3 months ago
  59. b866c69 BUG/MINOR: quic: Do not ack when probing by Frédéric Lécaille · 2 years, 3 months ago
  60. ecb40b2 MINOR: backend: always satisfy the first req reuse rule with l7 retries by Willy Tarreau · 2 years, 3 months ago
  61. 4d1ff11 BUG/MEDIUM: mux-h1: always use RST to kill idle connections in pools by Willy Tarreau · 2 years, 3 months ago
  62. f348ecd BUG/MINOR: regex: Properly handle PCRE2 lib compiled without JIT support by Christopher Faulet · 2 years, 3 months ago
  63. 32872db MINOR: sink/ring: rotate non-empty file-backed contents only by Willy Tarreau · 2 years, 3 months ago
  64. e0fa91f BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free() v2 by William Lallemand · 2 years, 3 months ago
  65. bccbad2 BUG/MINOR: quic: TX frames memleak by Frédéric Lécaille · 2 years, 3 months ago
  66. 3a9b944 MINOR: quic: Move traces about RX/TX bytes from QUIC_EV_CONN_PRSAFRM event by Frédéric Lécaille · 2 years, 3 months ago
  67. 0bfa3e7 BUG/MINOR: ssl: revert two wrong fixes with ckhi_link by William Lallemand · 2 years, 3 months ago
  68. ddd480c BUG/MEDIUM: ssl: Fix a UAF when old ckch instances are released by Christopher Faulet · 2 years, 3 months ago
  69. f611248 BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp-check (with no rule) by Christopher Faulet · 2 years, 3 months ago
  70. 056ad01 BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free() by William Lallemand · 2 years, 3 months ago
  71. 946580e BUG/MINOR: ssl: fix deinit of the ca-file tree by William Lallemand · 2 years, 3 months ago
  72. 3a56137 MINOR: quic: Add a trace to distinguish the datagram from the packets inside by Frédéric Lécaille · 2 years, 3 months ago
  73. c242832 BUG/MINOR: quic: Missing header protection AES cipher context initialisations (draft-v2) by Frédéric Lécaille · 2 years, 3 months ago
  74. c6fc774 MINOR: raw-sock: don't try to send if an error was already reported by Willy Tarreau · 2 years, 3 months ago
  75. 2c30de3 BUG/MINOR: epoll: do not actively poll for Rx after an error by Willy Tarreau · 2 years, 3 months ago
  76. cad42a7 BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input by Willy Tarreau · 2 years, 3 months ago
  77. 4a20972 BUG/MINOR: hlua: Rely on CF_EOI to detect end of message in HTTP applets by Christopher Faulet · 2 years, 3 months ago
  78. b372f16 BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date by Christopher Faulet · 2 years, 3 months ago
  79. 19a82b9 BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress by Christopher Faulet · 2 years, 3 months ago
  80. 13db4bd BUG/MEDIUM: peers: Add connect and server timeut to peers proxy by Christopher Faulet · 2 years, 3 months ago
  81. 42a0662 BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode by Christopher Faulet · 2 years, 3 months ago
  82. 149c531 BUG/MINOR: quic: Frames added to packets even if not built. by Frédéric Lécaille · 2 years, 3 months ago
  83. e35463c BUG/MINOR: quic: Null packet dereferencing from qc_dup_pkt_frms() trace by Frédéric Lécaille · 2 years, 3 months ago
  84. d78dfe7 BUG/MINOR: httpclient: fix resolution with port by William Lallemand · 2 years, 3 months ago
  85. dd754cb MINOR: sample: add the host_only and port_only converters by William Lallemand · 2 years, 3 months ago
  86. eba9088 Revert "MINOR: quic: Remove useless traces about references to TX packets" by Frédéric Lécaille · 2 years, 3 months ago
  87. f61398a MINOR: quic: Remove useless traces about references to TX packets by Frédéric Lécaille · 2 years, 3 months ago
  88. 560ddfa CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv() by Frédéric Lécaille · 2 years, 3 months ago
  89. 15773f2 BUG/MINOR: quic: Stalled connections (missing I/O handler wakeup) by Frédéric Lécaille · 2 years, 3 months ago
  90. 277c462 BUG/MINOR: quic: Leak in qc_release_lost_pkts() for non in flight TX packets by Frédéric Lécaille · 2 years, 3 months ago
  91. 5f6c25e Revert "BUG/MINOR: quix: Memleak for non in flight TX packets" by Frédéric Lécaille · 2 years, 3 months ago
  92. b10b119 MINOR: resolvers: shut the warning when "default" resolvers is implicit by William Lallemand · 2 years, 3 months ago
  93. 871dd82 BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect by Christopher Faulet · 2 years, 3 months ago
  94. 6020c4e BUG/MINOR: mworker: does not create the "default" resolvers in wait mode by William Lallemand · 2 years, 3 months ago
  95. 866b88b BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() by William Lallemand · 2 years, 3 months ago
  96. 02fd3ca BUILD: tcp_sample: fix build of get_tcp_info() on OpenBSD by Brad Smith · 2 years, 4 months ago
  97. 8bd146d MEDIUM: peers: limit the number of updates sent at once by Willy Tarreau · 2 years, 4 months ago
  98. df3cab1 BUG/MINOR: applet: make the call_rate only count the no-progress calls by Willy Tarreau · 2 years, 4 months ago
  99. 8a3f582 BUG/MEDIUM: applet: fix incorrect check for abnormal return condition from handler by Willy Tarreau · 2 years, 3 months ago
  100. a2d8ad2 MINOR: quic: Replace MT_LISTs by LISTs for RX packets. by Frédéric Lécaille · 2 years, 3 months ago