1. 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · Tue Oct 05 15:50:45 2021 +0200
  2. b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · Tue Sep 28 12:15:37 2021 +0200
  3. ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · Tue Sep 28 11:00:43 2021 +0200
  4. 1cdb531 REORG: sched: move the stolen CPU time detection to sched_entering_poll() by Willy Tarreau · Thu Sep 30 18:20:30 2021 +0200
  5. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · Thu Sep 30 17:53:22 2021 +0200
  6. 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · Thu Sep 30 08:52:11 2021 +0200
  7. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  8. 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · Fri Oct 01 18:30:14 2021 +0200
  9. 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · Thu Sep 30 16:38:09 2021 +0200
  10. 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
  11. 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
  12. 8de6dc9 REORG: pools: move default settings to defaults.h by Willy Tarreau · Mon Sep 27 19:29:30 2021 +0200
  13. 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
  14. 92cafb3 MINOR: http: Add 422-Unprocessable-Content error message by Christopher Faulet · Tue Sep 28 08:48:51 2021 +0200
  15. 3956c4e MINOR: httpclient/lua: httpclient:get() API in lua by William Lallemand · Tue Sep 21 16:25:15 2021 +0200
  16. 1123dde MINOR: httpclient: httpclient_ended() returns 1 if the client ended by William Lallemand · Tue Sep 21 10:58:10 2021 +0200
  17. 518878e MINOR: httpclient: httpclient_data() returns the available data by William Lallemand · Tue Sep 21 10:45:34 2021 +0200
  18. 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
  19. 361fbcc MINOR: htx: Add a function to know if the free space wraps by Christopher Faulet · Tue Sep 21 15:45:05 2021 +0200
  20. 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
  21. 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
  22. 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
  23. 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
  24. ebc3fc1 CLEANUP: quic: Remove useless inline functions by Frédéric Lécaille · Wed Sep 22 08:34:21 2021 +0200
  25. 513b4f2 MINOR: quic: Implement quic_conn_subscribe() by Frédéric Lécaille · Mon Sep 20 15:23:17 2021 +0200
  26. 153194f MINOR: mux_quic: Export the mux related flags by Frédéric Lécaille · Mon Sep 20 15:11:51 2021 +0200
  27. 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
  28. 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
  29. 682bb38 MINOR: quic_tls: Client/serveur state reordering by Frédéric Lécaille · Fri Sep 17 17:08:03 2021 +0200
  30. eb6dfab MINOR: quic: Add a typedef for unsigned long long by Frédéric Lécaille · Thu Sep 16 11:04:49 2021 +0200
  31. 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
  32. c786000 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · Thu Sep 09 16:53:33 2021 +0200
  33. 48fc74a MINOR: quic: Missing active_connection_id_limit default value by Frédéric Lécaille · Fri Sep 03 16:42:19 2021 +0200
  34. d4d6aa7 MINOR: quic: Attach the QUIC connection to a thread. by Frédéric Lécaille · Fri Sep 03 15:56:18 2021 +0200
  35. 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
  36. 2766e78 MINOR: quic: Shorten some handshakes by Frédéric Lécaille · Mon Aug 30 17:16:07 2021 +0200
  37. 42bb8aa MINOR: h3/mux: detect fin on last h3 frame of the stream by Amaury Denoyelle · Tue Aug 24 16:28:47 2021 +0200
  38. e0930fc MINOR: qpack: encode headers functions by Amaury Denoyelle · Tue Aug 24 16:17:38 2021 +0200
  39. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · Tue Aug 24 15:50:32 2021 +0200
  40. aeb36f0 MINOR: mux-quic: define FIN stream flag by Amaury Denoyelle · Fri Aug 27 14:55:39 2021 +0200
  41. 26dfd90 MINOR: h3: define snd_buf callback and divert mux ops by Amaury Denoyelle · Tue Aug 24 16:33:53 2021 +0200
  42. f52151d MEDIUM: mux-quic: implement ring buffer on stream tx by Amaury Denoyelle · Tue Aug 24 16:11:18 2021 +0200
  43. fd7cdc3 MINOR: qpack: generate headers list on decoder by Amaury Denoyelle · Tue Aug 24 15:13:20 2021 +0200
  44. 7a4f0d8 MINOR: quic-enc: fix varint encoding by Amaury Denoyelle · Tue Aug 24 16:29:49 2021 +0200
  45. f4c5c7b MINOR: quic: Wrong short packet minimum length by Frédéric Lécaille · Wed Aug 25 16:11:00 2021 +0200
  46. ca9d32c MINOR: quic: Wrong STREAM frame length computing by Frédéric Lécaille · Wed Aug 25 16:08:47 2021 +0200
  47. f798096 MINOR: quic: Post handshake packet building improvements by Frédéric Lécaille · Thu Aug 19 17:35:21 2021 +0200
  48. 67f47d0 MINOR: quic: Wrong flags handling for acks by Frédéric Lécaille · Thu Aug 19 15:19:09 2021 +0200
  49. 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
  50. ee57444 MINOR: quic: Fix handshake state debug strings by Frédéric Lécaille · Wed Aug 18 09:10:48 2021 +0200
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. b095252 MINOR: Add function for TX packets reference counting by Frédéric Lécaille · Fri Jul 16 11:42:44 2021 +0200
  62. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · Tue Jul 06 17:19:44 2021 +0200
  63. 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
  64. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · Tue Jul 06 16:25:08 2021 +0200
  65. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · Tue Jul 06 15:39:26 2021 +0200
  66. 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
  67. 9621565 MINOR: net_helper: add functions for pointers by Frédéric Lécaille · Tue Jul 06 14:34:46 2021 +0200
  68. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · Wed Jun 30 14:25:10 2021 +0200
  69. 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
  70. 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
  71. 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
  72. a5fe49f MINOR: quic: Move the connection state by Frédéric Lécaille · Fri Jun 04 11:52:35 2021 +0200
  73. 9fccace MINOR: quic: Add a lock for RX packets by Frédéric Lécaille · Fri Jun 04 10:33:32 2021 +0200
  74. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · Mon May 31 15:16:13 2021 +0200
  75. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · Mon May 31 09:30:14 2021 +0200
  76. 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
  77. 8648c7c MINOR: quic: Avoid header collisions by Frédéric Lécaille · Tue Mar 23 14:46:56 2021 +0100
  78. 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
  79. 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
  80. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · Wed Mar 03 16:13:10 2021 +0100
  81. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · Wed Mar 03 16:09:02 2021 +0100
  82. b8f60b3 MINOR: quic: Add a new definition to store STREAM frames. by Frédéric Lécaille · Wed Mar 03 16:04:28 2021 +0100
  83. 65bc434 MINOR: quic: Attach QUIC mux connection objet to QUIC connection. by Frédéric Lécaille · Thu Feb 18 10:16:06 2021 +0100
  84. 2abe74f MINOR: connection: Add callbacks definitions for QUIC. by Frédéric Lécaille · Thu Feb 18 10:04:27 2021 +0100
  85. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · Thu Feb 18 09:59:01 2021 +0100
  86. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · Thu Jan 28 16:22:52 2021 +0100
  87. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · Wed Sep 15 13:58:46 2021 +0200
  88. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  89. 81a76f4 REORG: threads: move ha_get_pthread_id() to tinfo.h by Willy Tarreau · Mon Sep 13 18:42:07 2021 +0200
  90. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  91. 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · Tue May 18 11:33:57 2021 +0200
  92. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · Thu Sep 16 09:18:21 2021 +0200
  93. 8f1669b CLEANUP: Remove prototype for non-existent thread_get_default_count() by Tim Duesterhus · Sun Sep 12 13:21:54 2021 +0200
  94. 992007e CLEANUP: tree-wide: fix prototypes for functions taking no arguments. by Tim Duesterhus · Sun Sep 12 12:49:33 2021 +0200
  95. 4f5485b BUG/MINOR: compat: make sure __WORDSIZE is always defined by Willy Tarreau · Wed Sep 15 10:15:03 2021 +0200
  96. 8ab9419 BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl by Willy Tarreau · Wed Sep 15 10:12:04 2021 +0200
  97. 8ac6597 BUILD: compiler: fixed a missing test on defined(__GNUC__) by Willy Tarreau · Mon Sep 13 09:30:09 2021 +0200
  98. cf6f574 CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h by Tim Duesterhus · Sat Sep 11 20:29:46 2021 +0200
  99. a8bfb4d CLEANUP: ebmbtree: Replace always-taken elseif by else by Tim Düsterhus · Sat Sep 11 17:02:33 2021 +0200
  100. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · Sat Sep 11 17:51:13 2021 +0200