1. 9aed112 MINOR: stconn: Add a field to specify the room needed by the SC to progress by Christopher Faulet · 1 year, 7 months ago
  2. 7a48b72 MINOR: peers: Use the applet API to send message by Christopher Faulet · 1 year, 7 months ago
  3. f4258bd MINOR: stats: Use the applet API to write data by Christopher Faulet · 1 year, 7 months ago
  4. e8ee27b MINOR: cli: Use applet API to write output message by Christopher Faulet · 1 year, 7 months ago
  5. b6ae2aa MINOR: ssl: allow to change the signature algorithm for client authentication by William Lallemand · 1 year, 7 months ago
  6. 1d3c822 MINOR: ssl: allow to change the server signature algorithm by William Lallemand · 1 year, 7 months ago
  7. e69919d CLEANUP: debug: remove the now unused ha_thread_dump_all_to_trash() by Willy Tarreau · 1 year, 7 months ago
  8. 009b551 MINOR: debug: make "show threads" properly iterate over all threads by Willy Tarreau · 1 year, 7 months ago
  9. 880d168 MINOR: debug: write panic dump to stderr one thread at a time by Willy Tarreau · 1 year, 7 months ago
  10. 9a6ecbd MEDIUM: debug: simplify the thread dump mechanism by Willy Tarreau · 1 year, 7 months ago
  11. 34f81d5 BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment by Christopher Faulet · 1 year, 7 months ago
  12. cb01f5d BUG/MINOR: debug: do not emit empty lines in thread dumps by Willy Tarreau · 1 year, 7 months ago
  13. d4af041 MINOR: mux-quic: close connection asap on local error by Amaury Denoyelle · 1 year, 7 months ago
  14. 35542ce MINOR: mux-quic: report local error on stream endpoint asap by Amaury Denoyelle · 1 year, 7 months ago
  15. 51f116d MINOR: mux-quic: adjust local error API by Amaury Denoyelle · 1 year, 7 months ago
  16. b8901d2 MINOR: mux-quic: wake up after recv only if avail data by Amaury Denoyelle · 1 year, 7 months ago
  17. 8d44bfa MINOR: mux-quic: add trace event for local error by Amaury Denoyelle · 1 year, 7 months ago
  18. b737f95 BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten by Amaury Denoyelle · 1 year, 7 months ago
  19. 4403cdf BUG/MEDIUM: mux-h2: Properly handle end of request to expect data from server by Christopher Faulet · 1 year, 7 months ago
  20. e5e6223 MINOR: debug: permit the "debug dev loop" to run under isolation by Willy Tarreau · 1 year, 7 months ago
  21. b30ced3 BUG/MINOR: debug: fix incorrect profiling status reporting in show threads by Willy Tarreau · 1 year, 7 months ago
  22. 8b3e39e MINOR: activity: allow "show activity" to restart in the middle of a line by Willy Tarreau · 1 year, 7 months ago
  23. 6ed0b98 MINOR: activity: allow "show activity" to restart dumping on any line by Willy Tarreau · 1 year, 7 months ago
  24. 8ee0d11 MINOR: activity: iterate over all fields in a main loop for dumping by Willy Tarreau · 1 year, 7 months ago
  25. a465b21 MINOR: activity: show the line header inside the SHOW_VAL macro by Willy Tarreau · 1 year, 7 months ago
  26. 5ddf9be MINOR: activity: use a single macro to iterate over all fields by Willy Tarreau · 1 year, 7 months ago
  27. ff508f1 BUILD: cli: fix build on Windows due to isalnum() implemented as a macro by Willy Tarreau · 1 year, 7 months ago
  28. 117c7fd BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found by William Lallemand · 1 year, 7 months ago
  29. 9867987 DEBUG: cli: add "debug dev task" to show/wake/expire/kill tasks and tasklets by Willy Tarreau · 1 year, 7 months ago
  30. dd01448 MINOR: debug: clarify "debug dev stream" help message by Willy Tarreau · 1 year, 7 months ago
  31. 65efd33 BUG/MINOR: stream/cli: fix stream age calculation in "show sess" by Willy Tarreau · 1 year, 7 months ago
  32. 64a77e3 MINOR: ssl: disable CRL checks with WolfSSL when no CRL file by William Lallemand · 1 year, 7 months ago
  33. 0ababda BUG/MINOR: stats: fix typo in `TotalSplicedBytesOut` field name by Tim Duesterhus · 1 year, 8 months ago
  34. bc0adfa MINOR: proxy: factorize send rate measurement by Amaury Denoyelle · 1 year, 7 months ago
  35. 1bcb695 MINOR: quic: use real sending rate measurement by Amaury Denoyelle · 1 year, 7 months ago
  36. 5529c99 MINOR: sample: Add bc_rtt and bc_rttvar by Aleksandar Lazic · 1 year, 7 months ago
  37. c05d30e MINOR: clock: replace the timeval start_time with start_time_ns by Willy Tarreau · 1 year, 7 months ago
  38. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
  39. eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · 1 year, 7 months ago
  40. e8e4712 MINOR: checks: use a nanosecond counters instead of timeval for checks->start by Willy Tarreau · 1 year, 7 months ago
  41. b68d308 MINOR: activity: use nanoseconds, not timeval to compute uptime by Willy Tarreau · 1 year, 7 months ago
  42. 563efe6 MINOR: stats: use nanoseconds, not timeval to compute uptime by Willy Tarreau · 1 year, 7 months ago
  43. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · 1 year, 7 months ago
  44. aaebcae MINOR: spoe: switch the timeval-based timestamps to nanosecond timestamps by Willy Tarreau · 1 year, 7 months ago
  45. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · 1 year, 7 months ago
  46. 7222db7 BUG/MINOR: stats: report the correct start date in "show info" by Willy Tarreau · 1 year, 7 months ago
  47. 2ebac6a BUG/MEDIUM: tcpcheck: Don't eval custom expect rule on an empty buffer by Christopher Faulet · 1 year, 7 months ago
  48. 89aeabf BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats by Christopher Faulet · 1 year, 7 months ago
  49. e99c439 BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones by Christopher Faulet · 1 year, 7 months ago
  50. d2f61de BUG/MINOR: hlua: return wall-clock date, not internal date in core.now() by Willy Tarreau · 1 year, 7 months ago
  51. bc3c4e8 BUG/MINOR: trace: show wall-clock date, not internal date in show activity by Willy Tarreau · 1 year, 7 months ago
  52. 22b6d26 BUG/MINOR: calltrace: fix 'now' being used in place of 'date' by Willy Tarreau · 1 year, 7 months ago
  53. fe1b3b8 Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'" by Willy Tarreau · 1 year, 7 months ago
  54. 82bde18 BUG/MINOR: activity: show wall-clock date, not internal date in show activity by Willy Tarreau · 1 year, 7 months ago
  55. a5f0e6c BUG/MINOR: spoe: use "date" not "now" in debug messages by Willy Tarreau · 1 year, 7 months ago
  56. aadcfc9 BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date' by Willy Tarreau · 1 year, 7 months ago
  57. 7b516d3 BUG/MINOR: quic: fix race on quic_conns list during affinity rebind by Amaury Denoyelle · 1 year, 7 months ago
  58. d6646dd MINOR: quic: finalize affinity change as soon as possible by Amaury Denoyelle · 1 year, 7 months ago
  59. a57ab0f MINOR: mux-quic: do not allocate Tx buf for empty STREAM frame by Amaury Denoyelle · 1 year, 7 months ago
  60. 42c5b75 MINOR: mux-quic: do not set buffer for empty STREAM frame by Amaury Denoyelle · 1 year, 7 months ago
  61. 19eaf88 BUG/MINOR: quic: prevent buggy memcpy for empty STREAM by Amaury Denoyelle · 1 year, 7 months ago
  62. 7c5591f BUG/MEDIUM: mux-quic: improve streams fairness to prevent early timeout by Amaury Denoyelle · 1 year, 7 months ago
  63. 24962dd BUG/MEDIUM: mux-quic: do not emit RESET_STREAM for unknown length by Amaury Denoyelle · 1 year, 7 months ago
  64. 7d23e8d CLEANUP: quic: Rename several <buf> variables into quic_sock.c by Frédéric Lécaille · 1 year, 7 months ago
  65. bb426aa CLEANUP: quic: Rename <buf> variable into qc_parse_hd_form() by Frédéric Lécaille · 1 year, 7 months ago
  66. 6ff52f9 CLEANUP: quic: Rename <buf> variable into quic_packet_read_long_header() by Frédéric Lécaille · 1 year, 7 months ago
  67. 81a02b5 CLEANUP: quic: Rename several <buf> variables at low level by Frédéric Lécaille · 1 year, 7 months ago
  68. 182934d CLEANUP: quic: Rename quic_get_dgram_dcid() <buf> variable by Frédéric Lécaille · 1 year, 7 months ago
  69. 1e0f825 CLEANUP: quic: Make qc_build_pkt() be more readable by Frédéric Lécaille · 1 year, 7 months ago
  70. 3adb9e8 CLEANUP: quic: Rename <buf> variable for several low level functions by Frédéric Lécaille · 1 year, 7 months ago
  71. bef3098 CLEANUP: quic: Rename <buf> variable into quic_rx_pkt_parse() by Frédéric Lécaille · 1 year, 7 months ago
  72. 7f0b1c7 CLEANUP: quic: Rename <buf> variable into quic_padding_check() by Frédéric Lécaille · 1 year, 7 months ago
  73. dad0ede CLEANUP: quic: Rename <buf> variable to <token> in quic_generate_retry_token() by Frédéric Lécaille · 1 year, 7 months ago
  74. e66d67a CLEANUP: quic: Remove useless parameters passes to qc_purge_tx_buf() by Frédéric Lécaille · 1 year, 7 months ago
  75. d5f03cd CLEANUP: quic: rename frame variables by Amaury Denoyelle · 1 year, 7 months ago
  76. 888c5f2 CLEANUP: quic: rename frame types with an explicit prefix by Amaury Denoyelle · 1 year, 7 months ago
  77. b73762a BUG/MINOR: quic: Useless I/O handler task wakeups (draining, killing state) by Frédéric Lécaille · 1 year, 7 months ago
  78. d21c628 BUG/MINOR: quic: Useless probing retransmission in draining or killing state by Frédéric Lécaille · 1 year, 7 months ago
  79. c6bec2a BUG/MINOR: quic: Possible leak during probing retransmissions by Frédéric Lécaille · 1 year, 7 months ago
  80. ce0bb33 BUG/MINOR: quic: Possible memory leak from TX packets by Frédéric Lécaille · 1 year, 7 months ago
  81. e95e00e MINOR: quic: Move traces at proto level by Frédéric Lécaille · 1 year, 7 months ago
  82. 0e875cf MEDIUM: listener: switch the default sharding to by-group by Willy Tarreau · 1 year, 7 months ago
  83. 7310164 MINOR: listener: add a new global tune.listener.default-shards setting by Willy Tarreau · 1 year, 7 months ago
  84. c38499c MINOR: listener: do not restrict CLI to first group anymore by Willy Tarreau · 1 year, 7 months ago
  85. f1003ea MINOR: protocol: perform a live check for SO_REUSEPORT support by Willy Tarreau · 1 year, 7 months ago
  86. b073573 MINOR: sock: add a function to check for SO_REUSEPORT support at runtime by Willy Tarreau · 1 year, 7 months ago
  87. 8a5e6f4 MINOR: protocol: add a function to check if some features are supported by Willy Tarreau · 1 year, 7 months ago
  88. c1fbdd6 MINOR: listener: automatically adjust shards based on support for SO_REUSEPORT by Willy Tarreau · 1 year, 7 months ago
  89. 785b89f MINOR: protocol: move the global reuseport flag to the protocols by Willy Tarreau · 1 year, 7 months ago
  90. 65df7e0 MINOR: protocol: add a flags field to store info about protocols by Willy Tarreau · 1 year, 7 months ago
  91. a22db65 MEDIUM: peers: call bind_complete_thread_setup() to finish the config by Willy Tarreau · 1 year, 7 months ago
  92. f6a8444 REORG: listener: move the bind_conf's thread setup code to listener.c by Willy Tarreau · 1 year, 7 months ago
  93. e1a0107 BUG/MINOR: config: fix NUMA topology detection on FreeBSD by Willy Tarreau · 1 year, 7 months ago
  94. 997ad15 BUG/MINOR: tools: check libssl and libcrypto separately by Willy Tarreau · 1 year, 7 months ago
  95. 9f53b7b BUG/MINOR: sock_inet: use SO_REUSEPORT_LB where available by Willy Tarreau · 1 year, 7 months ago
  96. ccf8012 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 1 year, 7 months ago
  97. 023c311 BUG/MINOR: cli: clarify error message about stats bind-process by Willy Tarreau · 1 year, 7 months ago
  98. 1307cd4 CLEANUP: Stop checking the pointer before calling `ring_free()` by Tim Duesterhus · 1 year, 7 months ago
  99. fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · 1 year, 7 months ago
  100. c18e244 CLEANUP: Stop checking the pointer before calling `pool_free()` by Tim Duesterhus · 1 year, 7 months ago