1. 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
  2. 340ef25 CLEANUP: servers: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:23:32 2021 +0200
  3. b0d8194 CLEANUP: listeners: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:16:02 2021 +0200
  4. 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
  5. fd1c17f CLEANUP: remove some unneeded includes from applet-t.h by Willy Tarreau · Wed Oct 06 08:54:05 2021 +0200
  6. 407ef89 REORG: thread: uninline the lock-debugging code by Willy Tarreau · Tue Oct 05 18:39:27 2021 +0200
  7. f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · Tue Oct 05 18:14:11 2021 +0200
  8. 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
  9. 1a21341 BUILD: compat: fix -Wundef on SO_REUSEADDR by Willy Tarreau · Wed Oct 06 20:06:06 2021 +0200
  10. fa17d9f BUILD: connection: connection.h needs list.h and server.h by Willy Tarreau · Wed Oct 06 18:48:01 2021 +0200
  11. 337f23a BUILD: compiler: add the container_of() and container_of_safe() macros by Willy Tarreau · Wed Oct 06 18:11:38 2021 +0200
  12. ab46ac8 BUILD: http_ana: need to include proxy-t to get redirect_rule by Willy Tarreau · Wed Oct 06 16:37:40 2021 +0200
  13. d2d968a BUILD: resolvers: define missing types in resolvers.h by Willy Tarreau · Wed Oct 06 09:18:37 2021 +0200
  14. 59be17a BUILD: stats: define several missing structures in stats.h by Willy Tarreau · Wed Oct 06 09:14:06 2021 +0200
  15. b70596d BUILD: action: add the relevant structures for function arguments by Willy Tarreau · Wed Oct 06 09:09:01 2021 +0200
  16. 168e8de MINOR: sample: provide a generic var-to-sample conversion function by Willy Tarreau · Wed Oct 06 15:29:00 2021 +0200
  17. 4034e2c CLEANUP: sample: uninline sample_conv_var2smp_str() by Willy Tarreau · Wed Oct 06 15:20:18 2021 +0200
  18. d9be599 CLEANUP: sample: rename sample_conv_var2smp() to *_sint by Willy Tarreau · Wed Oct 06 15:19:05 2021 +0200
  19. 80527bc CLEANUP: server: always include the storage for SSL settings by Willy Tarreau · Wed Oct 06 14:48:37 2021 +0200
  20. 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · Tue Oct 05 15:50:45 2021 +0200
  21. b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · Tue Sep 28 12:15:37 2021 +0200
  22. ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · Tue Sep 28 11:00:43 2021 +0200
  23. 1cdb531 REORG: sched: move the stolen CPU time detection to sched_entering_poll() by Willy Tarreau · Thu Sep 30 18:20:30 2021 +0200
  24. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · Thu Sep 30 17:53:22 2021 +0200
  25. 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · Thu Sep 30 08:52:11 2021 +0200
  26. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  27. 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · Fri Oct 01 18:30:14 2021 +0200
  28. 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · Thu Sep 30 16:38:09 2021 +0200
  29. 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
  30. 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
  31. 8de6dc9 REORG: pools: move default settings to defaults.h by Willy Tarreau · Mon Sep 27 19:29:30 2021 +0200
  32. 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
  33. 92cafb3 MINOR: http: Add 422-Unprocessable-Content error message by Christopher Faulet · Tue Sep 28 08:48:51 2021 +0200
  34. 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · Tue Sep 21 16:25:15 2021 +0200
  35. 1123dde MINOR: httpclient: httpclient_ended() returns 1 if the client ended by William Lallemand · Tue Sep 21 10:58:10 2021 +0200
  36. 518878e MINOR: httpclient: httpclient_data() returns the available data by William Lallemand · Tue Sep 21 10:45:34 2021 +0200
  37. 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
  38. 361fbcc MINOR: htx: Add a function to know if the free space wraps by Christopher Faulet · Tue Sep 21 15:45:05 2021 +0200
  39. 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
  40. 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
  41. 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
  42. 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
  43. ebc3fc1 CLEANUP: quic: Remove useless inline functions by Frédéric Lécaille · Wed Sep 22 08:34:21 2021 +0200
  44. 513b4f2 MINOR: quic: Implement quic_conn_subscribe() by Frédéric Lécaille · Mon Sep 20 15:23:17 2021 +0200
  45. 153194f MINOR: mux_quic: Export the mux related flags by Frédéric Lécaille · Mon Sep 20 15:11:51 2021 +0200
  46. 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
  47. 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
  48. 682bb38 MINOR: quic_tls: Client/serveur state reordering by Frédéric Lécaille · Fri Sep 17 17:08:03 2021 +0200
  49. eb6dfab MINOR: quic: Add a typedef for unsigned long long by Frédéric Lécaille · Thu Sep 16 11:04:49 2021 +0200
  50. 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
  51. c786000 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · Thu Sep 09 16:53:33 2021 +0200
  52. 48fc74a MINOR: quic: Missing active_connection_id_limit default value by Frédéric Lécaille · Fri Sep 03 16:42:19 2021 +0200
  53. d4d6aa7 MINOR: quic: Attach the QUIC connection to a thread. by Frédéric Lécaille · Fri Sep 03 15:56:18 2021 +0200
  54. 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
  55. 2766e78 MINOR: quic: Shorten some handshakes by Frédéric Lécaille · Mon Aug 30 17:16:07 2021 +0200
  56. 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · Tue Aug 24 16:28:47 2021 +0200
  57. e0930fc MINOR: qpack: encode headers functions by Amaury Denoyelle · Tue Aug 24 16:17:38 2021 +0200
  58. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · Tue Aug 24 15:50:32 2021 +0200
  59. aeb36f0 MINOR: mux-quic: define FIN stream flag by Amaury Denoyelle · Fri Aug 27 14:55:39 2021 +0200
  60. 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · Tue Aug 24 16:33:53 2021 +0200
  61. f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · Tue Aug 24 16:11:18 2021 +0200
  62. fd7cdc3 MINOR: qpack: generate headers list on decoder by Amaury Denoyelle · Tue Aug 24 15:13:20 2021 +0200
  63. 7a4f0d8 MINOR: quic-enc: fix varint encoding by Amaury Denoyelle · Tue Aug 24 16:29:49 2021 +0200
  64. f4c5c7b MINOR: quic: Wrong short packet minimum length by Frédéric Lécaille · Wed Aug 25 16:11:00 2021 +0200
  65. ca9d32c MINOR: quic: Wrong STREAM frame length computing by Frédéric Lécaille · Wed Aug 25 16:08:47 2021 +0200
  66. f798096 MINOR: quic: Post handshake packet building improvements by Frédéric Lécaille · Thu Aug 19 17:35:21 2021 +0200
  67. 67f47d0 MINOR: quic: Wrong flags handling for acks by Frédéric Lécaille · Thu Aug 19 15:19:09 2021 +0200
  68. 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
  69. ee57444 MINOR: quic: Fix handshake state debug strings by Frédéric Lécaille · Wed Aug 18 09:10:48 2021 +0200
  70. 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
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. b095252 MINOR: Add function for TX packets reference counting by Frédéric Lécaille · Fri Jul 16 11:42:44 2021 +0200
  81. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · Tue Jul 06 17:19:44 2021 +0200
  82. 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
  83. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · Tue Jul 06 16:25:08 2021 +0200
  84. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · Tue Jul 06 15:39:26 2021 +0200
  85. 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
  86. 9621565 MINOR: net_helper: add functions for pointers by Frédéric Lécaille · Tue Jul 06 14:34:46 2021 +0200
  87. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · Wed Jun 30 14:25:10 2021 +0200
  88. f3d078d MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe. by Frédéric Lécaille · Mon Jun 14 14:18:10 2021 +0200
  89. a11d0e2 MINOR: quic: Replace the RX unprotected packet list by a thread safety one. by Frédéric Lécaille · Mon Jun 07 14:38:18 2021 +0200
  90. c28aba2 MINOR: quic: Replace the RX list of packet by a thread safety one. by Frédéric Lécaille · Mon Jun 07 10:28:10 2021 +0200
  91. a5fe49f MINOR: quic: Move the connection state by Frédéric Lécaille · Fri Jun 04 11:52:35 2021 +0200
  92. 9fccace MINOR: quic: Add a lock for RX packets by Frédéric Lécaille · Fri Jun 04 10:33:32 2021 +0200
  93. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · Mon May 31 15:16:13 2021 +0200
  94. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · Mon May 31 09:30:14 2021 +0200
  95. 785c9c9 MINOR: quic: Replace max_packet_size by max_udp_payload size. by Frédéric Lécaille · Mon May 17 16:42:21 2021 +0200
  96. 8648c7c MINOR: quic: Avoid header collisions by Frédéric Lécaille · Tue Mar 23 14:46:56 2021 +0100
  97. 7383970 MINOR: quic: Add a wrapper function to update transport parameters. by Frédéric Lécaille · Thu Mar 18 15:01:27 2021 +0100
  98. 7a668f5 MINOR: quic: Variable-length integer encoding/decoding into/from buffer struct. by Frédéric Lécaille · Thu Mar 04 19:12:20 2021 +0100
  99. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · Wed Mar 03 16:13:10 2021 +0100
  100. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · Wed Mar 03 16:09:02 2021 +0100