index
:
skalibs
2.11.0.0
main
master
Mirror of git://git.skarnet.org/skalibs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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-22
Renormalize buffer size, even if we lose 1 char
v2.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-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-15
Fix: timed_buffer_flush -> buffer_timed_flush
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-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-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
2014-12-05
It's possible to statically initialize unixmessage_receiver_0
Laurent Bercot
2014-12-05
Bugfix: skaclient_start and skaclient_startf need a flush before a receive!
Laurent Bercot
2014-12-05
Simplify child_spawn: remove syncpipe in the posix_spawn() case
Laurent Bercot
2014-12-05
Add skagetln_nofill
Laurent Bercot
2014-12-05
Add tain_zero
Laurent Bercot
2014-12-05
More adjustments to unixmessage and skaclient
Laurent Bercot
2014-12-04
Better interface for simple skaclient servers
Laurent Bercot
2014-09-18
initial commit with rc for skalibs-2.0.0.0
Laurent Bercot