- 1e984b7 CLEANUP: protocol: remove family-specific fields from struct protocol by Willy Tarreau · 4 years, 2 months ago
- b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · 4 years, 2 months ago
- ad33acf MEDIUM: protocol: do not call proto->bind() anymore from bind_listener() by Willy Tarreau · 4 years, 2 months ago
- cd5e5ea MEDIUM: uxst: make use of sock_unix_bind_receiver() by Willy Tarreau · 4 years, 2 months ago
- 1e0a860 MEDIUM: sock_unix: implement sock_unix_bind_receiver() by Willy Tarreau · 4 years, 2 months ago
- b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 4 years, 2 months ago
- c049c0d MINOR: sock: make sock_find_compatible_fd() only take a receiver by Willy Tarreau · 4 years, 2 months ago
- 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 4 years, 2 months ago
- 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · 4 years, 2 months ago
- 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 4 years, 2 months ago
- b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 4 years, 2 months ago
- 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 4 years, 2 months ago
- 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 4 years, 2 months ago
- e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 4 years, 2 months ago
- 6e459d7 MINOR: listener: create a new struct "settings" in bind_conf by Willy Tarreau · 4 years, 2 months ago
- 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · 4 years, 2 months ago
- 2d34a71 MINOR: sock: implement sock_find_compatible_fd() by Willy Tarreau · 4 years, 2 months ago
- f172558 MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses by Willy Tarreau · 4 years, 2 months ago
- 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 4 years, 2 months ago
- 1318034 REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c by Willy Tarreau · 4 years, 2 months ago
- bb1caff MINOR: fd: add a new "exported" flag and use it for all regular listeners by Willy Tarreau · 4 years, 3 months ago
- 8dbd1a2 MINOR: connection: avoid a useless recvfrom() on outgoing connections by Willy Tarreau · 4 years, 3 months ago
- 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
- f28d5c9 BUILD: proto_uxst: shut up yet another gcc's absurd warning by Willy Tarreau · 4 years, 5 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 5 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 5 months ago
- 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 5 months ago
- 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 5 months ago
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 5 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 5 months ago
- 4c69cff MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect() by Willy Tarreau · 4 years, 8 months ago
- 562e0d8 MINOR: tcp/uxst/sockpair: use fd_want_send() instead of conn_xprt_want_send() by Willy Tarreau · 4 years, 9 months ago
- 0948a78 BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init by Willy Tarreau · 4 years, 9 months ago
- 327ea5a BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit by Willy Tarreau · 4 years, 9 months ago
- 719e07c BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · 5 years ago
- ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · 5 years ago
- daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
- ca9f5a9 MINOR: unix: use conn->dst for the target address in ->connect() by Willy Tarreau · 5 years ago
- 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
- fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · 6 years ago
- e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 6 years ago
- a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 6 years ago
- 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · 6 years ago
- c03eb01 BUG/MEDIUM: mworker: avoid leak of client socket by William Lallemand · 6 years ago
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
- 637b695 BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server(). by Olivier Houchard · 6 years ago
- e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · 6 years ago
- fe5d2ac BUG/MEDIUM: unix: provide a ->drain() function by Willy Tarreau · 6 years ago
- b4dd15b BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. by Olivier Houchard · 6 years ago
- 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · 7 years ago
- ec9516a BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. by Olivier Houchard · 7 years ago
- a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 7 years ago
- c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · 7 years ago
- 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
- 165f07e MEDIUM: listener: Bind listeners on a thread subset if specified by Christopher Faulet · 7 years ago
- 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
- 8c82901 MINOR: unix: use conn_full_close() instead of conn_force_close() by Willy Tarreau · 7 years ago
- 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
- a1a247b BUG/MINOR: unix: properly check for octal digits in the "mode" argument by Willy Tarreau · 7 years ago
- 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · 7 years ago
- 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · 7 years ago
- 3228238 MINOR: protocols: always pass a "port" argument to the listener creation by Willy Tarreau · 7 years ago
- 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
- 68986ab BUG/MEDIUM: unix: never unlink a unix socket from the file system by Willy Tarreau · 7 years ago
- f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · 8 years ago
- 9484179 BUG/MINOR: unix: fix connect's polling in case no data are scheduled by Willy Tarreau · 8 years ago
- 4896c44 DOC: Spelling fixes by Tim Düsterhus · 8 years ago
- 9f256d4 MINOR: unix: don't mention free ports on EAGAIN by Lukas Tribus · 9 years ago
- e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 10 years ago
- fd0e008 BUG/MEDIUM: unix: completely unbind abstract sockets during a pause() by Willy Tarreau · 10 years ago
- 3c5efa2 BUG/MEDIUM: unix: failed abstract socket binding is retryable by Willy Tarreau · 10 years ago
- 7319b64 BUG/MEDIUM: unix: do not unlink() abstract namespace sockets upon failure. by Jan Seda · 10 years ago
- 7bb2153 MEDIUM: unix: avoid a double connect probe when no data are sent by Willy Tarreau · 10 years ago
- ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · 10 years ago
- 47f48c4 MEDIUM: unix: add preliminary support for connecting to servers over UNIX sockets by Willy Tarreau · 10 years ago
- 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · 12 years ago
- 8ab505b CLEANUP: tcp/unix: remove useless NULL check in {tcp,unix}_bind_listener() by Willy Tarreau · 12 years ago
- eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · 12 years ago
- 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
- 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
- 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · 12 years ago
- d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · 12 years ago
- d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
- 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
- 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
- aece46a MEDIUM: protocols: use the generic I/O callback for accept callbacks by Willy Tarreau · 12 years ago
- 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
- 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
- ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · 12 years ago
- 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
- b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago