- 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · Tue Sep 01 18:54:13 2020 +0200
- 2d34a71 MINOR: sock: implement sock_find_compatible_fd() by Willy Tarreau · Fri Aug 28 16:49:41 2020 +0200
- f172558 MINOR: tcp/udp/unix: make use of proto->addrcmp() to compare addresses by Willy Tarreau · Fri Aug 28 15:30:11 2020 +0200
- 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · Fri Aug 28 12:07:22 2020 +0200
- 1318034 REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c by Willy Tarreau · Fri Aug 28 11:54:59 2020 +0200
- bb1caff MINOR: fd: add a new "exported" flag and use it for all regular listeners by Willy Tarreau · Wed Aug 19 10:00:57 2020 +0200
- 8dbd1a2 MINOR: connection: avoid a useless recvfrom() on outgoing connections by Willy Tarreau · Fri Jul 31 08:59:09 2020 +0200
- 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jun 21 21:42:57 2020 +0500
- f28d5c9 BUILD: proto_uxst: shut up yet another gcc's absurd warning by Willy Tarreau · Fri Jun 12 15:58:19 2020 +0200
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
- 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
- cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
- 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · Thu Jun 04 14:58:24 2020 +0200
- 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
- 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · Wed Jun 03 15:26:55 2020 +0200
- 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
- 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · Wed May 27 18:01:47 2020 +0200
- 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
- d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · Wed May 27 15:59:00 2020 +0200
- 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
- 4c69cff MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect() by Willy Tarreau · Wed Mar 04 16:38:00 2020 +0100
- 562e0d8 MINOR: tcp/uxst/sockpair: use fd_want_send() instead of conn_xprt_want_send() by Willy Tarreau · Fri Feb 21 10:24:51 2020 +0100
- 0948a78 BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init by Willy Tarreau · Wed Feb 12 10:15:34 2020 +0100
- 327ea5a BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit by Willy Tarreau · Tue Feb 11 06:43:37 2020 +0100
- 719e07c BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · Wed Dec 11 16:29:10 2019 +0100
- ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · Thu Sep 05 17:05:05 2019 +0200
- daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
- ca9f5a9 MINOR: unix: use conn->dst for the target address in ->connect() by Willy Tarreau · Wed Jul 17 16:40:37 2019 +0200
- 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
- fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · Mon May 06 18:32:29 2019 +0200
- e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · Wed Feb 27 15:39:41 2019 +0100
- a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · Sat Feb 02 13:14:34 2019 +0100
- 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · Sat Feb 02 18:00:17 2019 +0100
- c03eb01 BUG/MEDIUM: mworker: avoid leak of client socket by William Lallemand · Tue Nov 27 12:02:37 2018 +0100
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
- 637b695 BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server(). by Olivier Houchard · Fri Nov 23 14:23:07 2018 +0100
- e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
- fe5d2ac BUG/MEDIUM: unix: provide a ->drain() function by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
- b4dd15b BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. by Olivier Houchard · Wed Jun 06 18:34:34 2018 +0200
- 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · Fri Mar 16 10:04:47 2018 +0100
- ec9516a BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. by Olivier Houchard · Thu Mar 08 18:25:49 2018 +0100
- a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
- c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · Mon Jan 29 15:06:04 2018 +0100
- 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
- 165f07e MEDIUM: listener: Bind listeners on a thread subset if specified by Christopher Faulet · Fri Nov 24 10:08:09 2017 +0100
- 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · Tue May 30 11:07:16 2017 +0200
- 8c82901 MINOR: unix: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:02:11 2017 +0200
- 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
- a1a247b BUG/MINOR: unix: properly check for octal digits in the "mode" argument by Willy Tarreau · Wed Oct 04 14:43:44 2017 +0200
- 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · Fri Sep 15 07:59:31 2017 +0200
- 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · Fri Sep 15 07:55:51 2017 +0200
- 3228238 MINOR: protocols: always pass a "port" argument to the listener creation by Willy Tarreau · Fri Sep 15 07:44:44 2017 +0200
- 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
- 68986ab BUG/MEDIUM: unix: never unlink a unix socket from the file system by Willy Tarreau · Fri Jun 16 10:34:20 2017 +0200
- f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · Wed Apr 05 22:24:59 2017 +0200
- 9484179 BUG/MINOR: unix: fix connect's polling in case no data are scheduled by Willy Tarreau · Wed Jan 25 14:27:38 2017 +0100
- 4896c44 DOC: Spelling fixes by Tim Düsterhus · Tue Nov 29 02:15:19 2016 +0100
- 9f256d4 MINOR: unix: don't mention free ports on EAGAIN by Lukas Tribus · Tue Jan 26 20:33:14 2016 +0100
- e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
- fd0e008 BUG/MEDIUM: unix: completely unbind abstract sockets during a pause() by Willy Tarreau · Mon Jul 07 21:07:51 2014 +0200
- 3c5efa2 BUG/MEDIUM: unix: failed abstract socket binding is retryable by Willy Tarreau · Mon Jul 07 18:36:45 2014 +0200
- 7319b64 BUG/MEDIUM: unix: do not unlink() abstract namespace sockets upon failure. by Jan Seda · Thu Jun 26 20:44:05 2014 +0200
- 7bb2153 MEDIUM: unix: avoid a double connect probe when no data are sent by Willy Tarreau · Sat May 10 09:48:28 2014 +0200
- ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · Sat May 10 01:49:15 2014 +0200
- 47f48c4 MEDIUM: unix: add preliminary support for connecting to servers over UNIX sockets by Willy Tarreau · Fri May 09 22:57:47 2014 +0200
- 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · Sun Mar 10 23:51:38 2013 +0100
- 8ab505b CLEANUP: tcp/unix: remove useless NULL check in {tcp,unix}_bind_listener() by Willy Tarreau · Thu Jan 24 01:41:38 2013 +0100
- eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · Thu Sep 20 19:43:14 2012 +0200
- 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · Thu Sep 20 18:07:14 2012 +0200
- 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
- 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · Tue Sep 18 18:24:39 2012 +0200
- d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · Tue Sep 18 17:40:35 2012 +0200
- d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
- 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
- 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · Fri Jul 06 16:02:29 2012 +0200
- aece46a MEDIUM: protocols: use the generic I/O callback for accept callbacks by Willy Tarreau · Fri Jul 06 12:25:58 2012 +0200
- 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · Fri Jul 06 10:53:51 2012 +0200
- 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · Fri Jul 06 10:17:53 2012 +0200
- ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · Thu Jul 05 23:36:42 2012 +0200
- 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · Fri Jun 08 22:57:36 2012 +0200
- b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · Sun May 13 00:35:44 2012 +0200
- 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
- c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
- bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · Mon May 07 21:22:09 2012 +0200
- 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · Mon May 07 17:01:39 2012 +0200
- be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · Sun Jul 24 18:28:10 2011 +0200
- 1f5848a [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() by Cyril Bonté · Sun Nov 14 17:03:19 2010 +0100
- e4cbbe2 [MINOR] unix sockets : inherits the backlog size from the listener by Cyril Bonté · Sun Nov 14 17:03:18 2010 +0100
- b40dc94 [MEDIUM] unix sockets: cleanup the error reporting path by Willy Tarreau · Sun Nov 07 12:10:51 2010 +0100
- 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · Sun Nov 07 11:44:13 2010 +0100
- cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
- eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
- a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · Sun May 23 17:27:44 2010 +0200
- e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · Tue Jun 01 19:45:06 2010 +0200
- 78caf84 [DOC] Some more documentation cleanups by Cyril Bonté · Wed Mar 10 22:41:43 2010 +0100
- bc77530 [MINOR] proto_uxst: set accept_date upon accept() to the wall clock time by Willy Tarreau · Fri Mar 05 16:18:37 2010 +0100