| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | So the non-portable MSG_DONTWAIT may alleviate the problem... might | Laurent Bercot | 2014-12-21 | 1 | -12/+11 | |
| | | | | | as well use it on architectures that support it. | |||||
| * | Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks | Laurent Bercot | 2014-12-20 | 1 | -6/+15 | |
| | | | | | | | 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. | |||||
| * | Lots of cosmetic fixes. | Laurent Bercot | 2014-12-20 | 6 | -6/+6 | |
| | | | | | sha256 documented. | |||||
| * | Fix fd management in new child_spawn1, make socket nb for skaclient | Laurent Bercot | 2014-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Separate socket from pipe in child_spawn. Less code in skaclient! | Laurent Bercot | 2014-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Fix timed_getlnmax: correctly update w | Laurent Bercot | 2014-12-18 | 1 | -2/+4 | |
| | | ||||||
| * | Fix: timed_buffer_flush -> buffer_timed_flush | Laurent Bercot | 2014-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | unixmessage_receive: don't read more than 1 message at a time | Laurent Bercot | 2014-12-14 | 1 | -2/+6 | |
| | | ||||||
| * | Fix test of sendmsg return value (compare against int...) | Laurent Bercot | 2014-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix initial value for the length of the kolbak_queue. | Laurent Bercot | 2014-12-13 | 1 | -2/+1 | |
| | | | | | | This was the reason for the s6-dnsname-filter segfault. It took me 2 days, valgrind and gdb to corner that one. >.> | |||||
| * | Correctly (hopefully) update the main cbuffer in unixmessage_receiver_fill | Laurent Bercot | 2014-12-06 | 1 | -0/+1 | |
| | | ||||||
| * | Ditch diuints in unixmessage_receiver_fill, revert recvmsg() interpretation | Laurent Bercot | 2014-12-06 | 1 | -9/+3 | |
| | | ||||||
| * | Fix: adjust unixmessage_receiver_fill() math after recvmsg(). </3 | Laurent Bercot | 2014-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | Rewrite unixmessage_receiver without buffer, only cbuffer | Laurent Bercot | 2014-12-06 | 7 | -91/+100 | |
| | | ||||||
| * | It's possible to statically initialize unixmessage_receiver_0 | Laurent Bercot | 2014-12-05 | 2 | -27/+1 | |
| | | ||||||
| * | Bugfix: skaclient_start and skaclient_startf need a flush before a receive! | Laurent Bercot | 2014-12-05 | 2 | -0/+14 | |
| | | ||||||
| * | More adjustments to unixmessage and skaclient | Laurent Bercot | 2014-12-05 | 2 | -5/+4 | |
| | | ||||||
| * | Better interface for simple skaclient servers | Laurent Bercot | 2014-12-04 | 5 | -6/+54 | |
| | | ||||||
| * | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | 2014-09-18 | 78 | -0/+1783 | |
