Age | Commit message (Collapse) | Author |
|
|
|
- Added sig_name & sig_number (suggestion from Olivier Brunel)
- version bumped to 2.2.1.0, rc
|
|
|
|
is now tested against gensetdyn_n(g). It's cleaner, I swear.
|
|
accessible via gensetdyn_iter_nocancel.
|
|
|
|
|
|
|
|
|
|
|
|
API change -> rc for 2.2.0.0
Doc updated.
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make it a run-time autodetection instead.
Update doc.
Thanks to Paul Jarc for the suggestion.
|
|
|
|
don't define kill() with only _BSD_SOURCE. That's very
disappointing from GNU.
|
|
|
|
|
|
|
|
|
|
use CMSG_LEN where required in tryancilautoclose).
Also, good news: the sys/param.h inclusion in FreeBSD isn't necessary
anymore.
|
|
|
|
Only include MSG_WAITALL when it's tested nb, then.
Also test yet another fix for the tryancilautoclose FreeBSD problem.
|
|
|
|
as well use it on architectures that support it.
|
|
already. More tentative workarounds.
|
|
|
|
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.
|
|
sha256 documented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|