1. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · Wed Mar 30 19:39:30 2022 +0200
  2. a70a354 MINOR: stream: Only save previous connection state for the server side by Christopher Faulet · Wed Mar 30 17:13:02 2022 +0200
  3. 78ed7f2 CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flag by Christopher Faulet · Wed Mar 30 16:31:41 2022 +0200
  4. d139138 MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead by Christopher Faulet · Wed Mar 30 16:26:39 2022 +0200
  5. a728518 MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:43:23 2022 +0200
  6. 974da9f MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:30:03 2022 +0200
  7. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:10:18 2022 +0200
  8. 9a52123 MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only by Christopher Faulet · Wed Mar 30 14:42:50 2022 +0200
  9. 7b5ca8f MINOR: channel: Use conn-streams as channel producer and consumer by Christopher Faulet · Wed Mar 30 14:37:49 2022 +0200
  10. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · Wed Mar 30 10:47:32 2022 +0200
  11. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · Wed Mar 30 10:06:11 2022 +0200
  12. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · Tue Mar 29 19:02:31 2022 +0200
  13. 1d98777 MINOR: stream-int/conn-stream: Move half-close timeout in the conn-stream by Christopher Faulet · Tue Mar 29 18:03:35 2022 +0200
  14. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  15. 731c8e6 MINOR: stream: Simplify retries counter calculation by Christopher Faulet · Tue Mar 29 16:08:44 2022 +0200
  16. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · Tue Mar 29 15:42:09 2022 +0200
  17. e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · Tue Mar 29 15:23:40 2022 +0200
  18. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
  19. 1cf9ef2 MINOR: conn-stream: Add header file with util functions related to conn-streams by Christopher Faulet · Fri Mar 25 15:21:46 2022 +0100
  20. 3099511 MINOR: conn-stream: Add ISBACK conn-stream flag by Christopher Faulet · Fri Mar 25 15:32:38 2022 +0100
  21. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  22. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
  23. cb2fa36 REORG: applet: Uninline appctx_new function by Christopher Faulet · Wed Mar 23 11:46:56 2022 +0100
  24. a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · Wed Mar 23 11:01:09 2022 +0100
  25. b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · Tue Mar 22 18:37:19 2022 +0100
  26. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  27. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · Tue Mar 22 16:06:25 2022 +0100
  28. bb772d0 REORG: Initialize the conn-stream by hand in cs_init() by Christopher Faulet · Tue Mar 22 15:28:36 2022 +0100
  29. 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · Wed Jan 19 14:56:50 2022 +0100
  30. 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · Wed Jan 19 14:50:11 2022 +0100
  31. 81a40f6 MINOR: conn-stream: Add flags to set the type of the endpoint by Christopher Faulet · Tue Jan 18 10:43:02 2022 +0100
  32. 4aa1d28 MINOR: applet: Make .init callback more generic by Christopher Faulet · Thu Jan 13 16:01:35 2022 +0100
  33. 3a0a0d6 BUILD: ssl: add an unchecked version of __conn_get_ssl_sock_ctx() by Willy Tarreau · Tue Apr 12 07:31:06 2022 +0200
  34. 784b868 MEDIUM: quic: move conn->qc into conn->handle by Willy Tarreau · Mon Apr 11 14:18:10 2022 +0200
  35. de82795 MEDIUM: ssl: improve retrieval of ssl_sock_ctx and SSL detection by Willy Tarreau · Mon Apr 11 10:43:28 2022 +0200
  36. cdf7c8e MINOR: quic-sock: provide a pair of get_src/get_dst functions by Willy Tarreau · Mon Apr 11 16:20:00 2022 +0200
  37. e151609 MINOR: protocol: add get_src() and get_dst() at the protocol level by Willy Tarreau · Fri Apr 08 13:49:17 2022 +0200
  38. 987c08a MINOR: connection: rearrange conn_get_src/dst to be a bit more extensible by Willy Tarreau · Fri Apr 08 18:05:41 2022 +0200
  39. 07ecfc5 MEDIUM: connection: panic when calling FD-specific functions on FD-less conns by Willy Tarreau · Mon Apr 11 18:07:03 2022 +0200
  40. e222679 MINOR: connection: skip FD-based syscalls for FD-less connections by Willy Tarreau · Mon Apr 11 18:04:33 2022 +0200
  41. 83a966d MINOR: connection: add conn_fd() to retrieve the FD only when it exists by Willy Tarreau · Mon Apr 11 17:54:46 2022 +0200
  42. c78a969 MINOR: connection: add a new flag CO_FL_FDLESS on fd-less connections by Willy Tarreau · Mon Apr 11 17:26:56 2022 +0200
  43. d7bfbe2 BUILD: ssl: add USE_ENGINE and disable the openssl engine by default by William Lallemand · Mon Apr 11 18:41:24 2022 +0200
  44. b5d968d MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window by Remi Tricot-Le Breton · Fri Apr 08 18:04:18 2022 +0200
  45. 8c7927c MINOR: quic_tls: Make key update use of reusable cipher contexts by Frédéric Lécaille · Tue Apr 05 16:28:38 2022 +0200
  46. f2f4a4e MINOR: quic_tls: Stop hardcoding cipher IV lengths by Frédéric Lécaille · Tue Apr 05 12:18:46 2022 +0200
  47. f460574 MINOR: quic_tls: Add reusable cipher contexts to QUIC TLS contexts by Frédéric Lécaille · Tue Apr 05 10:28:29 2022 +0200
  48. b515b0a MEDIUM: quic: report closing state for the MUX by Amaury Denoyelle · Wed Apr 06 10:28:43 2022 +0200
  49. fe035ec MEDIUM: mux-quic: report errors on conn-streams by Amaury Denoyelle · Wed Apr 06 15:46:30 2022 +0200
  50. 198d35f MINOR: mux-quic: define is_active app-ops by Amaury Denoyelle · Fri Apr 01 17:56:58 2022 +0200
  51. 06890aa MINOR: mux-quic: adjust timeout to accelerate closing by Amaury Denoyelle · Mon Apr 04 16:15:06 2022 +0200
  52. 846cc04 MINOR: mux-quic: factorize conn-stream attach by Amaury Denoyelle · Mon Apr 04 16:13:44 2022 +0200
  53. 6057b40 CLEANUP: mux-quic: remove unused QC_CF_CC_RECV by Amaury Denoyelle · Wed Apr 06 15:50:04 2022 +0200
  54. db71e3b BUG/MEDIUM: quic: ensure quic-conn survives to the MUX by Amaury Denoyelle · Wed Apr 06 17:22:12 2022 +0200
  55. 59bf255 MINOR: quic: Add closing connection state by Frédéric Lécaille · Mon Mar 28 12:13:09 2022 +0200
  56. 4775680 MINOR: quic: Add draining connection state. by Frédéric Lécaille · Fri Mar 25 09:12:16 2022 +0100
  57. eb2a2da BUG/MINOR: quic: Missing TX packet deallocations by Frédéric Lécaille · Fri Apr 01 12:15:24 2022 +0200
  58. b823bb7 MINOR: quic: Add traces about list of frames by Frédéric Lécaille · Thu Mar 31 20:26:18 2022 +0200
  59. b002145 MEDIUM: quic: Send ACK frames asap by Frédéric Lécaille · Tue Mar 29 11:42:03 2022 +0200
  60. 205e4f3 CLEANUP: quic: Remove all atomic operations on packet number spaces by Frédéric Lécaille · Mon Mar 28 17:38:27 2022 +0200
  61. fc79006 CLEANUP: quic: Remove all atomic operations on quic_conn struct by Frédéric Lécaille · Mon Mar 28 17:10:31 2022 +0200
  62. d8e680c MEDIUM: mux-quic: remove qcs tree node by Amaury Denoyelle · Tue Mar 29 15:18:44 2022 +0200
  63. 7272cd7 MEDIUM: quic: move transport fields from qcs to qc_conn_stream by Amaury Denoyelle · Tue Mar 29 15:15:54 2022 +0200
  64. 5c3859c MINOR: quic: implement stream descriptor for transport layer by Amaury Denoyelle · Tue Mar 29 14:49:35 2022 +0200
  65. cbc13b7 MINOR: mux-quic: define release app-ops by Amaury Denoyelle · Tue Mar 29 14:46:38 2022 +0200
  66. dccbd73 MINOR: mux-quic: reorganize qcs free by Amaury Denoyelle · Tue Mar 29 18:36:59 2022 +0200
  67. 5074229 MINOR: mux-quic: return qcs instance from qcc_get_qcs by Amaury Denoyelle · Tue Mar 29 14:57:19 2022 +0200
  68. 30fcca1 MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file by William Lallemand · Wed Mar 30 12:03:12 2022 +0200
  69. 26654e7 MINOR: ssl: add "crt" in the cert_exts array by William Lallemand · Wed Mar 30 12:01:32 2022 +0200
  70. e60c7d6 MINOR: ssl: export ckch_inst_rebuild() by William Lallemand · Wed Mar 30 11:26:15 2022 +0200
  71. aaacc7e MINOR: ssl: move the cert_exts and the CERT_TYPE enum by William Lallemand · Thu Mar 24 17:48:40 2022 +0100
  72. 3b5a3a6 MINOR: ssl: split the cert commit io handler by William Lallemand · Tue Mar 29 14:29:31 2022 +0200
  73. 2100b38 MINOR: action: add a function to dump the list of actions for a ruleset by Willy Tarreau · Wed Mar 30 11:19:22 2022 +0200
  74. 3ff476e MINOR: tools: add strordered() to check whether strings are ordered by Willy Tarreau · Wed Mar 30 10:02:56 2022 +0200
  75. 29d799d MINOR: sample: list registered sample converter functions by Willy Tarreau · Tue Mar 29 16:59:49 2022 +0200
  76. f78813f MINOR: samples: add a function to list register sample fetch keywords by Willy Tarreau · Tue Mar 29 16:51:29 2022 +0200
  77. 6ff7d1b MINOR: acl: add a function to dump the list of known ACL keywords by Willy Tarreau · Tue Mar 29 15:36:56 2022 +0200
  78. 06d0e2e MINOR: cli: add a new keyword dump function by Willy Tarreau · Tue Mar 29 15:25:30 2022 +0200
  79. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · Tue Mar 29 15:02:44 2022 +0200
  80. 76871a4 MINOR: management: add some basic keyword dump infrastructure by Willy Tarreau · Tue Mar 08 16:01:40 2022 +0100
  81. 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · Thu Mar 24 16:08:05 2022 +0100
  82. 777969c BUILD: quic: add missing includes by Amaury Denoyelle · Thu Mar 24 16:06:26 2022 +0100
  83. 1e5e513 MINOR: mux-quic: support MAX_DATA frame parsing by Amaury Denoyelle · Tue Mar 08 16:23:03 2022 +0100
  84. 8727ff4 MINOR: mux-quic: support MAX_STREAM_DATA frame parsing by Amaury Denoyelle · Tue Mar 08 10:39:55 2022 +0100
  85. 05ce55e MEDIUM: mux-quic: respect peer connection data limit by Amaury Denoyelle · Tue Mar 08 10:35:42 2022 +0100
  86. 6ea7819 MEDIUM: mux-quic: respect peer bidirectional stream data limit by Amaury Denoyelle · Mon Mar 07 15:47:02 2022 +0100
  87. 78396e5 MINOR: mux-quic: use shorter name for flow-control fields by Amaury Denoyelle · Mon Mar 21 17:13:32 2022 +0100
  88. 1b4ebcb CLEANUP: mux-quic: adjust comment for coding-style by Amaury Denoyelle · Mon Mar 07 15:16:56 2022 +0100
  89. ce69cbc MINOR: quic: Add traces about stream TX buffer consumption by Frédéric Lécaille · Tue Mar 22 12:45:33 2022 +0100
  90. 1295798 MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1 by Dhruv Jain · Mon Mar 21 20:04:00 2022 +0530
  91. 76fc07e BUG/MINOR: quic: Wrong TX packet related counters handling by Frédéric Lécaille · Mon Mar 21 16:12:19 2022 +0100
  92. 44ae752 BUG/MINOR: quic: Incorrect peer address validation by Frédéric Lécaille · Mon Mar 21 12:18:00 2022 +0100
  93. 2899fe2 BUG/MINOR: quic: Missing TX packet initializations by Frédéric Lécaille · Mon Mar 21 10:43:53 2022 +0100
  94. e2a1c1b MEDIUM: quic: Rework of the TX packets memory handling by Frédéric Lécaille · Thu Mar 17 11:28:10 2022 +0100
  95. 141982a MEDIUM: quic: Limit the number of ACK ranges by Frédéric Lécaille · Tue Mar 15 18:44:20 2022 +0100
  96. 8f3ae02 CLEANUP: quic: "largest_acked_pn" pktns struc member moving by Frédéric Lécaille · Tue Mar 15 12:07:41 2022 +0100
  97. 6a783e4 MINOR: actions: add new function free_act_rule() to free a single rule by Willy Tarreau · Thu Mar 17 20:23:43 2022 +0100
  98. 211ea25 BUG/MINOR: logs: fix logsrv leaks on clean exit by Willy Tarreau · Thu Mar 17 19:47:33 2022 +0100
  99. 0d05867 MINOR: server: export server_parse_sni_expr() function by William Lallemand · Wed Mar 16 15:44:42 2022 +0100
  100. f5ba296 CLEANUP: htx: remove unused co_htx_remove_blk() by William Lallemand · Thu Feb 24 17:15:06 2022 +0100