aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/ancil_recv_fd.c
Commit message (Collapse)AuthorAgeFilesLines
* Save/restore errno in all safe wrappersLaurent Bercot2026-01-011-1/+3
|
* Some trivial bugfixes and cleanupsLaurent Bercot2020-12-071-3/+6
|
* Separate and expose ancil_recv_fd/ancil_send_fdLaurent Bercot2020-10-261-0/+69
The goal is to make late channel creation easy, as opposed to textclient which always creates a new channel at start time. This commit also moves posixishard.h inclusions as late as possible.