summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2014-12-20 Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot
until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.
2014-12-18 Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot
2014-12-09Remove deprecated sig.c and useless select wrapperLaurent Bercot
2014-12-06Rewrite unixmessage_receiver without buffer, only cbufferLaurent Bercot
2014-12-05It's possible to statically initialize unixmessage_receiver_0Laurent Bercot
2014-12-05Add skagetln_nofillLaurent Bercot
2014-12-05More adjustments to unixmessage and skaclientLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot