Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ef3ca73fc3d60ce1cf450382c2f97d1a46f4efb4
/
include
/
proto
/
connection.h
57f8185
MINOR: connection: add new function conn_is_back()
by Willy Tarreau
· 6 years ago
6ac98ac
MINOR: connection: add new function conn_get_proxy()
by Willy Tarreau
· 6 years ago
be37315
MINOR: connection: make the initialization more consistent
by Willy Tarreau
· 6 years ago
1b13bfd
BUG/MEDIUM: connection: don't forget to always delete the list's head
by Willy Tarreau
· 6 years ago
e1c6dbc
MINOR: connections/mux: Add the wait reason(s) to wait_list.
by Olivier Houchard
· 6 years ago
ed0f207
MINOR: connections: Get rid of txbuf.
by Olivier Houchard
· 6 years ago
638b799
MINOR: connections: Move rxbuf from the conn_stream to the h2s.
by Olivier Houchard
· 6 years ago
511efea
MINOR: connections: Make rcv_buf mandatory and nuke cs_recv().
by Olivier Houchard
· 6 years ago
287527a
BUG/MEDIUM: connection/mux: take care of serverless proxies
by Willy Tarreau
· 6 years ago
7ce0c89
MEDIUM: mux: Use the mux protocol specified on bind/server lines
by Christopher Faulet
· 7 years ago
9c9ef03
MINOR: mux: Improve the message with the list of existing mux protocols
by Christopher Faulet
· 6 years ago
e15c6c4
MINOR: mux: Change get_mux_proto to get an ist as parameter
by Christopher Faulet
· 6 years ago
98d9fe2
MINOR: mux: Print the list of existing mux protocols during HA startup
by Christopher Faulet
· 7 years ago
32f61c0
MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols
by Christopher Faulet
· 7 years ago
063f786
MINOR: conn_stream: add cs_send() as a default snd_buf() function
by Christopher Faulet
· 6 years ago
3c51802
MINOR: conn_stream: add an tx buffer to the conn_stream
by Christopher Faulet
· 6 years ago
11c9aa4
MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function
by Willy Tarreau
· 7 years ago
5e1cc5e
MINOR: conn_stream: add an rx buffer to the conn_stream
by Willy Tarreau
· 7 years ago
8318885
MINOR: connection: simplify subscription by adding a registration function
by Willy Tarreau
· 6 years ago
910b2bc
MEDIUM: connections/mux: Revamp the send direction.
by Olivier Houchard
· 6 years ago
6ff2039
MINOR: connections/mux: Add a new "subscribe" method.
by Olivier Houchard
· 6 years ago
302f9ef
BUG/MEDIUM: connection: Make sure we have a mux before calling detach().
by Olivier Houchard
· 7 years ago
a9786b6
MINOR: fd: pass the iocb and owner to fd_insert()
by Willy Tarreau
· 7 years ago
a48c141
BUG/MAJOR: connection: refine the situations where we don't send shutw()
by Willy Tarreau
· 7 years ago
bafbe01
CLEANUP: pools: rename all pool functions and pointers to remove this "2"
by Willy Tarreau
· 7 years ago
90084a1
MINOR: ssl: Handle reading early data after writing better.
by Olivier Houchard
· 7 years ago
436d333
MEDIUM: connection: add a destroy callback
by Willy Tarreau
· 7 years ago
2c52a2b
MEDIUM: connection: make mux->detach() release the connection
by Willy Tarreau
· 7 years ago
6978db3
MINOR: connection: add cs_close() to close a conn_stream
by Willy Tarreau
· 7 years ago
ecdb3fe
MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode
by Willy Tarreau
· 7 years ago
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· 7 years ago
63dd75d
MINOR: connection: introduce the conn_stream manipulation functions
by Willy Tarreau
· 7 years ago
e2b40b9
MINOR: connection: introduce conn_stream
by Olivier Houchard
· 7 years ago
2e0b2b5
MEDIUM: session: use the ALPN token and proxy mode to select the mux
by Willy Tarreau
· 7 years ago
2386be6
MINOR: connection: implement alpn registration of muxes
by Willy Tarreau
· 7 years ago
53a4766
MEDIUM: connection: start to introduce a mux layer between xprt and data
by Willy Tarreau
· 7 years ago
36716a7
MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert
by Christopher Faulet
· 7 years ago
c2aae74
MEDIUM: ssl: Handle early data with OpenSSL 1.1.1
by Olivier Houchard
· 7 years ago
7b271b2
MEDIUM: connection: make use of CO_FL_WILL_UPDATE in conn_sock_shutw()
by Willy Tarreau
· 7 years ago
916e12d
MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted
by Willy Tarreau
· 7 years ago
bc97cc4
MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM
by Willy Tarreau
· 7 years ago
cbc6524
MINOR: connection: remove conn_force_close()
by Willy Tarreau
· 7 years ago
dc42acd
MINOR: connection: add conn_stop_tracking() to disable tracking
by Willy Tarreau
· 7 years ago
6a0a80a
MINOR: connection: ensure conn_ctrl_close() also resets the fd
by Willy Tarreau
· 7 years ago
f9ce57e
MEDIUM: connection: make conn_sock_shutw() aware of lingering
by Willy Tarreau
· 7 years ago
1a0545f
REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_*
by Olivier Houchard
· 7 years ago
576c5aa
MINOR: fd: Set owner and iocb field before inserting a new fd in the fdtab
by Christopher Faulet
· 7 years ago
bbae3f0
MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH
by Willy Tarreau
· 7 years ago
cde5651
CLEANUP: connection: remove the unused conn_sock_shutw_pending()
by Willy Tarreau
· 7 years ago
54e917c
MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH
by Willy Tarreau
· 7 years ago
8e3c6ce
MEDIUM: connection: get rid of data->init() which was not for data
by Willy Tarreau
· 7 years ago
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· 7 years ago
71d058c
MINOR: ssl: add a new error codes for wrong server certificates
by Willy Tarreau
· 7 years ago
a9c1741
MINOR: connection: add a .get_alpn() method to xprt_ops
by Willy Tarreau
· 8 years ago
2686dca
CLEANUP: connection: remove unused CO_FL_WAIT_DATA
by Willy Tarreau
· 8 years ago
3854e01
MEDIUM: ssl: handle multiple async engines
by Emeric Brun
· 7 years ago
fa6c7ee
MAJOR: ssl: add openssl async mode support
by Grant Zhang
· 8 years ago
13e1410
MINOR: connection: add a minimal transport layer registration system
by Willy Tarreau
· 8 years ago
796c5b7
OPTIM: stream-int: don't disable polling anymore on DONT_READ
by Willy Tarreau
· 8 years ago
8e0bb0a
MINOR: connection: add names for transport and data layers
by Willy Tarreau
· 8 years ago
2dc770c
MINOR: connection: add a few functions to report the data and xprt layers' names
by Willy Tarreau
· 8 years ago
733b132
DEBUG: connection: mark the closed FDs with a value that is easier to detect
by Willy Tarreau
· 8 years ago
350135c
BUG/MEDIUM: connection: check the control layer before stopping polling
by Willy Tarreau
· 8 years ago
93b227d
MINOR: listener: add the "accept-netscaler-cip" option to the "bind" keyword
by Bertrand Jacquin
· 8 years ago
7a798e5
CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept()
by Willy Tarreau
· 9 years ago
d75d40e
MINOR: connection: add a new list member in the connection struct
by Willy Tarreau
· 9 years ago
d85c485
REORG: connection: move conn_drain() to connection.c and rename it
by Willy Tarreau
· 10 years ago
f31fb07
MEDIUM: connection: make conn_drain() perform more controls
by Willy Tarreau
· 10 years ago
ff3e648
MINOR: connection: implement conn_sock_send()
by Willy Tarreau
· 10 years ago
729c69f
MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw()
by Willy Tarreau
· 10 years ago
a02e8c9
MINOR: connection: make conn_sock_shutw() actually perform the shutdown() call
by Willy Tarreau
· 10 years ago
b3e54fe
MAJOR: namespace: add Linux network namespace support
by KOVACS Krisztian
· 10 years ago
afb7683
MEDIUM: connection: Implement and extented PROXY Protocol V2
by David S
· 10 years ago
f51c698
MEDIUM: ssl: implement a workaround for the OpenSSL heartbleed attack
by Willy Tarreau
· 11 years ago
b396637
MINOR: connection: add a new error code for SSL with heartbeat
by Willy Tarreau
· 11 years ago
aad6938
CLEANUP: connection: use conn_xprt_ready() instead of checking the flag
by Willy Tarreau
· 11 years ago
3c72872
CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag
by Willy Tarreau
· 11 years ago
e1f50c4
MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send}
by Willy Tarreau
· 11 years ago
310987a
MAJOR: connection: remove the CO_FL_WAIT_{RD,WR} flags
by Willy Tarreau
· 11 years ago
f817e9f
MAJOR: polling: rework the whole polling system
by Willy Tarreau
· 11 years ago
45b34e8
MINOR: connection: add more error codes to report connection errors
by Willy Tarreau
· 11 years ago
2aefad5
MINOR: connection: add a new conn_drain() function
by Willy Tarreau
· 11 years ago
9471b8c
MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not
by Willy Tarreau
· 11 years ago
ad38ace
MEDIUM: connection: centralize handling of nolinger in fd management
by Willy Tarreau
· 11 years ago
d02cdd2
MINOR: connection: add simple functions to report connection readiness
by Willy Tarreau
· 11 years ago
57cd3e4
MEDIUM: connection: merge the send_proxy and local_send_proxy calls
by Willy Tarreau
· 11 years ago
b8020ce
MEDIUM: connection: move the send_proxy offset to the connection
by Willy Tarreau
· 11 years ago
7abddb5
MINOR: connection: replace conn_assign with conn_attach
by Willy Tarreau
· 11 years ago
910c6aa
MINOR: connection: reintroduce conn_prepare to set the protocol and transport
by Willy Tarreau
· 11 years ago
f79c817
MAJOR: connection: add two new flags to indicate readiness of control/transport
by Willy Tarreau
· 11 years ago
b97f3b1
MINOR: connection: add conn_new() / conn_free()
by Willy Tarreau
· 11 years ago
3721343
MEDIUM: connection: replace conn_prepare with conn_assign
by Willy Tarreau
· 11 years ago
d015577
MINOR: connection: add conn_init() to (re)initialize a connection
by Willy Tarreau
· 11 years ago
830bf61
BUG/MINOR: connection: fix typo in error message report
by Willy Tarreau
· 11 years ago
7d28149
BUG/MEDIUM: connection: always update connection flags prior to computing polling
by Willy Tarreau
· 12 years ago
20879a0
MEDIUM: connection: add error reporting for the SSL
by Willy Tarreau
· 12 years ago
8e3bf69
MEDIUM: connection: add error reporting for the PROXY protocol header
by Willy Tarreau
· 12 years ago
0af2912
MEDIUM: connection: add minimal error reporting in logs for incomplete connections
by Willy Tarreau
· 12 years ago
36fb02c
BUG/MEDIUM: connection: always disable polling upon error
by Willy Tarreau
· 12 years ago
2b199c9
MEDIUM: connection: provide a common conn_full_close() function
by Willy Tarreau
· 12 years ago
Next »