1. b095252 MINOR: Add function for TX packets reference counting by Frédéric Lécaille · Fri Jul 16 11:42:44 2021 +0200
  2. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · Tue Jul 06 17:19:44 2021 +0200
  3. 98ad56a MINOR: quic_tls: Make use of the QUIC V1 salt. by Frédéric Lécaille · Tue Jul 06 17:08:04 2021 +0200
  4. 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
  5. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · Tue Jul 06 16:25:08 2021 +0200
  6. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · Tue Jul 06 15:39:26 2021 +0200
  7. 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
  8. 9621565 MINOR: net_helper: add functions for pointers by Frédéric Lécaille · Tue Jul 06 14:34:46 2021 +0200
  9. ed9119f BUG/MINOR: quic: Too much reduced computed space to build handshake packets by Frédéric Lécaille · Fri Jul 02 17:20:04 2021 +0200
  10. 82d1daa MINOR: quic: Add the QUIC v1 initial salt. by Frédéric Lécaille · Thu Jul 01 17:48:46 2021 +0200
  11. 4b1fddc MINOR: quic: Prefer x25519 as ECDH preferred parametes. by Frédéric Lécaille · Thu Jul 01 17:09:05 2021 +0200
  12. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · Wed Jun 30 14:25:10 2021 +0200
  13. 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
  14. 01ab661 MINOR: quic: Move conn_prepare() to ->accept_conn() callback by Frédéric Lécaille · Mon Jun 14 10:31:43 2021 +0200
  15. 6de7287 MINOR: quic: Connection allocations rework by Frédéric Lécaille · Fri Jun 11 15:44:24 2021 +0200
  16. 7fd5978 MINOR: quic: Do not wakeup the xprt task on ACK receipt by Frédéric Lécaille · Fri Jun 11 09:39:20 2021 +0200
  17. 2e7ffc9 MINOR: quic: Add useful traces for I/O dgram handler by Frédéric Lécaille · Thu Jun 10 08:18:45 2021 +0200
  18. 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
  19. 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
  20. 1eaec33 MINOR: quic: Replace quic_conn_ctx struct by ssl_sock_ctx struct by Frédéric Lécaille · Fri Jun 04 14:59:59 2021 +0200
  21. a5fe49f MINOR: quic: Move the connection state by Frédéric Lécaille · Fri Jun 04 11:52:35 2021 +0200
  22. 9fccace MINOR: quic: Add a lock for RX packets by Frédéric Lécaille · Fri Jun 04 10:33:32 2021 +0200
  23. 654c691 MINOR: quic: Do not stop the packet parsing too early in qc_treat_rx_packets() by Frédéric Lécaille · Fri Jun 04 10:27:23 2021 +0200
  24. 6fe21b0 BUG/MINOR: quic: Wrong RX packet reference counter usage by Frédéric Lécaille · Fri Jun 04 10:23:11 2021 +0200
  25. c4b93ea CLEAUNUP: quic: Usage of a useless variable in qc_treat_rx_pkts() by Frédéric Lécaille · Fri Jun 04 10:12:43 2021 +0200
  26. 8ba4276 BUG/MINOR: quic: Missing cases treatement when updating ACK ranges by Frédéric Lécaille · Wed Jun 02 17:40:09 2021 +0200
  27. c825eba MINOR: quic: Remove a useless variable in quic_update_ack_ranges_list() by Frédéric Lécaille · Wed Jun 02 17:38:13 2021 +0200
  28. d3f4dd8 MINOR: quic: Useless test in quic_update_ack_ranges_list() by Frédéric Lécaille · Wed Jun 02 15:36:12 2021 +0200
  29. 9ef64cd MINOR: quic: quic_update_ack_ranges_list() code factorization by Frédéric Lécaille · Wed Jun 02 15:27:34 2021 +0200
  30. baea284 BUG/MINOR: quic: Wrong memory free in quic_update_ack_ranges_list() by Frédéric Lécaille · Wed Jun 02 15:04:03 2021 +0200
  31. 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · Mon May 31 18:04:07 2021 +0200
  32. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · Mon May 31 15:16:13 2021 +0200
  33. d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · Mon May 31 10:24:49 2021 +0200
  34. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · Mon May 31 09:30:14 2021 +0200
  35. de935f3 BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler. by Frédéric Lécaille · Fri May 28 10:25:07 2021 +0200
  36. ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · Thu May 27 17:12:36 2021 +0200
  37. 1e1aad4 MINOR: quic: Move an SSL func call from QUIC I/O handler to the xprt init. by Frédéric Lécaille · Thu May 27 14:57:09 2021 +0200
  38. 11c304d MINOR: quic: Enable some quic, h3 and qpack modules compilation. by Frédéric Lécaille · Tue May 25 09:12:35 2021 +0200
  39. 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
  40. 8648c7c MINOR: quic: Avoid header collisions by Frédéric Lécaille · Tue Mar 23 14:46:56 2021 +0100
  41. 0faf807 MINOR: quic: Update the streams transport parameters. by Frédéric Lécaille · Thu Mar 18 15:05:18 2021 +0100
  42. 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
  43. e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · Thu Mar 11 17:06:30 2021 +0100
  44. 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
  45. 422a39c MINOR: quic: Add callbacks for (un)scribing to QUIC xprt. by Frédéric Lécaille · Wed Mar 03 17:28:34 2021 +0100
  46. fbe3b77 MINOR: quic: Disable the action of ->rcv_buf() xprt callback by Frédéric Lécaille · Wed Mar 03 16:23:44 2021 +0100
  47. 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · Wed Mar 03 16:21:00 2021 +0100
  48. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · Wed Mar 03 16:13:10 2021 +0100
  49. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · Wed Mar 03 16:09:02 2021 +0100
  50. 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
  51. 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
  52. 2abe74f MINOR: connection: Add callbacks definitions for QUIC. by Frédéric Lécaille · Thu Feb 18 10:04:27 2021 +0100
  53. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · Thu Feb 18 09:59:01 2021 +0100
  54. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · Thu Jan 28 16:22:52 2021 +0100
  55. 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · Mon Jan 11 15:10:06 2021 +0100
  56. 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · Wed Sep 22 07:15:57 2021 +0200
  57. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · Tue Sep 21 14:31:29 2021 +0200
  58. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · Tue Sep 21 11:51:54 2021 +0200
  59. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · Tue Sep 21 11:51:29 2021 +0200
  60. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:16:12 2021 +0200
  61. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:15:19 2021 +0200
  62. b621552 BUG/MINOR: server: alloc dynamic srv ssl ctx if proxy uses ssl chk rule by Amaury Denoyelle · Mon Sep 20 15:31:42 2021 +0200
  63. 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · Tue Sep 21 10:29:09 2021 +0200
  64. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · Thu Sep 16 17:38:27 2021 +0200
  65. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · Thu Sep 16 17:38:26 2021 +0200
  66. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · Mon Sep 20 16:19:15 2021 +0200
  67. a8018eb BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · Mon Sep 20 09:29:19 2021 +0200
  68. ecf5596 DEV: coccinelle: Add xalloc_cast.cocci by Tim Duesterhus · Wed Sep 15 13:58:47 2021 +0200
  69. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · Wed Sep 15 13:58:46 2021 +0200
  70. 02fa646 DEV: coccinelle: Add bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:48 2021 +0200
  71. 63ee0e4 DEV: coccinelle: Add xalloc_size.cocci by Tim Duesterhus · Wed Sep 15 13:58:45 2021 +0200
  72. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:49 2021 +0200
  73. c1af0ba DEV: coccinelle: Add ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:43 2021 +0200
  74. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  75. 81a76f4 REORG: threads: move ha_get_pthread_id() to tinfo.h by Willy Tarreau · Mon Sep 13 18:42:07 2021 +0200
  76. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  77. 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · Fri Sep 17 12:00:27 2021 +0200
  78. b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · Fri Sep 17 11:56:25 2021 +0200
  79. 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · Fri Sep 17 11:56:25 2021 +0200
  80. f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · Fri Sep 17 11:07:45 2021 +0200
  81. 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · Tue May 18 11:33:57 2021 +0200
  82. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  83. ed8bfad DOC: management: certificate files must be sanitized before injection by William Lallemand · Thu Sep 16 17:30:51 2021 +0200
  84. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · Thu Sep 16 16:01:09 2021 +0200
  85. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · Thu Sep 16 09:18:21 2021 +0200
  86. a096155 DOC: update Tim's address in .mailmap by Willy Tarreau · Thu Sep 16 09:07:41 2021 +0200
  87. ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · Thu Sep 16 08:16:23 2021 +0200
  88. 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · Fri Sep 10 15:17:45 2021 +0200
  89. 8f1669b CLEANUP: Remove prototype for non-existent thread_get_default_count() by Tim Duesterhus · Sun Sep 12 13:21:54 2021 +0200
  90. 992007e CLEANUP: tree-wide: fix prototypes for functions taking no arguments. by Tim Duesterhus · Sun Sep 12 12:49:33 2021 +0200
  91. 062a54d DOC: Add .mailmap by Tim Duesterhus · Sun Sep 12 15:55:04 2021 +0200
  92. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · Wed Sep 15 10:41:24 2021 +0200
  93. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · Wed Sep 15 10:05:48 2021 +0200
  94. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · Wed Sep 15 10:38:21 2021 +0200
  95. c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · Wed Sep 15 10:30:40 2021 +0200
  96. 4f5485b BUG/MINOR: compat: make sure __WORDSIZE is always defined by Willy Tarreau · Wed Sep 15 10:15:03 2021 +0200
  97. 8ab9419 BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl by Willy Tarreau · Wed Sep 15 10:12:04 2021 +0200
  98. 80d3daa BUILD: halog: fix a -Wundef warning on non-glibc systems by Willy Tarreau · Mon Sep 13 09:32:01 2021 +0200
  99. 8ac6597 BUILD: compiler: fixed a missing test on defined(__GNUC__) by Willy Tarreau · Mon Sep 13 09:30:09 2021 +0200
  100. 4b3a9fe [RELEASE] Released version 2.5-dev7 by Willy Tarreau · Sun Sep 12 11:36:38 2021 +0200