aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant _XPG4_2 in unixmessage_sender_flushLaurent Bercot2015-01-031-4/+0
* ... without breaking everything, if possibleLaurent Bercot2015-01-031-1/+1
* Easier error reporting in unixmessage_handleLaurent Bercot2015-01-031-1/+2
* Add unixmessage_receiver_isfullLaurent Bercot2015-01-031-0/+1
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
* Really add it >.>Laurent Bercot2015-01-021-0/+13
* Add skaclient_syncify for easier async/sync handlingLaurent Bercot2015-01-025-15/+10
* More noob-friendly defaults for configureLaurent Bercot2015-01-021-10/+29
* Better document what --enable-slashpackage doesLaurent Bercot2015-01-021-7/+20
* Remove the --enable-right-tz configure option.Laurent Bercot2015-01-0212-115/+63
* Safe wrappers around sendmsg and recvmsg in unixmessage primitivesLaurent Bercot2014-12-312-5/+15
* Add _GNU_SOURCE to trynbwaitall.c because glibc headersLaurent Bercot2014-12-311-0/+3
* Documentation fixesLaurent Bercot2014-12-313-4/+4
* Doc typo fixLaurent Bercot2014-12-231-1/+1
* Renormalize buffer size, even if we lose 1 charv2.0.0.0Laurent Bercot2014-12-224-10/+10
* child_spawn1_internal fix for noposixspawnLaurent Bercot2014-12-211-1/+1
* OK, this one works, and the problem was actually on my side (failure toLaurent Bercot2014-12-213-19/+4
* next generation of the FreeBSD fix...Laurent Bercot2014-12-213-15/+5
* So MSG_WAITALL can block even with MSG_DONTWAIT... wtfbsdseriously.Laurent Bercot2014-12-213-16/+19
* Stricter trynbwaitall to actually catch the problemsLaurent Bercot2014-12-211-3/+8
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-214-15/+32
* Something is rotten in the state of FreeBSD... but we all knew itLaurent Bercot2014-12-201-1/+2
* FreeBSD now chokes on tryancilautoclose ; tentative fixLaurent Bercot2014-12-201-31/+33
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-204-9/+140
* Lots of cosmetic fixes.Laurent Bercot2014-12-20107-190/+210
* Cosmetic fixes in iobuffer (was looking for a bug, but it wasn't there)Laurent Bercot2014-12-204-18/+18
* Doc fix: `cat socket.lib`, not -l`cat socket.lib`Laurent Bercot2014-12-191-2/+2
* Documentation fixesLaurent Bercot2014-12-188-14/+54
* skalibs actually doesn't need make 4Laurent Bercot2014-12-182-2/+2
* child_spawn1 doc updateLaurent Bercot2014-12-181-5/+10
* Fix fd management in new child_spawn1, make socket nb for skaclientLaurent Bercot2014-12-183-15/+19
* fd leak fix in child_spawn1_internalLaurent Bercot2014-12-181-2/+2
* Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot2014-12-188-70/+94
* Fix timed_getlnmax: correctly update wLaurent Bercot2014-12-181-2/+4
* Remove intentional crashLaurent Bercot2014-12-171-2/+0
* Make build crash early on purpose (to test test suite...)Laurent Bercot2014-12-171-0/+2
* Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot2014-12-162-2/+6
* Update doc: dependency to make 4Laurent Bercot2014-12-162-2/+2
* Declare static/shared libs in configure, it's specific anywayLaurent Bercot2014-12-152-5/+11
* Fix: timed_buffer_flush -> buffer_timed_flushLaurent Bercot2014-12-151-1/+1
* Fix Jean's e-mail addressLaurent Bercot2014-12-141-1/+1
* unixmessage_receive: don't read more than 1 message at a timeLaurent Bercot2014-12-141-2/+6
* Fix test of sendmsg return value (compare against int...)Laurent Bercot2014-12-141-1/+1
* Fix initial value for the length of the kolbak_queue.Laurent Bercot2014-12-132-5/+4
* Include deps.mak after config.mak, just in caseLaurent Bercot2014-12-111-1/+1
* Use -O2 by defaultLaurent Bercot2014-12-111-1/+1
* Fix make global-links with nonempty sprootLaurent Bercot2014-12-111-1/+1
* Add guards around EOVERFLOW defines. (Thanks, OpenBSD)Laurent Bercot2014-12-105-0/+10
* Fix child_spawn fd closing when n=1Laurent Bercot2014-12-101-1/+1
* Remove deprecated sig.c and useless select wrapperLaurent Bercot2014-12-094-50/+1