index
:
skalibs
2.11.0.0
main
master
Mirror of git://git.skarnet.org/skalibs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libunixonacid
/
unixmessage_receive.c
Age
Commit message (
Expand
)
Author
2021-07-28
Huge incompatible changes.
Laurent Bercot
2020-10-26
Separate and expose ancil_recv_fd/ancil_send_fd
Laurent Bercot
2019-02-19
Add skalibs/posixishard.h
Laurent Bercot
2019-02-19
Add DragonFly macro; remove nbwaitall and ancilautoclose
Laurent Bercot
2017-07-16
Add egidingroups sysdeps, change fd_close() to void and saving errno, propag...
Laurent Bercot
2017-04-23
Align ancillary buffers on struct cmsghdr and int boundaries
Laurent Bercot
2017-02-17
More types changes
Laurent Bercot
2015-03-13
Applied Roman Kimov's fixes
v2.3.1.3
Laurent Bercot
2015-01-06
- Bugfixes in unixmessage/skaclient (short writes / fd leakage / DoS)
v2.1.0.0
Laurent Bercot
2014-12-31
Safe wrappers around sendmsg and recvmsg in unixmessage primitives
Laurent Bercot
2014-12-21
So MSG_WAITALL can block even with MSG_DONTWAIT... wtfbsdseriously.
Laurent Bercot
2014-12-21
So the non-portable MSG_DONTWAIT may alleviate the problem... might
Laurent Bercot
2014-12-20
Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks
Laurent Bercot
2014-12-14
unixmessage_receive: don't read more than 1 message at a time
Laurent Bercot
2014-12-06
Correctly (hopefully) update the main cbuffer in unixmessage_receiver_fill
Laurent Bercot
2014-12-06
Ditch diuints in unixmessage_receiver_fill, revert recvmsg() interpretation
Laurent Bercot
2014-12-06
Fix: adjust unixmessage_receiver_fill() math after recvmsg(). </3
Laurent Bercot
2014-12-06
Rewrite unixmessage_receiver without buffer, only cbuffer
Laurent Bercot
2014-09-18
initial commit with rc for skalibs-2.0.0.0
Laurent Bercot