summaryrefslogtreecommitdiff
path: root/include/haproxy/sock.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: sock: add a function to check for SO_REUSEPORT support at runtimeWilly Tarreau2023-04-231-0/+1
* MINOR: sock: move the unused socket cleaning code into its own functionWilly Tarreau2022-01-281-2/+1
* MINOR: protocol: add a pair of check_events/ignore_events functions at the ct...Willy Tarreau2020-12-111-0/+2
* MINOR: protocol: add a ->drain() function at the connection control layerWilly Tarreau2020-12-111-0/+1
* REORG: connection: move the socket iocb (conn_fd_handler) to sock.cWilly Tarreau2020-12-111-0/+3
* MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardownWilly Tarreau2020-12-081-0/+2
* MINOR: protocol: register the receiver's I/O handler and not the protocol'sWilly Tarreau2020-10-151-0/+1
* MINOR: sock: implement sock_accept_conn() to accept a connectionWilly Tarreau2020-10-151-0/+1
* MINOR: sock: rename sock_accept_conn() to sock_accepting_conn()Willy Tarreau2020-10-151-1/+1
* MINOR: sock: add sock_accept_conn() to test a listening socketWilly Tarreau2020-10-131-0/+1
* MEDIUM: receivers: add an rx_unbind() method in the protocolsWilly Tarreau2020-10-091-0/+1
* MINOR: sock: provide a set of generic enable/disable functionsWilly Tarreau2020-10-091-0/+2
* MINOR: sock: make sock_find_compatible_fd() only take a receiverWilly Tarreau2020-09-161-1/+1
* REORG: sock: move get_old_sockets() from haproxy.cWilly Tarreau2020-08-281-0/+1
* MINOR: sock: implement sock_find_compatible_fd()Willy Tarreau2020-08-281-0/+2
* REORG: listener: move xfer_sock_list to sock.{c,h}.Willy Tarreau2020-08-281-0/+3
* REORG: sock: start to move some generic socket code to sock.cWilly Tarreau2020-08-281-0/+42