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
Bugfix: unixmessage_sender_free didn't close all the pending fds More... about 10 years ago
Add unixmessage_unput, for transaction cancellation More... about 10 years ago
Bugfix: unixmessage_put was recording the wrong number of fds More... about 10 years ago
Add cancellation to iterators over avltree(n) and genset(dyn) More... about 10 years ago
Everybody loves OpenBSD and its _BSD_SOURCE-guarded EOVERFLOW More... about 10 years ago
tai conversion functions overhaul. API change -> rc for 2.2.0.0 Doc updated. More... about 10 years ago
Fix uintXX_fmtlist and uintXX_scanlist includes More... about 10 years ago
- Bugfixes in unixmessage/skaclient (short writes / fd leakage / DoS) - ABI change: unixmessage protocol header is now 6 bytes (was 8) - API change: skaclient_start(_async) now takes an "options" argument - version increase to 2.1.0.0 More... about 10 years ago
Add unixmessage_drop and some stuff in skaclient More... about 10 years ago
More macros for asyncout in skaclient.h More... about 10 years ago
Remove redundant _XPG4_2 in unixmessage_sender_flush More... about 10 years ago
... without breaking everything, if possible More... about 10 years ago
Easier error reporting in unixmessage_handle More... about 10 years ago
Add unixmessage_receiver_isfull More... about 10 years ago
Fix configure --help: no support for VAR=VALUE More... about 10 years ago
Really add it >.> More... about 10 years ago
Add skaclient_syncify for easier async/sync handling More... about 10 years ago
More noob-friendly defaults for configure More... about 10 years ago
Better document what --enable-slashpackage does More... about 10 years ago
Remove the --enable-right-tz configure option. Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion. More... about 10 years ago
Safe wrappers around sendmsg and recvmsg in unixmessage primitives More... about 10 years ago
Add _GNU_SOURCE to trynbwaitall.c because glibc headers don't define kill() with only _BSD_SOURCE. That's very disappointing from GNU. More... about 10 years ago
Documentation fixes More... about 10 years ago
Doc typo fix More... about 10 years ago
Renormalize buffer size, even if we lose 1 char More... about 10 years ago
child_spawn1_internal fix for noposixspawn More... about 10 years ago
OK, this one works, and the problem was actually on my side (failure to use CMSG_LEN where required in tryancilautoclose). Also, good news: the sys/param.h inclusion in FreeBSD isn't necessary anymore. More... about 10 years ago
next generation of the FreeBSD fix... More... about 10 years ago
So MSG_WAITALL can block even with MSG_DONTWAIT... wtfbsdseriously. Only include MSG_WAITALL when it's tested nb, then. Also test yet another fix for the tryancilautoclose FreeBSD problem. More... about 10 years ago
Stricter trynbwaitall to actually catch the problems More... about 10 years ago