aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools
Commit message (Collapse)AuthorAgeFilesLines
* Port to the new librandom APILaurent Bercot2016-10-141-1/+3
|
* Add guard-rail to s6-ipcserver to avoid it choking on a dgram socketLaurent Bercot2016-09-101-0/+1
|
* Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not ↵Laurent Bercot2016-09-101-5/+10
| | | | listen() (suggested by Daniel Kahn Gillmor)
* - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot2015-11-301-2/+1
| | | | - Easier CROSS_COMPILE support in configure
* - s6-ioconnect bugfixv2.2.3.1Laurent Bercot2015-11-051-1/+1
| | | | - version: 2.2.3.1
* - add s6_accessrules_params_freeLaurent Bercot2015-01-231-1/+1
| | | | - some libfdholder debug
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-1525-0/+1901
as well as the accessrules library, from s6-networking to here