aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/unixmessage_sender_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Huge incompatible changes.Laurent Bercot2021-07-281-1/+1
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative re-commit of the closecb featureLaurent Bercot2016-02-021-8/+1
|
* Revert " Add support for advanced closing callbacks to ↵Laurent Bercot2016-02-021-1/+8
| | | | | | | | unixmessage_sender_flush." This reverts commit c9c7e241a7b68f67e0cc8a7d3874510dced532d6. (something is segfaulting, reverting until I find the fix)
* Add support for advanced closing callbacks to unixmessage_sender_flush.Laurent Bercot2016-01-181-8/+1
| | | | | (Typically, this will be used for refcounting when broadcasting copies of the same fd.)
* - Bugfix: unixmessage_sender_init didn't initialize b->shortyLaurent Bercot2015-02-191-0/+1
| | | | - byte_zero the ancilbuf's padding to appease valgrind
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+14