about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Jesus, that OpenBSD bug is FUCKING ANNOYING.Laurent Bercot2015-03-092-0/+14
* - reset all signals to default in child_spawn*Laurent Bercot2015-03-093-6/+33
* Bugfix: iopause must check for EOVERFLOW, not ERANGELaurent Bercot2015-03-062-2/+2
* Add hiercopy and hiercopy_tmp v2.3.1.0Laurent Bercot2015-02-233-0/+157
* - Bugfix: unixmessage_sender_init didn't initialize b->shortyLaurent Bercot2015-02-192-0/+3
* - Add wait_estatus()Laurent Bercot2015-02-191-1/+2
* Modify wait_status to return 256 when WIFSIGNALEDLaurent Bercot2015-02-181-1/+1
* Bugfix: SKALIBS_ETC undefined (djbtime-internal.h didn't include config.h) v2.3.0.0Laurent Bercot2015-02-151-0/+1
* Typo fix in unixmessage.hLaurent Bercot2015-02-081-1/+0
* - Doc updateLaurent Bercot2015-02-071-1/+1
* - Add siovec_truncLaurent Bercot2015-02-0531-131/+210
* It will work better with the new files >.>Laurent Bercot2015-02-015-0/+61
* Add allreadwritev and friendsLaurent Bercot2015-02-014-6/+16
* make fd_sanitize check stderr tooLaurent Bercot2015-01-301-1/+1
* Bugfixes: v2.2.1.0Laurent Bercot2015-01-232-5/+3
* Bugfix: definition of UNIXCONNECTION_ZEROLaurent Bercot2015-01-211-1/+1
* Bugfix: definition of avltreeb_extremeLaurent Bercot2015-01-211-1/+1
* - Added unixconnectionLaurent Bercot2015-01-1911-3/+178
* Without a segfault in unixmessage_sender_free, please. v2.2.0.0Laurent Bercot2015-01-101-5/+8
* Gnfrlbl... gensetdyn_iter is an unsigned int again, but the valueLaurent Bercot2015-01-103-9/+9
* Change gensetdyn_iter to be a boolean. The old behaviour is stillLaurent Bercot2015-01-102-2/+2
* Bugfix: unixmessage_sender_free didn't close all the pending fdsLaurent Bercot2015-01-103-12/+11
* Add unixmessage_unput, for transaction cancellationLaurent Bercot2015-01-092-0/+27
* Bugfix: unixmessage_put was recording the wrong number of fdsLaurent Bercot2015-01-092-3/+3
* Add cancellation to iterators over avltree(n) and genset(dyn)Laurent Bercot2015-01-0912-30/+98
* Everybody loves OpenBSD and its _BSD_SOURCE-guarded EOVERFLOWLaurent Bercot2015-01-094-0/+20
* tai conversion functions overhaul.Laurent Bercot2015-01-0944-199/+220
* Fix uintXX_fmtlist and uintXX_scanlist includesLaurent Bercot2015-01-064-4/+4
* - Bugfixes in unixmessage/skaclient (short writes / fd leakage / DoS) v2.1.0.0Laurent Bercot2015-01-0612-73/+182
* Add unixmessage_drop and some stuff in skaclientLaurent Bercot2015-01-043-0/+17
* More macros for asyncout in skaclient.hLaurent Bercot2015-01-041-0/+6
* 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
* Really add it >.>Laurent Bercot2015-01-021-0/+13
* Add skaclient_syncify for easier async/sync handlingLaurent Bercot2015-01-024-15/+9
* Remove the --enable-right-tz configure option.Laurent Bercot2015-01-026-44/+43
* 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
* Renormalize buffer size, even if we lose 1 char v2.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-213-14/+30
* 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-202-6/+132