- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- 3ab504f BUG/MEDIUM: connection: Ignore PP2 unique ID for stream-less connections by Christopher Faulet · Tue May 26 15:16:01 2020 +0200
- 119e50e MINOR: connection: add pp2-never-send-local to support old PP2 behavior by Willy Tarreau · Fri May 22 13:53:29 2020 +0200
- 14cd316 MAJOR: checks: Use the best mux depending on the protocol for health checks by Christopher Faulet · Thu Apr 16 14:50:06 2020 +0200
- 02c8803 BUG/MINOR: connection: always send address-less LOCAL PROXY connections by Willy Tarreau · Tue Apr 14 12:54:10 2020 +0200
- ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Mar 23 22:28:40 2020 +0500
- f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · Fri Mar 06 18:12:03 2020 +0100
- dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
- 2b7f6c2 CLEANUP: connection: Stop directly setting an ist's .ptr by Tim Duesterhus · Sat Mar 14 13:07:05 2020 +0100
- a8692f3 CLEANUP: connection: Add blank line after declarations in PP handling by Tim Duesterhus · Fri Mar 13 12:34:25 2020 +0100
- cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · Fri Mar 13 12:34:24 2020 +0100
- d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · Fri Mar 13 12:34:23 2020 +0100
- ba837ec CLEANUP: proxy_protocol: Use `size_t` when parsing TLVs by Tim Duesterhus · Thu Mar 05 23:11:02 2020 +0100
- 488ee7f BUG/MAJOR: proxy_protocol: Properly validate TLV lengths by Tim Duesterhus · Thu Mar 05 22:55:20 2020 +0100
- 6f95f6e OPTIM: connection: disable receiving on disabled events when the run queue is too high by Willy Tarreau · Wed Mar 04 18:33:19 2020 +0100
- 8de5c4f MEDIUM: connection: only call ->wake() for connect() without I/O by Willy Tarreau · Wed Mar 04 17:45:21 2020 +0100
- 667fefd BUG/MEDIUM: connection: stop polling for sending when the event is ready by Willy Tarreau · Wed Mar 04 17:22:10 2020 +0100
- 065a025 MEDIUM: connection: don't stop receiving events in the FD handler by Willy Tarreau · Fri Feb 28 14:42:26 2020 +0100
- 7e59c0a MEDIUM: connection: make the subscribe() call able to wakeup if ready by Willy Tarreau · Fri Feb 28 14:24:49 2020 +0100
- 7f26391 BUG/MINOR: connection: make sure to correctly tag local PROXY connections by Willy Tarreau · Wed Feb 19 15:10:00 2020 +0100
- 1ac83af CLEANUP: connection: use read_u32() instead of a cast in the netscaler parser by Willy Tarreau · Tue Feb 25 10:06:49 2020 +0100
- 5d4d180 CLEANUP: connection: remove the definitions of conn_xprt_{stop,want}_{send,recv} by Willy Tarreau · Fri Feb 21 09:58:29 2020 +0100
- d1d14c3 MINOR: connection: remove the last calls to conn_xprt_{want,stop}_* by Willy Tarreau · Fri Feb 21 10:34:19 2020 +0100
- 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · Fri Feb 21 08:46:19 2020 +0100
- 157788c BUG/MINOR: connection: correctly retry I/O on signals by Willy Tarreau · Tue Feb 11 10:08:05 2020 +0100
- bd8bf67 BUG/MINOR: connection: fix ip6 dst_port copy in make_proxy_line_v2 by William Dauchy · Sun Jan 26 19:06:39 2020 +0100
- 49139cb MINOR: connection: don't check for CO_FL_SOCK_WR_SH too early in handshakes by Willy Tarreau · Thu Jan 23 18:08:45 2020 +0100
- d838fb8 MINOR: connection: do not check for CO_FL_SOCK_RD_SH too early by Willy Tarreau · Thu Jan 23 18:05:18 2020 +0100
- 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · Thu Jan 23 16:27:54 2020 +0100
- c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
- a8a415d BUG/MEDIUM: connections: Set CO_FL_CONNECTED in conn_complete_session(). by Olivier Houchard · Thu Jan 23 13:15:14 2020 +0100
- 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · Wed Jan 22 18:08:48 2020 +0100
- 1a9dbe5 BUG/MEDIUM: netscaler: Don't forget to allocate storage for conn->src/dst. by Olivier Houchard · Wed Jan 22 15:31:09 2020 +0100
- ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
- 7872d1f MEDIUM: connection: merge the send_wait and recv_wait entries by Willy Tarreau · Fri Jan 10 07:06:05 2020 +0100
- 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · Fri Jan 17 17:39:35 2020 +0100
- 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · Fri Dec 27 14:57:45 2019 +0100
- cbcf77e MINOR: connection: remove the double test on xprt_done_cb() by Willy Tarreau · Fri Dec 27 14:49:19 2019 +0100
- b2a7ab0 MINOR: connection: check for connection validation earlier by Willy Tarreau · Fri Dec 27 10:54:22 2019 +0100
- 4970e5a REORG: connection: move tcp_connect_probe() to conn_fd_check() by Willy Tarreau · Fri Dec 27 10:40:21 2019 +0100
- 8081abe CLEANUP: connection: conn->xprt is never NULL by Willy Tarreau · Thu Nov 28 18:08:49 2019 +0100
- 70ccb2c BUG/MINOR: connection: only wake send/recv callbacks if the FD is active by Willy Tarreau · Thu Nov 28 17:34:58 2019 +0100
- ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · Thu Sep 05 17:05:05 2019 +0200
- 78891c7 BUILD: connection: silence gcc warning with extra parentheses by Jerome Magnin · Mon Sep 02 09:53:41 2019 +0200
- 8a4ffa0 MINOR: send-proxy-v2: sends authority TLV according to TLV received by Emmanuel Hocdet · Thu Aug 29 11:54:51 2019 +0200
- 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · Tue Aug 27 18:31:16 2019 +0200
- ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · Wed Jul 17 19:04:47 2019 +0200
- ff5d57b MINOR: connection: create a new pool for struct sockaddr_storage by Willy Tarreau · Wed Jul 17 18:37:02 2019 +0200
- 226572f MINOR: connection: use conn->{src,dst} instead of &conn->addr.{from,to} by Willy Tarreau · Wed Jul 17 14:46:00 2019 +0200
- 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
- 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
- fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
- ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · Mon May 20 14:02:16 2019 +0200
- c3df450 MEDIUM: connections: Wake the upper layer even if sending/receiving is disabled. by Olivier Houchard · Wed Jun 05 17:07:45 2019 +0200
- 694fcd0 MINOR: connection: also stop receiving after a SOCKS4 response by Willy Tarreau · Mon Jun 03 10:14:18 2019 +0200
- 6499b9d BUG/MEDIUM: connection: fix multiple handshake polling issues by Willy Tarreau · Mon Jun 03 08:17:30 2019 +0200
- 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · Wed May 22 19:44:48 2019 +0800
- e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
- 35d1168 MINOR: connections: Use BUG_ON() to enforce rules in subscribe/unsubscribe. by Olivier Houchard · Tue May 14 18:02:47 2019 +0200
- c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
- e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
- 0ca24aa BUILD: connection: fix naming of ip_v field by Willy Tarreau · Fri Mar 29 17:35:32 2019 +0100
- 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · Wed Dec 19 13:59:17 2018 +0100
- 8657742 MINOR: sample: add bc_http_major by Jérôme Magnin · Fri Dec 07 09:03:11 2018 +0100
- 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
- 53216e7 MEDIUM: connections: Don't directly mess with the polling from the upper layers. by Olivier Houchard · Wed Oct 10 15:46:36 2018 +0200
- fa8aa86 MEDIUM: connections: Change struct wait_list to wait_event. by Olivier Houchard · Wed Oct 10 18:25:41 2018 +0200
- 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
- ca56fce BUG/MINOR: connection: avoid null pointer dereference in send-proxy-v2 by Ilya Shipitsin · Sat Sep 15 00:50:05 2018 +0500
- 55e0da6 BUILD: connection: silence a couple of null-deref build warnings at -Wextra by Willy Tarreau · Thu Sep 20 11:26:52 2018 +0200
- 7505f94 MEDIUM: h2: Don't use a wake() method anymore. by Olivier Houchard · Tue Aug 21 18:10:44 2018 +0200
- af4021e MEDIUM: connections: Get rid of the recv() method. by Olivier Houchard · Thu Aug 09 13:06:55 2018 +0200
- 4cf7fb1 MEDIUM: connections/mux: Add a recv and a send+recv wait list. by Olivier Houchard · Thu Aug 02 19:23:05 2018 +0200
- 524344b MEDIUM: connections: Don't reset the polling flags in conn_fd_handler(). by Olivier Houchard · Wed Sep 12 17:12:53 2018 +0200
- e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
- b406b87 BUG/MEDIUM: connection: don't store recv() result into trash.data by Willy Tarreau · Wed Aug 22 05:20:32 2018 +0200
- e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
- ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
- 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · Thu Aug 16 15:30:32 2018 +0200
- 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
- 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · Wed May 23 15:03:43 2018 +0200
- 7fec021 MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed by Tim Duesterhus · Fri Jul 27 18:46:13 2018 +0200
- 11c9aa4 MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function by Willy Tarreau · Fri Mar 02 13:55:01 2018 +0100
- 910b2bc MEDIUM: connections/mux: Revamp the send direction. by Olivier Houchard · Tue Jul 17 18:49:38 2018 +0200
- 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
- 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
- 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
- 115df3e MINOR: accept-proxy: support proxy protocol v2 CRC32c checksum by Emmanuel Hocdet · Mon Feb 05 16:23:23 2018 +0100
- 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
- 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
- fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
- 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · Wed Feb 28 12:02:14 2018 +0100
- d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · Sat Jan 20 19:30:13 2018 +0100
- 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · Tue Dec 12 01:17:23 2017 +0000
- a341a2f MEDIUM: netscaler: do not analyze original IP packet size by Bertrand Jacquin · Wed Dec 13 01:29:56 2017 +0000
- 67de5a2 MINOR: netscaler: check in one-shot if buffer is large enough for IP and TCP header by Bertrand Jacquin · Wed Dec 13 01:15:05 2017 +0000
- 43a66a9 BUG/MAJOR: netscaler: address truncated CIP header detection by Bertrand Jacquin · Wed Dec 13 00:53:33 2017 +0000
- c7cc69a BUG/MEDIUM: netscaler: use the appropriate IPv6 header size by Bertrand Jacquin · Wed Dec 13 01:40:24 2017 +0000
- 7d668f9 MINOR: netscaler: rename cip_len to clarify its uage by Bertrand Jacquin · Wed Dec 13 01:23:39 2017 +0000