aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/unixmessage_receive.c
Commit message (Expand)AuthorAgeFilesLines
* Save/restore errno in all safe wrappersLaurent Bercot2026-01-011-3/+5
* Huge incompatible changes.Laurent Bercot2021-07-281-2/+2
* Separate and expose ancil_recv_fd/ancil_send_fdLaurent Bercot2020-10-261-1/+1
* Add skalibs/posixishard.hLaurent Bercot2019-02-191-1/+3
* Add DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot2019-02-191-6/+0
* Add egidingroups sysdeps, change fd_close() to void and saving errno, propag...Laurent Bercot2017-07-161-2/+0
* Align ancillary buffers on struct cmsghdr and int boundariesLaurent Bercot2017-04-231-2/+8
* More types changesLaurent Bercot2017-02-171-16/+11
* Applied Roman Kimov's fixesv2.3.1.3Laurent Bercot2015-03-131-1/+1
* - Bugfixes in unixmessage/skaclient (short writes / fd leakage / DoS)v2.1.0.0Laurent Bercot2015-01-061-17/+39
* Safe wrappers around sendmsg and recvmsg in unixmessage primitivesLaurent Bercot2014-12-311-3/+6
* So MSG_WAITALL can block even with MSG_DONTWAIT... wtfbsdseriously.Laurent Bercot2014-12-211-3/+10
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-211-12/+11
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-201-6/+15
* unixmessage_receive: don't read more than 1 message at a timeLaurent Bercot2014-12-141-2/+6
* Correctly (hopefully) update the main cbuffer in unixmessage_receiver_fillLaurent Bercot2014-12-061-0/+1
* Ditch diuints in unixmessage_receiver_fill, revert recvmsg() interpretationLaurent Bercot2014-12-061-9/+3
* Fix: adjust unixmessage_receiver_fill() math after recvmsg(). </3Laurent Bercot2014-12-061-1/+1
* Rewrite unixmessage_receiver without buffer, only cbufferLaurent Bercot2014-12-061-19/+87
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+44