0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
So the non-portable MSG_DONTWAIT may alleviate the problem... might as well use it on architectures that support it. More... about 10 years ago
Something is rotten in the state of FreeBSD... but we all knew it already. More tentative workarounds. More... about 10 years ago
FreeBSD now chokes on tryancilautoclose ; tentative fix More... about 10 years ago
Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocks 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. More... about 10 years ago
Lots of cosmetic fixes. sha256 documented. More... about 10 years ago
Cosmetic fixes in iobuffer (was looking for a bug, but it wasn't there) More... about 10 years ago
Doc fix: `cat socket.lib`, not -l`cat socket.lib` More... about 10 years ago
Documentation fixes More... about 10 years ago
skalibs actually doesn't need make 4 More... about 10 years ago
child_spawn1 doc update More... about 10 years ago
Fix fd management in new child_spawn1, make socket nb for skaclient More... about 10 years ago
fd leak fix in child_spawn1_internal More... about 10 years ago
Separate socket from pipe in child_spawn. Less code in skaclient! More... about 10 years ago
Fix timed_getlnmax: correctly update w More... about 10 years ago
Remove intentional crash More... about 10 years ago
Make build crash early on purpose (to test test suite...) More... about 10 years ago
Test _XOPEN_SOURCE=700, you never know... (but not for Solaris) More... about 10 years ago
Update doc: dependency to make 4 More... about 10 years ago
Declare static/shared libs in configure, it's specific anyway More... about 10 years ago
Fix: timed_buffer_flush -> buffer_timed_flush More... about 10 years ago
Fix Jean's e-mail address More... about 10 years ago
unixmessage_receive: don't read more than 1 message at a time More... about 10 years ago
Fix test of sendmsg return value (compare against int...) More... about 10 years ago
Fix initial value for the length of the kolbak_queue. This was the reason for the s6-dnsname-filter segfault. It took me 2 days, valgrind and gdb to corner that one. >.> More... about 10 years ago
Include deps.mak after config.mak, just in case More... about 10 years ago
Use -O2 by default More... about 10 years ago
Fix make global-links with nonempty sproot More... about 10 years ago
Add guards around EOVERFLOW defines. (Thanks, OpenBSD) More... about 10 years ago
Fix child_spawn fd closing when n=1 More... about 10 years ago
Remove deprecated sig.c and useless select wrapper More... about 10 years ago