]> jfr.im git - irc/freenode/solanum.git/history - librb/src/commio.c
librb: call rb_set_cloexec in rb_setup_fd
[irc/freenode/solanum.git] / librb / src / commio.c
2021-01-26  Doug Freedlibrb: call rb_set_cloexec in rb_setup_fd
2021-01-26  Doug Freedlibrb: add rb_{set,clear}_cloexec
2019-09-15  Aaron JonesMerge pull request #285 from edk0/ratelimits
2019-09-15  Simon ArlottFix Clang 6 compiler warnings
2019-08-31  Simon Arlottlibrb: Fix type of dst for rb_inet_pton_sock()
2017-08-24  Simon ArlottAdd workaround for Linux SCTP_I_WANT_MAPPED_V4_ADDR...
2017-08-24  Simon ArlottAdd outgoing SCTP connect support
2017-08-24  Simon ArlottAdd basic SCTP listener support that binds to multiple...
2017-08-24  Simon Arlottrb_connect: use SO_ERROR
2017-08-24  Simon Arlottrb_inet_pton_sock: initialise sockaddr to zero
2017-08-20  Simon Arlottremove RB_IPV6
2017-07-29  Simon Arlottlibrb: commio: Must set addrlen before every call to...
2016-09-03  Simon Arlottlibrb: set sockaddr port to 0 in success path
2016-06-01  Aaron Joneslibrb: silence some fairly harmless compiler warnings
2016-06-01  Aaron Joneslibrb: silence some fairly harmless compiler warnings
2016-04-30  Simon Arlottlibrb: shutdown() listening sockets pending close(...
2016-04-29  Simon Arlottlibrb: close FDs when they're freed (outside of select...
2016-04-24  Simon Arlottlibrb: remove socklen parameter from rb_connect_tcp
2016-04-08  Elizabeth Myersipv4_from_ipv6: move to librb
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-25  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-24  William PitcockMerge pull request #176 from staticfox/morecleanups
2016-03-24  Matt UllmanRemove the rest of the SVN id tags
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-22  William PitcockMerge pull request #171 from staticfox/warnings
2016-03-22  Matt UllmanCleanup warnings
2016-03-20  William Pitcocklibrb: commio: squelch setsockopt(3) warnings
2016-03-20  William Pitcocklibrb: win32: more cleanups
2016-03-20  William Pitcockcommio: even more win32 fixes
2016-03-20  William Pitcockcommio: further win32 fixes
2016-03-20  William Pitcockcommio: win32 fixes
2016-03-20  William Pitcocklibrb: some win32 fixes
2016-03-06  Elizabeth MyersChange all leftover libratbox stuff to librb.
2016-03-06  William Pitcockrename libratbox to librb, since its pretty modified...