]> jfr.im git - irc/freenode/solanum.git/history - librb
Add extensions/match_gatewayip
[irc/freenode/solanum.git] / librb /
2020-10-15  Ed KellettInnovation by sed
2020-04-19  Aaron JonesMerge pull request #317 from edk0/leak
2020-04-19  Ed Kellettlibrb/event: Don't leak event names on completion
2019-09-15  Aaron JonesMerge pull request #285 from edk0/ratelimits
2019-09-15  Simon Arlottlibrb: Fix nossl
2019-09-15  Simon Arlottlibrb: Fix nossl
2019-09-15  Simon ArlottFix Clang 6 compiler warnings
2019-09-15  Simon Arlottlibrb: Avoid unused variable warning
2019-09-15  Simon Arlottlibrb: Specify -Wno-unused-parameter
2019-09-15  Simon Arlottlibrb: Fix GCC 8 warning; 640 bytes should be enough
2019-09-08  Aaron JonesSupport ECDH X25519 for TLSv1.3 (OpenSSL 1.1.1)
2019-09-07  Aaron JonesMerge pull request #277 from edk0/helpops
2019-09-07  Aaron JonesMerge pull request #278 from edk0/override
2019-09-07  Aaron JonesMerge pull request #275 from edk0/override-immunity
2019-09-07  Aaron JonesMerge pull request #276 from edk0/deferred-cap-notify
2019-09-07  Aaron JonesMerge pull request #274 from edk0/event-deletion
2019-09-07  Ed Kellettlibrb/event: delete indirectly via a dead flag
2019-08-31  Simon Arlottlibrb: Fix type of dst for rb_inet_pton_sock()
2018-08-13  Aaron JonesMbedTLS: Support ChaCha20-Poly1305 in TLSv1.2+
2018-01-19  Simon Arlottgcc7 fixes: make fallthrough explicit
2018-01-06  Aaron Joneslibratbox/src/mbedtls.c: check public/private keys...
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-08-06  Simon Arlottlibrb: remove zstring
2017-08-06  Simon Arlottlibrb: dictionary_add mishandles replacing elements
2017-08-06  Simon Arlottircd: send tags on every message
2017-07-30  Aaron Jonesmbedtls.c: minor fixups
2017-07-30  Simon Arlottlibrb: add rb_snprintf_try_append
2017-07-30  Simon Arlottlibrb: rb_snprinf_append: handle error return value...
2017-07-30  Simon Arlottlibrb: linebuf: reduce the number of "put" implementati...
2017-07-29  Simon Arlottlibrb: linebuf needs to use the buffer limit from msgbu...
2017-07-29  Simon Arlottlibrb: rb_rawbuf_length: do something if soft assert...
2017-07-29  Simon Arlottlinebuf: increase buffer size to accommodate IRCv3...
2017-07-29  Simon Arlottlibrb: remove unnecessary NULL from the end of rb_strin...
2017-07-29  Simon Arlottmake soft asserts better by allowing them to be used...
2017-07-29  Simon Arlottlibrb: rb_lib_loop: avoid clang static analysis warning
2017-07-29  Simon Arlottlibrb: rb_linebuf_copy_raw: remove unused assignment
2017-07-29  Simon Arlottlibrb: commio: Must set addrlen before every call to...
2016-12-30  Aaron JonesMbedTLS: Disable TLSv1.0
2016-12-30  Aaron JonesOpenSSL: Disable TLSv1.0
2016-12-30  Aaron JonesGNUTLS: Provide a default priority string, disable...
2016-11-15  Aaron JonesTLS backends: Move some library-dependent functions...
2016-10-28  Simon Arlottcppcheck: fix various warnings/errors
2016-10-22  Simon Arlottrb_string_to_array: document parv array size
2016-10-18  Aaron JonesOpenSSL: Adjust ciphersuite order and update documentation
2016-10-18  Aaron JonesMbedTLS: Adjust ciphersuite order and update documentation
2016-09-17  Aaron JonesGNUTLS: Forward-port release/3.5 improvements
2016-09-17  Aaron JonesMbedTLS: Forward-port release/3.5 improvements
2016-09-17  Aaron JonesOpenSSL: Forward-port release/3.5 improvements
2016-09-10  Aaron JonesMbedTLS: Misc backend cleanups
2016-09-09  Aaron JonesMbedTLS: Treat 0 bytes read/written to socket properly
2016-09-04  Aaron JonesMbedTLS: Initial attempt to port release/3.5 commit...
2016-09-03  Simon Arlottlibrb: set sockaddr port to 0 in success path
2016-09-01  Aaron JonesOpenSSL: Initialise if LibreSSL
2016-08-30  Aaron JonesOpenSSL: Initialise one context at a time
2016-08-20  Aaron JonesTLS Backends: Harmomise the rb_ssl_get_cipher() function
2016-08-19  Aaron JonesGNUTLS: Avoid null dereference in constructing ciphersuite
2016-08-19  Aaron JonesGNUTLS: Cleanup fingerprint generation
2016-08-12  Aaron Jonesopenssl: Avoid use-after-free when rehashing fails...
2016-06-20  William PitcockMerge branch 'master' into release/4
2016-06-20  William Pitcocklibrb: remove one more VMS detritius
2016-06-20  William Pitcocklibrb: we have no plans to support VMS
2016-06-18  William PitcockMerge branch 'master' into release/4
2016-06-18  William Pitcocklibrb: dictionaries which use integer keys may use...
2016-06-12  Aaron Jonesmbedtls backend: indicate reason for TLS session termin...
2016-06-12  Aaron Jonesmbedtls backend: indicate reason for TLS session termin...
2016-06-01  Aaron Joneslibrb: silence some fairly harmless compiler warnings
2016-06-01  Aaron Joneslibrb: silence some fairly harmless compiler warnings
2016-06-01  Aaron Jonesopenssl: use snprintf(3) instead of rb_snprintf()
2016-06-01  Aaron Jonesopenssl: use snprintf(3) instead of rb_snprintf()
2016-06-01  Aaron Jonesopenssl: More LibreSSL compatibility
2016-06-01  Aaron Jonesopenssl: More LibreSSL compatibility
2016-05-25  Aaron Jonesopenssl: change how we load DH parameters
2016-05-25  Aaron Jonesopenssl: change how we load DH parameters
2016-05-12  Simon Arlottlibrb: define UINT32_MAX for FreeBSD 4.8
2016-05-12  Simon Arlottlibrb: support rb_path_to_self on FreeBSD 4.8
2016-05-05  Aaron Jones[mbedtls] Various fixes and improvements
2016-05-05  Aaron Jones[TLS Backends] Make version strings more useful and...
2016-05-05  Aaron Jones[TLS Backends] Allow absense of private key file
2016-05-01  William Pitcocklibrb: fix commio build on win32
2016-04-30  Aaron Jones[openssl] Forward-port some more cleanups from fixes...
2016-04-30  Simon Arlottlibrb: shutdown() listening sockets pending close(...
2016-04-30  William Pitcocklibrb: rb_path_to_self(): use sysctl(2) interface on...
2016-04-30  William Pitcocklibrb: linebuf: don't reinvent rb_dlinkAddTailAlloc().
2016-04-30  William Pitcocktools: fix stub rb_strcasecmp() build
2016-04-29  Simon Arlottlibrb: close FDs when they're freed (outside of select...
2016-04-29  Aaron Jones[openssl] More improvements to the backend
2016-04-29  Simon Arlottopenssl: set ciphers on client connections too
2016-04-27  Aaron Jones[mbedtls] correct printf argument count
2016-04-27  Aaron JonesPartially revert previous commit
2016-04-27  Aaron Jones[TLS backends] Miscellaneous fixes
2016-04-27  Simon Arlottopenssl: don't allow certificates outside the validity...
2016-04-27  Simon Arlottepoll: don't try to read from closed FDs
2016-04-27  Aaron Jones[openssl] support ECDHE on more than one curve when...
2016-04-26  Simon Arlottadd mkfingerprint program
2016-04-26  Simon Arlottlibrb: gnutls: check return value of fread()
next