Age | Commit message (Expand) | Author |
2014-12-21 | next generation of the FreeBSD fix... | Laurent Bercot |
2014-12-21 | So MSG_WAITALL can block even with MSG_DONTWAIT... wtfbsdseriously. | Laurent Bercot |
2014-12-21 | Stricter trynbwaitall to actually catch the problems | Laurent Bercot |
2014-12-21 | So the non-portable MSG_DONTWAIT may alleviate the problem... might | Laurent Bercot |
2014-12-20 | Something is rotten in the state of FreeBSD... but we all knew it | Laurent Bercot |
2014-12-20 | FreeBSD now chokes on tryancilautoclose ; tentative fix | Laurent Bercot |
2014-12-20 | Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks | Laurent Bercot |
2014-12-20 | Lots of cosmetic fixes. | Laurent Bercot |
2014-12-20 | Cosmetic fixes in iobuffer (was looking for a bug, but it wasn't there) | Laurent Bercot |
2014-12-19 | Doc fix: `cat socket.lib`, not -l`cat socket.lib` | Laurent Bercot |
2014-12-18 | Documentation fixes | Laurent Bercot |
2014-12-18 | skalibs actually doesn't need make 4 | Laurent Bercot |
2014-12-18 | child_spawn1 doc update | Laurent Bercot |
2014-12-18 | Fix fd management in new child_spawn1, make socket nb for skaclient | Laurent Bercot |
2014-12-18 | fd leak fix in child_spawn1_internal | Laurent Bercot |
2014-12-18 | Separate socket from pipe in child_spawn. Less code in skaclient! | Laurent Bercot |
2014-12-18 | Fix timed_getlnmax: correctly update w | Laurent Bercot |
2014-12-17 | Remove intentional crash | Laurent Bercot |
2014-12-17 | Make build crash early on purpose (to test test suite...) | Laurent Bercot |
2014-12-16 | Test _XOPEN_SOURCE=700, you never know... (but not for Solaris) | Laurent Bercot |
2014-12-16 | Update doc: dependency to make 4 | Laurent Bercot |
2014-12-15 | Declare static/shared libs in configure, it's specific anyway | Laurent Bercot |
2014-12-15 | Fix: timed_buffer_flush -> buffer_timed_flush | Laurent Bercot |
2014-12-14 | Fix Jean's e-mail address | Laurent Bercot |
2014-12-14 | unixmessage_receive: don't read more than 1 message at a time | Laurent Bercot |
2014-12-14 | Fix test of sendmsg return value (compare against int...) | Laurent Bercot |
2014-12-13 | Fix initial value for the length of the kolbak_queue. | Laurent Bercot |
2014-12-11 | Include deps.mak after config.mak, just in case | Laurent Bercot |
2014-12-11 | Use -O2 by default | Laurent Bercot |
2014-12-11 | Fix make global-links with nonempty sproot | Laurent Bercot |
2014-12-10 | Add guards around EOVERFLOW defines. (Thanks, OpenBSD) | Laurent Bercot |
2014-12-10 | Fix child_spawn fd closing when n=1 | Laurent Bercot |
2014-12-09 | Remove deprecated sig.c and useless select wrapper | Laurent Bercot |
2014-12-09 | Documentation update | Laurent Bercot |
2014-12-08 | Documentation update: safe wrappers | Laurent Bercot |
2014-12-08 | Remove CPPFLAGS_AUTO entries that disable compiler warnings | 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-12-05 | It's possible to statically initialize unixmessage_receiver_0 | Laurent Bercot |
2014-12-05 | Bugfix: skaclient_start and skaclient_startf need a flush before a receive! | Laurent Bercot |
2014-12-05 | Simplify child_spawn: remove syncpipe in the posix_spawn() case | Laurent Bercot |
2014-12-05 | Add skagetln_nofill | Laurent Bercot |
2014-12-05 | Add tain_zero | Laurent Bercot |
2014-12-05 | More adjustments to unixmessage and skaclient | Laurent Bercot |
2014-12-04 | Better interface for simple skaclient servers | Laurent Bercot |
2014-09-19 | doc precision | Laurent Bercot |
2014-09-18 | update doc to mention git | Laurent Bercot |
2014-09-18 | add git support to make tgz | Laurent Bercot |