aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools/s6-tcpserver4d.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: tcpserver should unignore SIGPIPELaurent Bercot2021-05-221-1/+2
|
* Trivial syscall number optimizationLaurent Bercot2021-05-211-1/+1
|
* Convert to new exec.h syntaxLaurent Bercot2020-11-261-15/+15
|
* Different code style for the maxconn spurious warning avoidanceLaurent Bercot2019-05-141-5/+3
|
* bugfix: have s6-tcpserver?d write localport to stdout on notifLaurent Bercot2018-10-061-1/+12
| | | | and not just a newline.
* bugfix: spurious error message in s6-tcpserver?d when maxed connectionsLaurent Bercot2017-09-131-3/+3
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-37/+38
|
* Types fix, first passLaurent Bercot2017-01-101-15/+16
| | | | | | | XXX marks what must change when skalibs changes. Also started writing functions for client certificate support in sbearssl, but it's not working yet (need more high-level support from BearSSL before it can work)
* Experimental decoupling of socketbinders and daemons in ucspi servers.Laurent Bercot2015-01-071-0/+375
Rewrite of s6-ipcserver as a small wrapper. s6-tcpserver4 and s6-tcpserver6 will follow.