aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools/s6-tcpserverd.c
Commit message (Collapse)AuthorAgeFilesLines
* s6-tcpserverd: change terminology: allow -> accept, deny -> rejectLaurent Bercot2023-11-121-4/+4
| | | | | | Also change ip:port to ip_port in logs Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix missing null terminatorLaurent Bercot2023-10-161-8/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better iteration when sending signals in s6-tcpserverdLaurent Bercot2023-10-011-28/+33
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Avoid stupid buffer overflows tyvmLaurent Bercot2023-10-011-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor s6-tcpserverd loggingLaurent Bercot2023-10-011-51/+43
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Great Tcpserver Unification. Prepare for 2.6.0.0.Laurent Bercot2023-09-301-0/+435
Signed-off-by: Laurent Bercot <ska@appnovation.com>