1. 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
  2. 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
  3. 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
  4. 01abc46 MINOR: quic: Unitialized mux context upon Client Hello message receipt. by Frédéric Lécaille · Wed Jul 21 09:34:27 2021 +0200
  5. 0eb60c5 MINOR: quic: Add TX packets at the very last time to their tree. by Frédéric Lécaille · Mon Jul 19 14:48:36 2021 +0200
  6. c8d3f87 MINOR: quic: Remove old TX buffer implementation by Frédéric Lécaille · Tue Jul 06 17:19:44 2021 +0200
  7. 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
  8. 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
  9. 6b19764 MINOR: quic: Initialize pointers to TX ring buffer list by Frédéric Lécaille · Tue Jul 06 16:25:08 2021 +0200
  10. 48f8e19 MINOR: proto_quic: Allocate TX ring buffers for listeners by Frédéric Lécaille · Tue Jul 06 15:39:26 2021 +0200
  11. 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
  12. 82d1daa MINOR: quic: Add the QUIC v1 initial salt. by Frédéric Lécaille · Thu Jul 01 17:48:46 2021 +0200
  13. 4b1fddc MINOR: quic: Prefer x25519 as ECDH preferred parametes. by Frédéric Lécaille · Thu Jul 01 17:09:05 2021 +0200
  14. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · Wed Jun 30 14:25:10 2021 +0200
  15. 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
  16. 01ab661 MINOR: quic: Move conn_prepare() to ->accept_conn() callback by Frédéric Lécaille · Mon Jun 14 10:31:43 2021 +0200
  17. 6de7287 MINOR: quic: Connection allocations rework by Frédéric Lécaille · Fri Jun 11 15:44:24 2021 +0200
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. a5fe49f MINOR: quic: Move the connection state by Frédéric Lécaille · Fri Jun 04 11:52:35 2021 +0200
  24. 9fccace MINOR: quic: Add a lock for RX packets by Frédéric Lécaille · Fri Jun 04 10:33:32 2021 +0200
  25. 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
  26. 6fe21b0 BUG/MINOR: quic: Wrong RX packet reference counter usage by Frédéric Lécaille · Fri Jun 04 10:23:11 2021 +0200
  27. 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
  28. 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
  29. 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
  30. 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
  31. 9ef64cd MINOR: quic: quic_update_ack_ranges_list() code factorization by Frédéric Lécaille · Wed Jun 02 15:27:34 2021 +0200
  32. 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
  33. 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · Mon May 31 18:04:07 2021 +0200
  34. 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · Mon May 31 15:16:13 2021 +0200
  35. d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · Mon May 31 10:24:49 2021 +0200
  36. 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · Mon May 31 09:30:14 2021 +0200
  37. 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
  38. ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · Thu May 27 17:12:36 2021 +0200
  39. 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
  40. 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
  41. 0faf807 MINOR: quic: Update the streams transport parameters. by Frédéric Lécaille · Thu Mar 18 15:05:18 2021 +0100
  42. e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · Thu Mar 11 17:06:30 2021 +0100
  43. 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
  44. 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
  45. 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · Wed Mar 03 16:21:00 2021 +0100
  46. b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · Wed Mar 03 16:13:10 2021 +0100
  47. ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · Wed Mar 03 16:09:02 2021 +0100
  48. dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · Thu Feb 18 09:59:01 2021 +0100
  49. 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · Thu Jan 28 16:22:52 2021 +0100
  50. 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
  51. 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · Wed Sep 22 07:15:57 2021 +0200
  52. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · Tue Sep 21 14:31:29 2021 +0200
  53. cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · Tue Sep 21 11:51:54 2021 +0200
  54. 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · Tue Sep 21 11:51:29 2021 +0200
  55. 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:16:12 2021 +0200
  56. 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · Mon Sep 20 15:15:19 2021 +0200
  57. 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
  58. 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · Tue Sep 21 10:29:09 2021 +0200
  59. 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · Thu Sep 16 17:38:27 2021 +0200
  60. 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · Thu Sep 16 17:38:26 2021 +0200
  61. 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · Mon Sep 20 16:19:15 2021 +0200
  62. 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
  63. ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · Wed Sep 15 13:58:46 2021 +0200
  64. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:49 2021 +0200
  65. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
  66. e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · Mon Sep 13 10:07:38 2021 +0200
  67. 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · Fri Sep 17 12:00:27 2021 +0200
  68. b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · Fri Sep 17 11:56:25 2021 +0200
  69. 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · Fri Sep 17 11:56:25 2021 +0200
  70. f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · Fri Sep 17 11:07:45 2021 +0200
  71. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · Thu Sep 16 12:15:12 2021 +0200
  72. 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · Thu Sep 16 16:01:09 2021 +0200
  73. c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · Thu Sep 16 09:18:21 2021 +0200
  74. 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
  75. 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · Fri Sep 10 15:17:45 2021 +0200
  76. 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · Wed Sep 15 10:41:24 2021 +0200
  77. 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · Wed Sep 15 10:05:48 2021 +0200
  78. ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · Wed Sep 15 10:38:21 2021 +0200
  79. 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
  80. 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · Sat Sep 11 23:17:25 2021 +0200
  81. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · Sat Sep 11 17:51:13 2021 +0200
  82. 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · Fri Sep 10 10:29:54 2021 +0200
  83. 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · Fri Sep 10 09:17:50 2021 +0200
  84. 883d83e BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached by Christopher Faulet · Thu Sep 09 10:17:59 2021 +0200
  85. 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · Thu Sep 09 14:51:26 2021 +0200
  86. 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · Thu Sep 09 09:52:51 2021 +0200
  87. 55f8a83 OPTIM: vars: do not keep variables usage stats if no limit is set by Willy Tarreau · Wed Sep 08 15:51:06 2021 +0200
  88. 3b78f2a OPTIM: vars: remove internal bookkeeping for vars_global_size by Willy Tarreau · Wed Sep 08 15:40:58 2021 +0200
  89. dc72fbb MINOR: vars: centralize the lock/unlock into static inlines by Willy Tarreau · Wed Sep 08 15:19:57 2021 +0200
  90. 3f120d2 CLEANUP: vars: remove the now unused var_names array by Willy Tarreau · Tue Aug 31 09:00:16 2021 +0200
  91. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · Tue Aug 31 08:51:02 2021 +0200
  92. 2c897d9 MINOR: vars: preset a random seed to hash variables names by Willy Tarreau · Tue Aug 31 08:48:55 2021 +0200
  93. df8eeb1 MEDIUM: vars: pre-create parsed SCOPE_PROC variables as permanent ones by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  94. c1c88f4 MEDIUM: vars: make var_clear() only reset VF_PERMANENT variables by Willy Tarreau · Wed Sep 08 15:03:58 2021 +0200
  95. 3dc6dc3 MINOR: vars: store flags into variables and add VF_PERMANENT by Willy Tarreau · Wed Sep 08 11:07:32 2021 +0200
  96. 63c3066 MINOR: vars: support storing empty sample data with a variable by Willy Tarreau · Wed Sep 08 13:58:19 2021 +0200
  97. 4994b57 MINOR: vars: add a VF_CREATEONLY flag for creation by Willy Tarreau · Wed Sep 08 11:38:25 2021 +0200
  98. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · Tue Sep 07 14:24:07 2021 +0200
  99. f1cb0eb REORG: vars: remerge sample_store{,_stream}() into var_set() by Willy Tarreau · Tue Sep 07 11:37:37 2021 +0200
  100. d378eb8 CLEANUP: vars: rename sample_clear_stream() to var_unset() by Willy Tarreau · Tue Sep 07 11:44:41 2021 +0200