aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/ancil_send_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-1/+1
|
* Refactor textmessage/textclient with channel creation around ancil_*Laurent Bercot2020-10-261-2/+0
|
* Separate and expose ancil_recv_fd/ancil_send_fdLaurent Bercot2020-10-261-0/+45
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.