1. deb7c87 MINOR: quic: define first packet flag by Amaury Denoyelle · Wed Oct 19 17:14:28 2022 +0200
  2. 845169d MINOR: quic: extend pn_offset field from quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:26 2022 +0200
  3. 0eae572 MINOR: quic: add version field on quic_rx_packet by Amaury Denoyelle · Mon Oct 17 18:05:18 2022 +0200
  4. f5a0c8a MEDIUM: quic: respect the threads assigned to a bind line by Willy Tarreau · Thu Oct 13 16:14:11 2022 +0200
  5. eba6a54 MINOR: logs: startup-logs can use a shm for logging the reload by William Lallemand · Mon Sep 26 12:54:39 2022 +0200
  6. 35df342 MINOR: buffers: split b_force_xfer() into b_cpy() and b_force_xfer() by William Lallemand · Mon Oct 10 17:27:47 2022 +0200
  7. 9e4ead3 MINOR: ring: ring_cast_from_area() cast from an allocated area by William Lallemand · Tue Sep 27 15:53:53 2022 +0200
  8. 1cba8d6 CLEANUP: quic: improve naming for rxbuf/datagrams handling by Amaury Denoyelle · Thu Oct 06 15:16:22 2022 +0200
  9. 8c4d062 CLEANUP: quic: remove unused rxbufs member in receiver by Amaury Denoyelle · Thu Oct 13 10:11:36 2022 +0200
  10. e1a49cf MINOR: quic: Split the secrets key allocation in two parts by Frédéric Lécaille · Fri Sep 16 16:24:47 2022 +0200
  11. 4aa7d81 BUG/MINOR: quic: Stalled 0RTT connections with big ClientHello TLS message by Frédéric Lécaille · Fri Sep 16 10:15:58 2022 +0200
  12. 9f9263e MINOR: quic: Use a non-contiguous buffer for RX CRYPTO data by Frédéric Lécaille · Tue Sep 13 14:36:44 2022 +0200
  13. 7e3f7c4 MINOR: quic: New quic_cstream object implementation by Frédéric Lécaille · Fri Sep 09 18:05:45 2022 +0200
  14. d114f4a MEDIUM: checks: spread the checks load over random threads by Willy Tarreau · Wed Oct 12 20:58:18 2022 +0200
  15. c8db114 MINOR: flags/mux-fcgi: Decode FCGI connection and stream flags by Christopher Faulet · Wed Oct 12 17:00:13 2022 +0200
  16. 3965aa7 REORG: mux-fcgi: Extract flags and enums into mux_fcgi-t.h by Christopher Faulet · Wed Oct 12 16:57:19 2022 +0200
  17. dbae89e MEDIUM: stick-table: always use atomic ops to requeue the table's task by Willy Tarreau · Wed Oct 12 10:00:50 2022 +0000
  18. 8d3c333 MEDIUM: stick-table: make stksess_kill_if_expired() avoid the exclusive lock by Willy Tarreau · Tue Oct 11 18:50:22 2022 +0000
  19. 9f5cb43 MINOR: stick-table: move the write lock inside stktable_touch_with_exp() by Willy Tarreau · Tue Oct 11 18:17:58 2022 +0000
  20. 7664222 MEDIUM: stick-table: switch the table lock to rwlock by Willy Tarreau · Tue Oct 11 12:02:50 2022 +0200
  21. f6a42c3 MINOR: freq_ctr: use the thread's local time whenever possible by Willy Tarreau · Tue Oct 11 11:55:16 2022 +0200
  22. b13044c MINOR: plock: support disabling exponential back-off by Willy Tarreau · Tue Oct 11 17:02:02 2022 +0200
  23. cab054b CLEANUP: quic/receiver: remove the now unused tx_qring list by Willy Tarreau · Tue Oct 11 08:36:21 2022 +0200
  24. 97ecc7a MEDIUM: quic: retrieve frontend destination address by Amaury Denoyelle · Fri Sep 23 17:15:58 2022 +0200
  25. 2ed8400 MINOR: quic: limit usage of ssl_sock_ctx in favor of quic_conn by Amaury Denoyelle · Mon Sep 26 14:53:59 2022 +0200
  26. 922a907 MINOR: fd: add a new function to only raise RLIMIT_NOFILE by Willy Tarreau · Thu Sep 22 16:08:47 2022 +0200
  27. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · Fri Sep 30 18:11:13 2022 +0200
  28. a263938 CLEANUP: quic: remove duplicated varint code from xprt_quic.h by Amaury Denoyelle · Fri Sep 30 17:47:04 2022 +0200
  29. 5c25dc5 CLEANUP: quic: fix headers by Amaury Denoyelle · Fri Sep 30 17:44:15 2022 +0200
  30. f3c40f8 BUG/MINOR: quic: adjust quic_tls prototypes by Amaury Denoyelle · Fri Sep 30 17:37:38 2022 +0200
  31. a19bb6f CLEANUP: quic: remove global var definition in quic_tls header by Amaury Denoyelle · Fri Sep 30 17:31:18 2022 +0200
  32. 406efb9 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · Mon Oct 03 14:56:34 2022 +0200
  33. 8522348 BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns by Willy Tarreau · Thu Sep 29 20:32:43 2022 +0200
  34. d786931 MINOR: cli: correct commentary and replace 'set global-key' name by Erwan Le Goas · Thu Sep 29 10:36:11 2022 +0200
  35. f30c5d7 MINOR: config: Add option line when the configuration file is dumped by Erwan Le Goas · Thu Sep 29 10:34:04 2022 +0200
  36. 5eef158 MINOR: tools: modify hash_ipanon in order to use it in cli by Erwan Le Goas · Thu Sep 29 10:25:31 2022 +0200
  37. 56ac2cb CLEANUP: list: fix again some style issues in the recent comments by Willy Tarreau · Tue Sep 27 07:42:28 2022 +0200
  38. 0a0512f MINOR: mworker/cli: the mcli_reload bind_conf only send the reload status by William Lallemand · Sat Sep 24 16:14:50 2022 +0200
  39. 56f73b2 MINOR: mworker: stores the mcli_reload bind_conf by William Lallemand · Sat Sep 24 15:56:25 2022 +0200
  40. 21623b5 MINOR: mworker: mworker_cli_proxy_new_listener() returns a bind_conf by William Lallemand · Sat Sep 24 15:51:27 2022 +0200
  41. 4558437 CLEANUP: list: Fix mt_list_for_each_entry_safe indentation by Christopher Faulet · Wed Sep 21 15:44:54 2022 +0200
  42. 60cffba MINOR: list: documenting mt_list_for_each_entry_safe() macro by Aurelien DARRAGON · Wed Sep 21 10:43:15 2022 +0200
  43. a700420 MINOR: clock: split local and global date updates by Willy Tarreau · Wed Sep 21 07:37:27 2022 +0200
  44. ae1e14d CLEANUP: tools: removing escape_chunk() function by Aurelien DARRAGON · Tue Sep 20 14:41:38 2022 +0200
  45. c5bff8e BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · Tue Sep 20 14:33:18 2022 +0200
  46. 0ed617a BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset by Amaury Denoyelle · Tue Sep 20 14:46:40 2022 +0200
  47. 9534e59 MINOR: mux-quic: refactor snd_buf by Amaury Denoyelle · Mon Sep 19 17:14:27 2022 +0200
  48. d80fbca REORG: mux-quic: export HTTP related function in a dedicated file by Amaury Denoyelle · Mon Sep 19 17:02:28 2022 +0200
  49. 36d50bf REORG: mux-quic: extract traces in a dedicated source file by Amaury Denoyelle · Mon Sep 19 16:12:38 2022 +0200
  50. afb7b9d BUG/MEDIUM: mux-quic: fix nb_hreq decrement by Amaury Denoyelle · Mon Sep 19 11:58:24 2022 +0200
  51. b0c0501 MINOR: config: add command-line -dC to dump the configuration file by Erwan Le Goas · Wed Sep 14 17:51:55 2022 +0200
  52. 54966df MINOR: anon: store the anonymizing key in the CLI's appctx by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  53. fad9da8 MINOR: anon: store the anonymizing key in the global structure by Erwan Le Goas · Wed Sep 14 17:24:22 2022 +0200
  54. 9c76637 MINOR: anon: add new macros and functions to anonymize contents by Erwan Le Goas · Wed Sep 14 17:40:24 2022 +0200
  55. 8d4ac48 CLEANUP: mux-quic: remove stconn usage in h3/hq by Amaury Denoyelle · Thu Sep 15 11:22:32 2022 +0200
  56. 7c4b2ec MINOR: flags/mux-h1: decode H1C and H1S flags by Christopher Faulet · Thu Sep 15 10:54:36 2022 +0200
  57. 18ad15f REORG: mux-h1: extract flags and enums into mux_h1-t.h by Christopher Faulet · Thu Sep 15 10:51:26 2022 +0200
  58. f8aaf8b BUG/MEDIUM: mux-quic: fix crash on early app-ops release by Amaury Denoyelle · Wed Sep 14 16:23:47 2022 +0200
  59. 95fc737 MEDIUM: quic: separate path for rx and tx with set_encryption_secrets by William Lallemand · Wed Sep 14 17:54:05 2022 +0200
  60. 1c8f3b3 MINOR: httpclient: export httpclient_create_proxy() by William Lallemand · Wed Sep 14 14:34:39 2022 +0200
  61. 992ad62 MEDIUM: httpclient: allow to use another proxy by William Lallemand · Mon Sep 12 17:39:04 2022 +0200
  62. 54aec5f MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclient by William Lallemand · Mon Sep 12 16:46:35 2022 +0200
  63. d6e581d BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · Tue Sep 13 16:16:30 2022 +0200
  64. 439be58 MINOR: flags/mux-h2: decode H2C and H2S flags by Willy Tarreau · Mon Sep 12 19:20:23 2022 +0200
  65. 6c0fadf REORG: mux-h2: extract flags and enums into mux_h2-t.h by Willy Tarreau · Mon Sep 12 19:07:51 2022 +0200
  66. 799e541 MINOR: flags/fd: decode FD flags states by Willy Tarreau · Mon Sep 12 18:53:06 2022 +0200
  67. 62bde43 BUILD: flags: fix the fallback macros for missing stdio by Willy Tarreau · Fri Sep 09 17:46:45 2022 +0200
  68. 233c0a5 BUILD: flags: fix build warning in some macros used by show_flags by Willy Tarreau · Fri Sep 09 17:35:05 2022 +0200
  69. d46f437 MINOR: proxy/listener: support for additional PAUSED state by Aurelien DARRAGON · Fri Sep 09 15:51:37 2022 +0200
  70. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · Fri Sep 09 15:32:57 2022 +0200
  71. 6edae6f MINOR: flags/http_ana: use flag dumping to show http msg states by Willy Tarreau · Fri Sep 09 17:18:57 2022 +0200
  72. 5349779 MINOR: flags/htx: use flag dumping to show htx and start-line flags by Willy Tarreau · Fri Sep 09 16:59:29 2022 +0200
  73. e2afad0 MINOR: flags/http_ana: use flag dumping for txn flags by Willy Tarreau · Fri Sep 09 16:31:37 2022 +0200
  74. 92a2d3c MINOR: flags/task: use flag dumping for task state by Willy Tarreau · Fri Sep 09 16:19:33 2022 +0200
  75. e9d1283 MINOR: flags/stream: use flag dumping for stream flags by Willy Tarreau · Fri Sep 09 16:10:40 2022 +0200
  76. f4cb98c MINOR: flags/stream: use flag dumping for stream error type by Willy Tarreau · Fri Sep 09 15:38:30 2022 +0200
  77. 4bab7d8 MINOR: flags/stconn: use flag dumping for stconn and sedesc flags by Willy Tarreau · Fri Sep 09 15:26:38 2022 +0200
  78. 9d9e101 MINOR: flags/connection: use flag dumping for connection flags by Willy Tarreau · Fri Sep 09 15:04:32 2022 +0200
  79. cdc9ddc MINOR: flags/channel: use flag dumping for channel flags and analysers by Willy Tarreau · Fri Sep 09 14:51:57 2022 +0200
  80. 7a955b5 MINOR: flags: implement a macro used to dump enums inside masks by Willy Tarreau · Fri Sep 09 16:05:10 2022 +0200
  81. 77acaf5 MINOR: flags: add a new file to host flag dumping macros by Willy Tarreau · Fri Sep 09 14:34:12 2022 +0200
  82. 3dd79d3 MINOR: h3: Send the h3 settings with others streams (requests) by Frédéric Lécaille · Thu Sep 08 17:53:36 2022 +0200
  83. bb995ea BUG/MINOR: quic: Speed up the handshake completion only one time by Frédéric Lécaille · Wed Sep 07 17:34:18 2022 +0200
  84. 3d4cdb1 MEDIUM: tasks/activity: combine the called function with the caller by Willy Tarreau · Wed Sep 07 18:37:47 2022 +0200
  85. a342387 CLEANUP: activity: make the number of sched activity entries more configurable by Willy Tarreau · Wed Sep 07 18:49:55 2022 +0200
  86. e0e6d81 CLEANUP: task: move tid and wake_date into the common part by Willy Tarreau · Wed Sep 07 16:43:01 2022 +0200
  87. 2830d28 DEBUG: task: simplify the caller recording in DEBUG_TASK by Willy Tarreau · Tue Sep 06 11:11:47 2022 +0200
  88. 8d71abf DEBUG: applet: instrument appctx_wakeup() to log the caller's location by Willy Tarreau · Tue Sep 06 14:45:55 2022 +0200
  89. e08af9a DEBUG: task: use struct ha_caller instead of arrays of file:line by Willy Tarreau · Tue Sep 06 10:25:49 2022 +0200
  90. d2b2ad9 DEBUG: task: define a series of wakeup types for tasks and tasklets by Willy Tarreau · Tue Sep 06 15:01:55 2022 +0200
  91. d96d214 CLEANUP: debug: use struct ha_caller for memstat by Willy Tarreau · Tue Sep 06 08:05:59 2022 +0200
  92. 7f2f1f2 MINOR: debug: add struct ha_caller to describe a calling location by Willy Tarreau · Tue Sep 06 07:55:44 2022 +0200
  93. 4a39076 MINOR: tools: add generic pointer hashing functions by Willy Tarreau · Wed Sep 07 10:56:03 2022 +0200
  94. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · Wed Sep 07 09:17:45 2022 +0200
  95. 1efddfa MINOR: sched: store the current profile entry in the thread context by Willy Tarreau · Wed Sep 07 16:16:39 2022 +0200
  96. 62b5b96 BUG/MINOR: sched: properly account for the CPU time of dying tasks by Willy Tarreau · Wed Sep 07 15:11:25 2022 +0200
  97. 04e50b3 CLEANUP: task: rename ->call_date to ->wake_date by Willy Tarreau · Wed Sep 07 14:49:50 2022 +0200
  98. 768c2c5 MINOR: task: permanently enable latency measurement on tasklets by Willy Tarreau · Tue Sep 06 19:17:45 2022 +0200
  99. 0fae3a0 BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet by Willy Tarreau · Tue Sep 06 16:31:30 2022 +0200
  100. f27acd9 BUG/MINOR: task: always reset a new tasklet's call date by Willy Tarreau · Tue Sep 06 19:06:52 2022 +0200