1. 9b7a617 REORG: ebtree: split structures into their own file ebtree-t.h by Willy Tarreau · Wed Oct 06 17:55:45 2021 +0200
  2. 260f324 REORG: server: uninline the idle conns management functions by Willy Tarreau · Wed Oct 06 18:30:04 2021 +0200
  3. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · Wed Oct 06 18:27:28 2021 +0200
  4. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · Wed Oct 06 17:14:49 2021 +0200
  5. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · Wed Oct 06 17:09:41 2021 +0200
  6. 74f9817 CLEANUP: stick-table: no need to include socket nor in.h by Willy Tarreau · Wed Oct 06 16:43:14 2021 +0200
  7. 172c17b CLEANUP: stream: remove many unneeded includes from stream-t.h by Willy Tarreau · Wed Oct 06 16:39:28 2021 +0200
  8. a26be37 REORG: acitvity: uninline sched_activity_entry() by Willy Tarreau · Wed Oct 06 16:26:33 2021 +0200
  9. e065022 REORG: activity: uninline activity_count_runtime() by Willy Tarreau · Wed Oct 06 16:22:09 2021 +0200
  10. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  11. f2d0ec9 REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.h by Willy Tarreau · Wed Oct 06 16:03:19 2021 +0200
  12. 078c257 REORG: sched: moved samp_time and idle_time to task.c as well by Willy Tarreau · Wed Oct 06 15:58:46 2021 +0200
  13. 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · Wed Oct 06 12:15:18 2021 +0200
  14. a8a72c6 CLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set_ssl() in server.c by Willy Tarreau · Wed Oct 06 11:48:34 2021 +0200
  15. 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · Wed Oct 06 11:38:44 2021 +0200
  16. 340ef25 CLEANUP: servers: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:23:32 2021 +0200
  17. b0d8194 CLEANUP: listeners: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:16:02 2021 +0200
  18. dbf7802 REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c by Willy Tarreau · Wed Oct 06 09:05:08 2021 +0200
  19. fd1c17f CLEANUP: remove some unneeded includes from applet-t.h by Willy Tarreau · Wed Oct 06 08:54:05 2021 +0200
  20. 407ef89 REORG: thread: uninline the lock-debugging code by Willy Tarreau · Tue Oct 05 18:39:27 2021 +0200
  21. f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · Tue Oct 05 18:14:11 2021 +0200
  22. 690fa14 CLEANUP: pools: pools-t.h doesn't need to include thread-t.h by Willy Tarreau · Tue Oct 05 18:04:48 2021 +0200
  23. 1a21341 BUILD: compat: fix -Wundef on SO_REUSEADDR by Willy Tarreau · Wed Oct 06 20:06:06 2021 +0200
  24. fa17d9f BUILD: connection: connection.h needs list.h and server.h by Willy Tarreau · Wed Oct 06 18:48:01 2021 +0200
  25. 337f23a BUILD: compiler: add the container_of() and container_of_safe() macros by Willy Tarreau · Wed Oct 06 18:11:38 2021 +0200
  26. ab46ac8 BUILD: http_ana: need to include proxy-t to get redirect_rule by Willy Tarreau · Wed Oct 06 16:37:40 2021 +0200
  27. d2d968a BUILD: resolvers: define missing types in resolvers.h by Willy Tarreau · Wed Oct 06 09:18:37 2021 +0200
  28. 59be17a BUILD: stats: define several missing structures in stats.h by Willy Tarreau · Wed Oct 06 09:14:06 2021 +0200
  29. b70596d BUILD: action: add the relevant structures for function arguments by Willy Tarreau · Wed Oct 06 09:09:01 2021 +0200
  30. 168e8de MINOR: sample: provide a generic var-to-sample conversion function by Willy Tarreau · Wed Oct 06 15:29:00 2021 +0200
  31. 4034e2c CLEANUP: sample: uninline sample_conv_var2smp_str() by Willy Tarreau · Wed Oct 06 15:20:18 2021 +0200
  32. d9be599 CLEANUP: sample: rename sample_conv_var2smp() to *_sint by Willy Tarreau · Wed Oct 06 15:19:05 2021 +0200
  33. 80527bc CLEANUP: server: always include the storage for SSL settings by Willy Tarreau · Wed Oct 06 14:48:37 2021 +0200
  34. 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · Tue Oct 05 15:50:45 2021 +0200
  35. b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · Tue Sep 28 12:15:37 2021 +0200
  36. ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · Tue Sep 28 11:00:43 2021 +0200
  37. 1cdb531 REORG: sched: move the stolen CPU time detection to sched_entering_poll() by Willy Tarreau · Thu Sep 30 18:20:30 2021 +0200
  38. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · Thu Sep 30 17:53:22 2021 +0200
  39. 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · Thu Sep 30 08:52:11 2021 +0200
  40. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  41. 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · Fri Oct 01 18:30:14 2021 +0200
  42. 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · Thu Sep 30 16:38:09 2021 +0200
  43. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · Wed Sep 29 18:56:52 2021 +0200
  44. 61944f7 MINOR: ssl: Set connection error code in case of SSL read or write fatal failure by Remi Tricot-Le Breton · Wed Sep 29 18:56:51 2021 +0200
  45. 8de6dc9 REORG: pools: move default settings to defaults.h by Willy Tarreau · Mon Sep 27 19:29:30 2021 +0200
  46. 545fbba MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice by Christopher Faulet · Tue Sep 28 09:36:25 2021 +0200
  47. 92cafb3 MINOR: http: Add 422-Unprocessable-Content error message by Christopher Faulet · Tue Sep 28 08:48:51 2021 +0200
  48. 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · Tue Sep 21 16:25:15 2021 +0200
  49. 1123dde MINOR: httpclient: httpclient_ended() returns 1 if the client ended by William Lallemand · Tue Sep 21 10:58:10 2021 +0200
  50. 518878e MINOR: httpclient: httpclient_data() returns the available data by William Lallemand · Tue Sep 21 10:45:34 2021 +0200
  51. 564e39c MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf by Christopher Faulet · Tue Sep 21 15:50:55 2021 +0200
  52. 361fbcc MINOR: htx: Add a function to know if the free space wraps by Christopher Faulet · Tue Sep 21 15:45:05 2021 +0200
  53. 4697c92 MINOR: htx: Add an HTX flag to know when a message is fragmented by Christopher Faulet · Tue Sep 21 15:39:30 2021 +0200
  54. 7833596 BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM by Christopher Faulet · Thu Sep 23 14:46:32 2021 +0200
  55. df99408 BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data by Christopher Faulet · Thu Sep 23 14:17:20 2021 +0200
  56. 46e058d BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer by Christopher Faulet · Mon Sep 20 07:47:27 2021 +0200
  57. ebc3fc1 CLEANUP: quic: Remove useless inline functions by Frédéric Lécaille · Wed Sep 22 08:34:21 2021 +0200
  58. 513b4f2 MINOR: quic: Implement quic_conn_subscribe() by Frédéric Lécaille · Mon Sep 20 15:23:17 2021 +0200
  59. 153194f MINOR: mux_quic: Export the mux related flags by Frédéric Lécaille · Mon Sep 20 15:11:51 2021 +0200
  60. c7c8764 MINOR: quic: Wrong packet number space selection in quic_loss_pktns() by Frédéric Lécaille · Fri Sep 17 17:17:16 2021 +0200
  61. d7d549c MINOR: quic: Wrong packet loss detection due to wrong pktns order by Frédéric Lécaille · Fri Sep 17 17:12:56 2021 +0200
  62. 682bb38 MINOR: quic_tls: Client/serveur state reordering by Frédéric Lécaille · Fri Sep 17 17:08:03 2021 +0200
  63. eb6dfab MINOR: quic: Add a typedef for unsigned long long by Frédéric Lécaille · Thu Sep 16 11:04:49 2021 +0200
  64. 785d3bd MINOR: quic: Make use of buffer structs to handle STREAM frames by Frédéric Lécaille · Fri Sep 10 09:13:39 2021 +0200
  65. c786000 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · Thu Sep 09 16:53:33 2021 +0200
  66. 48fc74a MINOR: quic: Missing active_connection_id_limit default value by Frédéric Lécaille · Fri Sep 03 16:42:19 2021 +0200
  67. d4d6aa7 MINOR: quic: Attach the QUIC connection to a thread. by Frédéric Lécaille · Fri Sep 03 15:56:18 2021 +0200
  68. 2fc76cf MINOR: quic: Make QUIC-TLS support at least two initial salts by Frédéric Lécaille · Tue Aug 31 19:10:40 2021 +0200
  69. 2766e78 MINOR: quic: Shorten some handshakes by Frédéric Lécaille · Mon Aug 30 17:16:07 2021 +0200
  70. 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · Tue Aug 24 16:28:47 2021 +0200
  71. e0930fc MINOR: qpack: encode headers functions by Amaury Denoyelle · Tue Aug 24 16:17:38 2021 +0200
  72. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · Tue Aug 24 15:50:32 2021 +0200
  73. aeb36f0 MINOR: mux-quic: define FIN stream flag by Amaury Denoyelle · Fri Aug 27 14:55:39 2021 +0200
  74. 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · Tue Aug 24 16:33:53 2021 +0200
  75. f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · Tue Aug 24 16:11:18 2021 +0200
  76. fd7cdc3 MINOR: qpack: generate headers list on decoder by Amaury Denoyelle · Tue Aug 24 15:13:20 2021 +0200
  77. 7a4f0d8 MINOR: quic-enc: fix varint encoding by Amaury Denoyelle · Tue Aug 24 16:29:49 2021 +0200
  78. f4c5c7b MINOR: quic: Wrong short packet minimum length by Frédéric Lécaille · Wed Aug 25 16:11:00 2021 +0200
  79. ca9d32c MINOR: quic: Wrong STREAM frame length computing by Frédéric Lécaille · Wed Aug 25 16:08:47 2021 +0200
  80. f798096 MINOR: quic: Post handshake packet building improvements by Frédéric Lécaille · Thu Aug 19 17:35:21 2021 +0200
  81. 67f47d0 MINOR: quic: Wrong flags handling for acks by Frédéric Lécaille · Thu Aug 19 15:19:09 2021 +0200
  82. 31550af MINOR: quic: Missing QUIC encryption level for qc_build_pkt() by Frédéric Lécaille · Thu Aug 19 07:33:08 2021 +0200
  83. ee57444 MINOR: quic: Fix handshake state debug strings by Frédéric Lécaille · Wed Aug 18 09:10:48 2021 +0200
  84. 2e459a8 MINOR: quic: Update the TLS extension for QUIC transport parameters by Frédéric Lécaille · Mon Aug 16 17:08:26 2021 +0200
  85. dbe25af MINOR: quic: Add a pool for TX ring buffer internal buffer by Frédéric Lécaille · Wed Aug 04 15:27:37 2021 +0200
  86. a2e954a MINOR: quic: Make circular buffer internal buffers be variable-sized. by Frédéric Lécaille · Wed Aug 04 14:53:06 2021 +0200
  87. 0e50e1b MINOR: quic: Add the packet type to quic_tx_packet struct by Frédéric Lécaille · Tue Aug 03 15:03:35 2021 +0200
  88. db2a764 MINOR: quic: Add a useful function to compute any frame length. by Frédéric Lécaille · Mon Aug 02 16:41:28 2021 +0200
  89. 0ad0458 MINOR: quic: Replace quic_tx_frm struct by quic_frame struct by Frédéric Lécaille · Tue Jul 27 14:51:54 2021 +0200
  90. c88df07 MINOR: quic: Make ->tx.frms quic_pktns struct member be thread safe by Frédéric Lécaille · Tue Jul 27 11:43:11 2021 +0200
  91. 120ea6f MINOR: quic: Make qc_treat_rx_pkts() be thread safe. by Frédéric Lécaille · Mon Jul 26 16:42:56 2021 +0200
  92. 98cdeb2 MINOR: quic: Rename ->rx.rwlock of quic_enc_level struct to ->rx.pkts_rwlock by Frédéric Lécaille · Mon Jul 26 16:38:14 2021 +0200
  93. 9054d1b MINOR: quic: Missing encryption level rx.crypto member initialization and lock. by Frédéric Lécaille · Mon Jul 26 16:23:53 2021 +0200
  94. b095252 MINOR: Add function for TX packets reference counting by Frédéric Lécaille · Fri Jul 16 11:42:44 2021 +0200
  95. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · Tue Jul 06 17:19:44 2021 +0200
  96. c5b0c93 MINOR: quic: Make use of TX ring buffers to send QUIC packets by Frédéric Lécaille · Tue Jul 06 16:35:52 2021 +0200
  97. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · Tue Jul 06 16:25:08 2021 +0200
  98. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · Tue Jul 06 15:39:26 2021 +0200
  99. 22cfdf8 MINOR: quic: Add ring buffer definition (struct qring) for QUIC by Frédéric Lécaille · Tue Jul 06 15:34:37 2021 +0200
  100. 9621565 MINOR: net_helper: add functions for pointers by Frédéric Lécaille · Tue Jul 06 14:34:46 2021 +0200