summaryrefslogtreecommitdiff
path: root/dev/tcploop
Commit message (Expand)AuthorAgeFilesLines
* DEV: tcploop: add minimal support for unix socketsWilly Tarreau2023-01-111-4/+17
* DEV: tcploop: add optional support for epollWilly Tarreau2022-11-251-0/+34
* DEV: tcploop: do not report an error on POLLERRWilly Tarreau2022-11-251-3/+1
* DEV: tcploop: add support for POLLRDHUP when supportedWilly Tarreau2022-11-251-5/+11
* DEV: tcploop: centralize the polling code into wait_for_fd()Willy Tarreau2022-11-251-35/+19
* BUILD: makefile: move default verbosity settings to include/make/verbose.mkWilly Tarreau2022-11-171-18/+2
* BUILD: makefile: properly pass CC to sub-projectsWilly Tarreau2022-11-171-1/+19
* DEV: tcploop: add minimal UDP supportWilly Tarreau2022-06-081-1/+8
* DEV: tcploop: add a new "bind" command to bind to ip/port.Willy Tarreau2022-06-081-19/+53
* DEV: tcploop: permit port 0 to ease handling of default optionsWilly Tarreau2022-06-081-1/+1
* DEV: tcploop: factor out the socket creationWilly Tarreau2022-06-081-16/+30
* DEV: tcploop: make it possible to change the target address of a connect()Willy Tarreau2022-06-081-2/+11
* DEV: tcploop: make the current address the default addressWilly Tarreau2022-06-081-4/+4
* DEV: tcploop: reorder options in the usage messageWilly Tarreau2022-06-081-13/+13
* CONTRIB: move some dev-specific tools to dev/Willy Tarreau2021-04-022-0/+967