1. 58721f2 BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE by Amaury Denoyelle · Tue May 09 18:01:09 2023 +0200
  2. a236c58 BUG/MEDIUM: stats: Require more room if buffer is almost full by Christopher Faulet · Tue May 09 16:31:01 2023 +0200
  3. 930afdf BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · Tue May 09 14:15:57 2023 +0200
  4. d6f0557 BUG/MEDIUM: cache: Don't request more room than the max allowed by Christopher Faulet · Tue May 09 11:31:24 2023 +0200
  5. 7a01ff7 BUG/MINOR: quic: Wrong key update cipher context initialization for encryption by Frédéric Lécaille · Tue May 02 20:03:19 2023 +0200
  6. a946125 CLEANUP: quic: Typo fix for quic_connection_id pool by Frédéric Lécaille · Mon Apr 24 18:20:44 2023 +0200
  7. 1bc6e31 CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h) by Frédéric Lécaille · Mon Apr 24 17:45:01 2023 +0200
  8. 95e6c99 BUILD: debug: do not check the isolated_thread variable in non-threaded builds by Willy Tarreau · Sun May 07 15:02:30 2023 +0200
  9. dd9f921 CLEANUP: fix a few reported typos in code comments by Willy Tarreau · Sun May 07 07:07:44 2023 +0200
  10. 615c301 MINOR: config: allow cpu-map to take commas in lists of ranges by Willy Tarreau · Fri May 05 16:10:05 2023 +0200
  11. 2273af1 MINOR: quic: implement oneline format for "show quic" by Amaury Denoyelle · Fri May 05 16:08:34 2023 +0200
  12. bc1f5fe MINOR: quic: add format argument for "show quic" by Amaury Denoyelle · Fri May 05 16:07:58 2023 +0200
  13. 86fb22c MINOR: hlua_fcn: add Queue class by Aurelien DARRAGON · Wed May 03 17:03:09 2023 +0200
  14. 40cd44f MINOR: hlua: declare hlua_gethlua() function by Aurelien DARRAGON · Thu May 04 13:59:48 2023 +0200
  15. e0b1635 CLEANUP: hlua: hlua_register_task() may longjmp by Aurelien DARRAGON · Fri Apr 21 17:38:37 2023 +0200
  16. 977688b MINOR: server: fix message report when IDRAIN is set and MAINT is cleared by Aurelien DARRAGON · Wed May 03 10:36:54 2023 +0200
  17. a2c5321 BUG/MINOR: hlua: spinning loop in hlua_socket_handler() by Aurelien DARRAGON · Tue May 02 19:10:24 2023 +0200
  18. 717a38d MINOR: hlua: expose proxy mailers by Aurelien DARRAGON · Wed Apr 26 19:02:43 2023 +0200
  19. 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · Fri Apr 21 17:32:46 2023 +0200
  20. 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · Thu Mar 30 15:53:33 2023 +0200
  21. dcbc2d2 MINOR: checks/event_hdl: SERVER_CHECK event by Aurelien DARRAGON · Thu Mar 30 10:19:08 2023 +0200
  22. 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · Wed Apr 26 11:27:09 2023 +0200
  23. a163d65 MINOR: server/event_hdl: add SERVER_ADMIN event by Aurelien DARRAGON · Fri Apr 21 18:06:58 2023 +0200
  24. c99f3ad MINOR: hlua: expose SERVER_STATE event by Aurelien DARRAGON · Wed Apr 12 15:47:16 2023 +0200
  25. c249f6d OPTIM: server: publish UP/DOWN events from STATE change by Aurelien DARRAGON · Wed Apr 19 22:34:01 2023 +0200
  26. e3eea29 MINOR: server/event_hdl: add SERVER_STATE event by Aurelien DARRAGON · Tue Apr 04 21:28:07 2023 +0200
  27. 306a5fc MINOR: server/event_hdl: publish macro helper by Aurelien DARRAGON · Tue Apr 25 10:44:41 2023 +0200
  28. fc84553 MINOR: hlua_fcn: add Proxy.get_srv_act() and Proxy.get_srv_bck() by Aurelien DARRAGON · Mon Apr 03 11:00:18 2023 +0200
  29. fc759b4 MINOR: hlua_fcn: add Server.get_pend_conn() and Server.get_cur_sess() by Aurelien DARRAGON · Mon Apr 03 10:43:17 2023 +0200
  30. 3889efa MINOR: hlua_fcn: add Server.get_proxy() by Aurelien DARRAGON · Mon Apr 03 14:00:58 2023 +0200
  31. 4be36a1 MINOR: hlua_fcn: add Server.get_trackers() by Aurelien DARRAGON · Wed Mar 29 14:02:39 2023 +0200
  32. 406511a MINOR: hlua_fcn: add Server.tracking() by Aurelien DARRAGON · Wed Mar 29 11:30:36 2023 +0200
  33. 7a03dee MINOR: hlua_fcn: add Server.is_dynamic() by Aurelien DARRAGON · Wed Mar 29 10:49:30 2023 +0200
  34. c72051d MINOR: hlua_fcn: add Server.is_backup() by Aurelien DARRAGON · Wed Mar 29 10:44:38 2023 +0200
  35. 862a0fe MINOR: hlua_fcn: fix Server.is_draining() return type by Aurelien DARRAGON · Wed Mar 29 10:46:36 2023 +0200
  36. e7405d4 MEDIUM: stconn: Check room needed to unblock opposite SC when data was sent by Christopher Faulet · Fri May 05 11:40:30 2023 +0200
  37. 18b3309 MEDIUM: stconn: Check room needed to unblock SC on fast-forward by Christopher Faulet · Fri May 05 11:40:07 2023 +0200
  38. c184b11 MEDIUM: applet: Check room needed to unblock opposite SC when data was consumed by Christopher Faulet · Fri May 05 11:39:03 2023 +0200
  39. fab82bf BUG/MEDIUM: stconn: Unblock SC from stream if there is enough room to progrees by Christopher Faulet · Fri May 05 11:30:16 2023 +0200
  40. 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · Fri May 05 11:28:45 2023 +0200
  41. 9aed112 MINOR: stconn: Add a field to specify the room needed by the SC to progress by Christopher Faulet · Fri May 05 11:25:19 2023 +0200
  42. 7a48b72 MINOR: peers: Use the applet API to send message by Christopher Faulet · Fri May 05 11:00:50 2023 +0200
  43. f4258bd MINOR: stats: Use the applet API to write data by Christopher Faulet · Fri May 05 10:59:39 2023 +0200
  44. e8ee27b MINOR: cli: Use applet API to write output message by Christopher Faulet · Fri May 05 10:56:00 2023 +0200
  45. b6ae2aa MINOR: ssl: allow to change the signature algorithm for client authentication by William Lallemand · Fri May 05 00:05:46 2023 +0200
  46. 1d3c822 MINOR: ssl: allow to change the server signature algorithm by William Lallemand · Thu May 04 15:33:55 2023 +0200
  47. e69919d CLEANUP: debug: remove the now unused ha_thread_dump_all_to_trash() by Willy Tarreau · Thu May 04 19:19:04 2023 +0200
  48. 009b551 MINOR: debug: make "show threads" properly iterate over all threads by Willy Tarreau · Thu May 04 19:07:56 2023 +0200
  49. 880d168 MINOR: debug: write panic dump to stderr one thread at a time by Willy Tarreau · Thu May 04 18:52:51 2023 +0200
  50. 9a6ecbd MEDIUM: debug: simplify the thread dump mechanism by Willy Tarreau · Thu May 04 16:23:51 2023 +0200
  51. 34f81d5 BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment by Christopher Faulet · Thu May 04 16:41:37 2023 +0200
  52. cb01f5d BUG/MINOR: debug: do not emit empty lines in thread dumps by Willy Tarreau · Thu May 04 16:28:30 2023 +0200
  53. d4af041 MINOR: mux-quic: close connection asap on local error by Amaury Denoyelle · Wed May 03 18:17:19 2023 +0200
  54. 35542ce MINOR: mux-quic: report local error on stream endpoint asap by Amaury Denoyelle · Wed May 03 18:16:40 2023 +0200
  55. 51f116d MINOR: mux-quic: adjust local error API by Amaury Denoyelle · Thu May 04 15:49:02 2023 +0200
  56. b8901d2 MINOR: mux-quic: wake up after recv only if avail data by Amaury Denoyelle · Wed May 03 15:30:04 2023 +0200
  57. 8d44bfa MINOR: mux-quic: add trace event for local error by Amaury Denoyelle · Thu May 04 15:16:01 2023 +0200
  58. b737f95 BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten by Amaury Denoyelle · Thu May 04 15:36:17 2023 +0200
  59. 4403cdf BUG/MEDIUM: mux-h2: Properly handle end of request to expect data from server by Christopher Faulet · Thu May 04 15:49:12 2023 +0200
  60. e5e6223 MINOR: debug: permit the "debug dev loop" to run under isolation by Willy Tarreau · Thu May 04 11:50:26 2023 +0200
  61. b30ced3 BUG/MINOR: debug: fix incorrect profiling status reporting in show threads by Willy Tarreau · Thu May 04 11:30:55 2023 +0200
  62. 8b3e39e MINOR: activity: allow "show activity" to restart in the middle of a line by Willy Tarreau · Wed May 03 16:18:30 2023 +0200
  63. 6ed0b98 MINOR: activity: allow "show activity" to restart dumping on any line by Willy Tarreau · Wed May 03 15:52:19 2023 +0200
  64. 8ee0d11 MINOR: activity: iterate over all fields in a main loop for dumping by Willy Tarreau · Wed May 03 15:25:04 2023 +0200
  65. a465b21 MINOR: activity: show the line header inside the SHOW_VAL macro by Willy Tarreau · Wed May 03 14:51:05 2023 +0200
  66. 5ddf9be MINOR: activity: use a single macro to iterate over all fields by Willy Tarreau · Wed May 03 14:28:35 2023 +0200
  67. ff508f1 BUILD: cli: fix build on Windows due to isalnum() implemented as a macro by Willy Tarreau · Wed May 03 16:28:54 2023 +0200
  68. 117c7fd BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found by William Lallemand · Wed May 03 15:13:10 2023 +0200
  69. 9867987 DEBUG: cli: add "debug dev task" to show/wake/expire/kill tasks and tasklets by Willy Tarreau · Wed May 03 11:22:45 2023 +0200
  70. dd01448 MINOR: debug: clarify "debug dev stream" help message by Willy Tarreau · Tue May 02 16:37:13 2023 +0200
  71. 65efd33 BUG/MINOR: stream/cli: fix stream age calculation in "show sess" by Willy Tarreau · Wed May 03 11:29:54 2023 +0200
  72. 64a77e3 MINOR: ssl: disable CRL checks with WolfSSL when no CRL file by William Lallemand · Tue May 02 18:26:46 2023 +0200
  73. 0ababda BUG/MINOR: stats: fix typo in `TotalSplicedBytesOut` field name by Tim Duesterhus · Mon Mar 27 15:23:44 2023 +0200
  74. bc0adfa MINOR: proxy: factorize send rate measurement by Amaury Denoyelle · Fri Apr 28 16:46:11 2023 +0200
  75. 1bcb695 MINOR: quic: use real sending rate measurement by Amaury Denoyelle · Fri Apr 28 16:24:44 2023 +0200
  76. 5529c99 MINOR: sample: Add bc_rtt and bc_rttvar by Aleksandar Lazic · Fri Apr 28 11:39:12 2023 +0200
  77. c05d30e MINOR: clock: replace the timeval start_time with start_time_ns by Willy Tarreau · Fri Apr 28 14:50:29 2023 +0200
  78. 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · Fri Apr 28 09:16:15 2023 +0200
  79. eed5da1 MINOR: clock: do not use now.tv_sec anymore by Willy Tarreau · Fri Apr 28 07:39:44 2023 +0200
  80. e8e4712 MINOR: checks: use a nanosecond counters instead of timeval for checks->start by Willy Tarreau · Fri Apr 28 14:39:50 2023 +0200
  81. b68d308 MINOR: activity: use nanoseconds, not timeval to compute uptime by Willy Tarreau · Thu Apr 27 14:47:34 2023 +0200
  82. 563efe6 MINOR: stats: use nanoseconds, not timeval to compute uptime by Willy Tarreau · Thu Apr 27 14:41:37 2023 +0200
  83. ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · Thu Apr 27 09:46:02 2023 +0200
  84. aaebcae MINOR: spoe: switch the timeval-based timestamps to nanosecond timestamps by Willy Tarreau · Thu Apr 27 11:54:11 2023 +0200
  85. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · Thu Apr 27 09:21:20 2023 +0200
  86. 7222db7 BUG/MINOR: stats: report the correct start date in "show info" by Willy Tarreau · Fri Apr 28 15:57:18 2023 +0200
  87. 2ebac6a BUG/MEDIUM: tcpcheck: Don't eval custom expect rule on an empty buffer by Christopher Faulet · Fri Apr 28 14:47:15 2023 +0200
  88. 89aeabf BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats by Christopher Faulet · Fri Apr 28 08:49:32 2023 +0200
  89. e99c439 BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones by Christopher Faulet · Wed Apr 26 15:56:59 2023 +0200
  90. d2f61de BUG/MINOR: hlua: return wall-clock date, not internal date in core.now() by Willy Tarreau · Thu Apr 27 18:44:14 2023 +0200
  91. bc3c4e8 BUG/MINOR: trace: show wall-clock date, not internal date in show activity by Willy Tarreau · Thu Apr 27 18:22:34 2023 +0200
  92. 22b6d26 BUG/MINOR: calltrace: fix 'now' being used in place of 'date' by Willy Tarreau · Thu Apr 27 18:13:50 2023 +0200
  93. fe1b3b8 Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'" by Willy Tarreau · Thu Apr 27 18:12:06 2023 +0200
  94. 82bde18 BUG/MINOR: activity: show wall-clock date, not internal date in show activity by Willy Tarreau · Thu Apr 27 14:44:49 2023 +0200
  95. a5f0e6c BUG/MINOR: spoe: use "date" not "now" in debug messages by Willy Tarreau · Thu Apr 27 11:56:03 2023 +0200
  96. aadcfc9 BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date' by Willy Tarreau · Wed Apr 26 15:28:09 2023 +0200
  97. 7b516d3 BUG/MINOR: quic: fix race on quic_conns list during affinity rebind by Amaury Denoyelle · Wed Apr 26 16:12:12 2023 +0200
  98. d6646dd MINOR: quic: finalize affinity change as soon as possible by Amaury Denoyelle · Wed Apr 26 17:15:37 2023 +0200
  99. a57ab0f MINOR: mux-quic: do not allocate Tx buf for empty STREAM frame by Amaury Denoyelle · Wed Apr 26 11:38:11 2023 +0200
  100. 42c5b75 MINOR: mux-quic: do not set buffer for empty STREAM frame by Amaury Denoyelle · Tue Apr 25 16:39:32 2023 +0200