1. 76d343d MINOR: time: replace calls to tv_ms_elapsed() with a linear subtract by Willy Tarreau · Thu Apr 27 09:21:20 2023 +0200
  2. 591fa59 MINOR: time: add conversions to/from nanosecond timestamps by Willy Tarreau · Thu Apr 27 08:51:54 2023 +0200
  3. 7222db7 BUG/MINOR: stats: report the correct start date in "show info" by Willy Tarreau · Fri Apr 28 15:57:18 2023 +0200
  4. 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
  5. 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
  6. 81951f2 BUG/MINOR: stconn: Fix SC flags with same value by Christopher Faulet · Fri Apr 28 08:38:44 2023 +0200
  7. 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
  8. 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
  9. 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
  10. 22b6d26 BUG/MINOR: calltrace: fix 'now' being used in place of 'date' by Willy Tarreau · Thu Apr 27 18:13:50 2023 +0200
  11. 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
  12. 64651d1 BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output by Willy Tarreau · Thu Apr 27 18:05:38 2023 +0200
  13. 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
  14. a5f0e6c BUG/MINOR: spoe: use "date" not "now" in debug messages by Willy Tarreau · Thu Apr 27 11:56:03 2023 +0200
  15. 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
  16. 6703653 BUILD: ssl: switch LibreSSL to Fastly CDN by Ilia Shipitsin · Wed Apr 26 12:15:11 2023 +0200
  17. 156c4b3 CI: switch to Fastly CDN to download LibreSSL by Ilia Shipitsin · Wed Apr 26 12:12:54 2023 +0200
  18. 7b516d3 BUG/MINOR: quic: fix race on quic_conns list during affinity rebind by Amaury Denoyelle · Wed Apr 26 16:12:12 2023 +0200
  19. d6646dd MINOR: quic: finalize affinity change as soon as possible by Amaury Denoyelle · Wed Apr 26 17:15:37 2023 +0200
  20. a57ab0f MINOR: mux-quic: do not allocate Tx buf for empty STREAM frame by Amaury Denoyelle · Wed Apr 26 11:38:11 2023 +0200
  21. 42c5b75 MINOR: mux-quic: do not set buffer for empty STREAM frame by Amaury Denoyelle · Tue Apr 25 16:39:32 2023 +0200
  22. 19eaf88 BUG/MINOR: quic: prevent buggy memcpy for empty STREAM by Amaury Denoyelle · Tue Apr 25 15:52:24 2023 +0200
  23. 7c5591f BUG/MEDIUM: mux-quic: improve streams fairness to prevent early timeout by Amaury Denoyelle · Fri Apr 21 14:48:01 2023 +0200
  24. 24962dd BUG/MEDIUM: mux-quic: do not emit RESET_STREAM for unknown length by Amaury Denoyelle · Mon Apr 24 17:50:23 2023 +0200
  25. 8c4d7ee MINOR: acme.sh: add the deploy script for acme.sh in admin directory by William Lallemand · Wed Apr 26 17:32:15 2023 +0200
  26. e8ae99b DEV: h2: support reading frame payload from a file by Willy Tarreau · Wed Apr 26 11:25:46 2023 +0200
  27. 78bb934 DEV: h2: add a script "mkhdr" to build h2 frames from scratch by Willy Tarreau · Wed Apr 26 09:40:23 2023 +0200
  28. 543e254 DEBUG: crash using an invalid opcode on aarch64 instead of an invalid access by Willy Tarreau · Tue Apr 25 19:01:48 2023 +0200
  29. 77787ec DEBUG: crash using an invalid opcode on x86/x86_64 instead of an invalid access by Willy Tarreau · Tue Apr 25 18:44:58 2023 +0200
  30. 7d23e8d CLEANUP: quic: Rename several <buf> variables into quic_sock.c by Frédéric Lécaille · Mon Apr 24 15:49:36 2023 +0200
  31. bb426aa CLEANUP: quic: Rename <buf> variable into qc_parse_hd_form() by Frédéric Lécaille · Mon Apr 24 15:44:18 2023 +0200
  32. 6ff52f9 CLEANUP: quic: Rename <buf> variable into quic_packet_read_long_header() by Frédéric Lécaille · Mon Apr 24 15:41:07 2023 +0200
  33. 81a02b5 CLEANUP: quic: Rename several <buf> variables at low level by Frédéric Lécaille · Mon Apr 24 15:29:56 2023 +0200
  34. 182934d CLEANUP: quic: Rename quic_get_dgram_dcid() <buf> variable by Frédéric Lécaille · Mon Apr 24 15:24:58 2023 +0200
  35. 1e0f825 CLEANUP: quic: Make qc_build_pkt() be more readable by Frédéric Lécaille · Mon Apr 24 15:02:34 2023 +0200
  36. 3adb9e8 CLEANUP: quic: Rename <buf> variable for several low level functions by Frédéric Lécaille · Mon Apr 24 14:54:48 2023 +0200
  37. bef3098 CLEANUP: quic: Rename <buf> variable into quic_rx_pkt_parse() by Frédéric Lécaille · Mon Apr 24 14:43:57 2023 +0200
  38. 7f0b1c7 CLEANUP: quic: Rename <buf> variable into quic_padding_check() by Frédéric Lécaille · Mon Apr 24 14:38:33 2023 +0200
  39. dad0ede CLEANUP: quic: Rename <buf> variable to <token> in quic_generate_retry_token() by Frédéric Lécaille · Mon Apr 24 14:35:18 2023 +0200
  40. e66d67a CLEANUP: quic: Remove useless parameters passes to qc_purge_tx_buf() by Frédéric Lécaille · Mon Apr 24 12:05:46 2023 +0200
  41. d5f03cd CLEANUP: quic: rename frame variables by Amaury Denoyelle · Mon Apr 24 15:32:23 2023 +0200
  42. 888c5f2 CLEANUP: quic: rename frame types with an explicit prefix by Amaury Denoyelle · Mon Apr 24 14:26:30 2023 +0200
  43. b73762a BUG/MINOR: quic: Useless I/O handler task wakeups (draining, killing state) by Frédéric Lécaille · Mon Apr 24 11:32:22 2023 +0200
  44. d21c628 BUG/MINOR: quic: Useless probing retransmission in draining or killing state by Frédéric Lécaille · Mon Apr 24 11:26:06 2023 +0200
  45. c6bec2a BUG/MINOR: quic: Possible leak during probing retransmissions by Frédéric Lécaille · Mon Apr 24 11:20:32 2023 +0200
  46. ce0bb33 BUG/MINOR: quic: Possible memory leak from TX packets by Frédéric Lécaille · Mon Apr 24 11:11:55 2023 +0200
  47. e95e00e MINOR: quic: Move traces at proto level by Frédéric Lécaille · Mon Apr 24 10:59:33 2023 +0200
  48. 3b50e5c [RELEASE] Released version 2.8-dev8 by Willy Tarreau · Sun Apr 23 10:21:37 2023 +0200
  49. 0e875cf MEDIUM: listener: switch the default sharding to by-group by Willy Tarreau · Sun Apr 23 00:51:59 2023 +0200
  50. 7310164 MINOR: listener: add a new global tune.listener.default-shards setting by Willy Tarreau · Sat Apr 22 22:06:23 2023 +0200
  51. c38499c MINOR: listener: do not restrict CLI to first group anymore by Willy Tarreau · Sat Apr 22 22:27:31 2023 +0200
  52. f1003ea MINOR: protocol: perform a live check for SO_REUSEPORT support by Willy Tarreau · Sat Apr 22 18:26:56 2023 +0200
  53. b073573 MINOR: sock: add a function to check for SO_REUSEPORT support at runtime by Willy Tarreau · Sat Apr 22 18:25:09 2023 +0200
  54. 8a5e6f4 MINOR: protocol: add a function to check if some features are supported by Willy Tarreau · Sat Apr 22 17:39:30 2023 +0200
  55. c1fbdd6 MINOR: listener: automatically adjust shards based on support for SO_REUSEPORT by Willy Tarreau · Sat Apr 22 11:38:55 2023 +0200
  56. 785b89f MINOR: protocol: move the global reuseport flag to the protocols by Willy Tarreau · Sat Apr 22 15:09:07 2023 +0200
  57. 65df7e0 MINOR: protocol: add a flags field to store info about protocols by Willy Tarreau · Sat Apr 22 15:02:35 2023 +0200
  58. a22db65 MEDIUM: peers: call bind_complete_thread_setup() to finish the config by Willy Tarreau · Sat Apr 22 23:52:17 2023 +0200
  59. da0d2cb MINOR: proxy: make proxy_type_str() recognize peers sections by Willy Tarreau · Sun Apr 23 00:04:36 2023 +0200
  60. f6a8444 REORG: listener: move the bind_conf's thread setup code to listener.c by Willy Tarreau · Sat Apr 22 23:25:38 2023 +0200
  61. 4c538df CLEANUP: protocol: move the nb_receivers to plug a hole in protocol by Willy Tarreau · Sat Apr 22 14:57:42 2023 +0200
  62. 798d6b4 CLEANUP: protocol: move the l3_addrlen to plug a hole in proto_fam by Willy Tarreau · Sat Apr 22 11:18:54 2023 +0200
  63. df4051c BUILD: proto_tcp: export the correct names for proto_tcpv[46] by Willy Tarreau · Sat Apr 22 15:26:02 2023 +0200
  64. 968a4f3 BUILD: sock_inet: forward-declare struct receiver by Willy Tarreau · Sat Apr 22 11:02:04 2023 +0200
  65. e1a0107 BUG/MINOR: config: fix NUMA topology detection on FreeBSD by Willy Tarreau · Sat Apr 22 19:26:07 2023 +0200
  66. 997ad15 BUG/MINOR: tools: check libssl and libcrypto separately by Willy Tarreau · Sat Apr 22 19:47:19 2023 +0200
  67. 9f53b7b BUG/MINOR: sock_inet: use SO_REUSEPORT_LB where available by Willy Tarreau · Sat Apr 22 20:12:59 2023 +0200
  68. ccf8012 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 22 20:20:39 2023 +0200
  69. edfa7c9 CI: extend spellchecker whitelist, add "clen" as well by Ilya Shipitsin · Sat Apr 22 20:11:35 2023 +0200
  70. e247038 REGTESTS: remove unsupported "stats bind-process" keyword by Ilya Shipitsin · Sat Apr 22 20:09:05 2023 +0200
  71. dfb48d4 CI: cirrus-ci: bump FreeBSD image to 13-1 by Ilya Shipitsin · Sat Apr 22 19:13:03 2023 +0200
  72. 023c311 BUG/MINOR: cli: clarify error message about stats bind-process by Willy Tarreau · Sun Apr 23 09:40:56 2023 +0200
  73. 1307cd4 CLEANUP: Stop checking the pointer before calling `ring_free()` by Tim Duesterhus · Sat Apr 22 17:47:35 2023 +0200
  74. fe83f58 CLEANUP: Stop checking the pointer before calling `task_free()` by Tim Duesterhus · Sat Apr 22 17:47:34 2023 +0200
  75. c18e244 CLEANUP: Stop checking the pointer before calling `pool_free()` by Tim Duesterhus · Sat Apr 22 17:47:33 2023 +0200
  76. b1ec21d CLEANUP: Stop checking the pointer before calling `tasklet_free()` by Tim Duesterhus · Sat Apr 22 17:47:32 2023 +0200
  77. 3a8c63d MINOR: Make `tasklet_free()` safe to be called with `NULL` by Tim Duesterhus · Sat Apr 22 17:47:31 2023 +0200
  78. 8adffaa MINOR: listener: always compare the local thread as well by Willy Tarreau · Wed Apr 19 18:06:16 2023 +0200
  79. ff18504 MINOR: listener: make sure to avoid ABA updates in per-thread index by Willy Tarreau · Thu Apr 20 16:52:21 2023 +0200
  80. 77e3350 MINOR: listener: resync with the thread index before heavy calculations by Willy Tarreau · Wed Apr 19 17:19:28 2023 +0200
  81. b657492 MINOR: listener: use a common thr_idx from the reference listener by Willy Tarreau · Wed Mar 29 17:02:17 2023 +0200
  82. 9d36060 MEDIUM: listener: rework thread assignment to consider all groups by Willy Tarreau · Mon Mar 27 10:38:51 2023 +0200
  83. e6f5ab5 MINOR: listener: make accept_queue index atomic by Willy Tarreau · Thu Apr 20 11:05:28 2023 +0200
  84. 09b52d1 MEDIUM: config: permit to start a bind on multiple groups at once by Willy Tarreau · Mon Feb 27 16:42:32 2023 +0100
  85. 09e266e MINOR: proto: skip socket setup for duped FDs by Willy Tarreau · Mon Feb 27 16:40:54 2023 +0100
  86. 0e1aaf4 MEDIUM: proto: duplicate receivers marked RX_F_MUST_DUP by Willy Tarreau · Mon Feb 27 16:39:32 2023 +0100
  87. e4c36aa MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be duped by Willy Tarreau · Mon Feb 27 16:37:21 2023 +0100
  88. aae1810 MINOR: receiver: add a struct shard_info to store info about each shard by Willy Tarreau · Wed Mar 01 18:25:58 2023 +0100
  89. 84fe1f4 MINOR: listener: support another thread dispatch mode: "fair" by Willy Tarreau · Thu Apr 20 15:40:38 2023 +0200
  90. 6a4d48b MINOR: quic_sock: index li->per_thr[] on local thread id, not global one by Willy Tarreau · Fri Apr 21 10:46:45 2023 +0200
  91. 77d37b0 MINOR: quic: support migrating the listener as well by Willy Tarreau · Thu Apr 20 19:03:49 2023 +0200
  92. 23f352f MINOR: server/event_hdl: prepare for server event data wrapper by Aurelien DARRAGON · Fri Mar 24 17:02:53 2023 +0100
  93. f71e064 MEDIUM: server: split srv_update_status() in two functions by Aurelien DARRAGON · Wed Apr 19 16:19:58 2023 +0200
  94. 76e2555 MINOR: server: pass adm and op cause to srv_update_status() by Aurelien DARRAGON · Tue Apr 18 11:00:17 2023 +0200
  95. 10518c0 CLEANUP: server: fix srv_set_{running, stopping, stopped} function comment by Aurelien DARRAGON · Wed Apr 19 10:33:02 2023 +0200
  96. c54b98a CLEANUP: server: remove unused variables in srv_update_status() by Aurelien DARRAGON · Tue Apr 18 12:08:18 2023 +0200
  97. 1746b56 MINOR: server: change srv_op_st_chg_cause storage type by Aurelien DARRAGON · Tue Apr 04 10:17:40 2023 +0200
  98. f3b48a8 MINOR: server: srv_append_status refacto by Aurelien DARRAGON · Fri Apr 14 18:07:09 2023 +0200
  99. 9b1ccd7 MINOR: server: change adm_st_chg_cause storage type by Aurelien DARRAGON · Mon Apr 03 17:40:28 2023 +0200
  100. 85b9137 MINOR: server: propagate lb changes through srv_lb_propagate() by Aurelien DARRAGON · Tue Apr 18 12:02:48 2023 +0200