aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Add unixmessage_drop and some stuff in skaclientLaurent Bercot2015-01-041-0/+1
|
* Add skaclient_syncify for easier async/sync handlingLaurent Bercot2015-01-021-0/+1
|
* Remove the --enable-right-tz configure option.Laurent Bercot2015-01-021-3/+4
| | | | | | Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-201-2/+1
| | | | | | until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.
* Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot2014-12-181-2/+5
|
* Remove deprecated sig.c and useless select wrapperLaurent Bercot2014-12-091-3/+1
|
* Rewrite unixmessage_receiver without buffer, only cbufferLaurent Bercot2014-12-061-4/+3
|
* It's possible to statically initialize unixmessage_receiver_0Laurent Bercot2014-12-051-1/+0
|
* Add skagetln_nofillLaurent Bercot2014-12-051-5/+3
|
* More adjustments to unixmessage and skaclientLaurent Bercot2014-12-051-1/+9
|
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-182-0/+760