summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-31 Documentation fixesLaurent Bercot
2014-12-23 Doc typo fixLaurent Bercot
2014-12-22 Renormalize buffer size, even if we lose 1 charv2.0.0.0Laurent Bercot
2014-12-21 child_spawn1_internal fix for noposixspawnLaurent Bercot
2014-12-21 OK, this one works, and the problem was actually on my side (failure toLaurent Bercot
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 problemsLaurent Bercot
2014-12-21 So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot
2014-12-20 Something is rotten in the state of FreeBSD... but we all knew itLaurent Bercot
2014-12-20 FreeBSD now chokes on tryancilautoclose ; tentative fixLaurent Bercot
2014-12-20 Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent 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 fixesLaurent Bercot
2014-12-18 skalibs actually doesn't need make 4Laurent Bercot
2014-12-18 child_spawn1 doc updateLaurent Bercot
2014-12-18 Fix fd management in new child_spawn1, make socket nb for skaclientLaurent Bercot
2014-12-18 fd leak fix in child_spawn1_internalLaurent 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 wLaurent Bercot
2014-12-17 Remove intentional crashLaurent 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 4Laurent Bercot
2014-12-15 Declare static/shared libs in configure, it's specific anywayLaurent Bercot
2014-12-15 Fix: timed_buffer_flush -> buffer_timed_flushLaurent Bercot
2014-12-14Fix Jean's e-mail addressLaurent Bercot
2014-12-14unixmessage_receive: don't read more than 1 message at a timeLaurent Bercot
2014-12-14Fix test of sendmsg return value (compare against int...)Laurent Bercot
2014-12-13Fix initial value for the length of the kolbak_queue.Laurent Bercot
2014-12-11Include deps.mak after config.mak, just in caseLaurent Bercot
2014-12-11Use -O2 by defaultLaurent Bercot
2014-12-11Fix make global-links with nonempty sprootLaurent Bercot
2014-12-10Add guards around EOVERFLOW defines. (Thanks, OpenBSD)Laurent Bercot
2014-12-10Fix child_spawn fd closing when n=1Laurent Bercot
2014-12-09Remove deprecated sig.c and useless select wrapperLaurent Bercot
2014-12-09Documentation updateLaurent Bercot
2014-12-08Documentation update: safe wrappersLaurent Bercot
2014-12-08Remove CPPFLAGS_AUTO entries that disable compiler warningsLaurent Bercot
2014-12-06Correctly (hopefully) update the main cbuffer in unixmessage_receiver_fillLaurent Bercot
2014-12-06Ditch diuints in unixmessage_receiver_fill, revert recvmsg() interpretationLaurent Bercot
2014-12-06Fix: adjust unixmessage_receiver_fill() math after recvmsg(). </3Laurent 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-05Bugfix: skaclient_start and skaclient_startf need a flush before a receive!Laurent Bercot
2014-12-05Simplify child_spawn: remove syncpipe in the posix_spawn() caseLaurent Bercot
2014-12-05Add skagetln_nofillLaurent Bercot
2014-12-05Add tain_zeroLaurent Bercot