Age | Commit message (Expand) | Author |
2015-01-02 | More noob-friendly defaults for configure | Laurent Bercot |
2015-01-02 | Better document what --enable-slashpackage does | Laurent Bercot |
2015-01-02 | Remove the --enable-right-tz configure option. | Laurent Bercot |
2014-12-31 | Safe wrappers around sendmsg and recvmsg in unixmessage primitives | Laurent Bercot |
2014-12-31 | Add _GNU_SOURCE to trynbwaitall.c because glibc headers | Laurent Bercot |
2014-12-31 | Documentation fixes | Laurent Bercot |
2014-12-23 | Doc typo fix | Laurent Bercot |
2014-12-22 | Renormalize buffer size, even if we lose 1 charv2.0.0.0 | Laurent Bercot |
2014-12-21 | child_spawn1_internal fix for noposixspawn | Laurent Bercot |
2014-12-21 | OK, this one works, and the problem was actually on my side (failure to | Laurent 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 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 |