]> jfr.im git - solanum.git/history - librb
[TLS Backends] Make version strings more useful and consistent
[solanum.git] / librb /
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()
2016-04-25  Simon Arlottopenssl: accept more certificate verify errors as valid
2016-04-24  Simon Arlottlibrb: remove socklen parameter from rb_connect_tcp
2016-04-23  Simon Arlottssld: Add new certfp_methods spki_sha256 and spki_sha512
2016-04-23  Simon Arlottlibrb: mbedtls: fix rb_get_ssl_certfp()
2016-04-23  Simon Arlottlibrb: fix mbedtls library order
2016-04-10  Elizabeth MyersName the fallback strncasecmp properly [ci skip]
2016-04-10  Elizabeth Myerswhoops, fix a typo
2016-04-10  Elizabeth MyersReplace my shitty fallbacks with those from FreeBSD
2016-04-10  Elizabeth Myers*sigh* comment these out until travis is fixed.
2016-04-10  Elizabeth MyersAdd these for now until travis actually gets their...
2016-04-10  Elizabeth MyersGet rid of install-sh and use shtoolize to create them.
2016-04-10  Elizabeth Myerslibrb: minor adjustments to rb_strcasestr fallback...
2016-04-09  Elizabeth MyersProperly clean up build artifacts.
2016-04-08  Elizabeth Myersipv4_from_ipv6: move to librb
2016-04-05  Elizabeth Myerslibrb: add versions of rb_strcasecmp, rb_strncasecmp...
2016-04-05  Elizabeth Myersauthd: rework module ID system
2016-04-03  Elizabeth Myerslibrb: rb_run_event -> rb_run_one_event
2016-04-03  Elizabeth Myerswin32: change from ircd-ratbox-class to charybdis-class
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
2016-03-31  Elizabeth Myerslibrb: don't include linux/tcp.h, that's already included
2016-03-31  Elizabeth Myersopm: don't assume we have netinet/tcp.h
2016-03-30  William Pitcocklibrb: fix rb_path_to_self() dlinfo variant
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-25  Elizabeth Myersserno.h: remove it with make clean.
2016-03-24  William Pitcocklibrb: define RB_PATH_SEPARATOR
2016-03-24  Elizabeth Myerscleanup: u_long -> unsigned long
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-23  William PitcockMerge pull request #175 from staticfox/datatypes
2016-03-23  Matt UllmanMove away from BSD data types
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myerslibrb/ports: ungimp thing.
2016-03-23  Elizabeth Myersmisc solaris fixes
2016-03-23  Elizabeth Myersmisc solaris fixes
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myerstypedef-ify rb_radixtree for consistency.
2016-03-23  Elizabeth MyersChange struct Dictionary(*) to rb_dictionary(_\1).
2016-03-23  Elizabeth MyersDICTIONARY_FOREACH → RB_DICTIONARY_FOREACH
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-22  William Pitcocklibrb: use readlink(2) on linux for the direct path...
2016-03-22  William Pitcocklibrb: provide rb_path_to_self() on windows
2016-03-22  William Pitcocklibrb: add rb_path_to_self(), which provides fairly...
2016-03-21  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-21  William Pitcockconfigure: fix msys checks
2016-03-21  William Pitcocklibrb: configure: tolerate older msys versions having...
2016-03-20  Elizabeth Myerslibrb: remove an experiment I had.
2016-03-20  William Pitcocklibrb: fix socklen_t check
2016-03-20  William Pitcocklibrb: commio: squelch setsockopt(3) warnings
2016-03-20  William Pitcocklibrb: configure: also include ws2tcpip.h
2016-03-20  William Pitcockacinclude: fix sockaddr_in6 checvk too
2016-03-20  William Pitcocklibrb: acinclude: check for ipv6 on win32
2016-03-20  William Pitcocklibrb: rb_lib: undefine any previous errno consts on...
2016-03-20  William Pitcocklibrb: rb_dictionary: temporary hack to shut up gcc...
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: further cleanups
2016-03-20  William Pitcocklibrb: some win32 fixes
2016-03-20  William Pitcocklibrb: only install WSA stubs if windows SDK does not...
2016-03-19  Elizabeth Myersrb_dictionary: add include needed for int types.
2016-03-19  Elizabeth Myersrb_dictionary: add include needed for int types.
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-19  William Pitcocklibrb: use charybdis acinclude dir
2016-03-18  Elizabeth Myerscrypt: fix strict-aliasing warnings by using an explici...
2016-03-18  Elizabeth Myersmodules: fix stupid GCC false positive warning.
2016-03-18  Elizabeth MyersRemove unnecessary autotools cruft and other detritus
2016-03-15  Elizabeth Myersdns: remove unneeded defines
2016-03-13  Elizabeth Myersrb_dictionary: add functions for uint64_t (long) variables.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-08  Elizabeth MyersRename RATBOX_PROFILE to RB_PROFILE.
2016-03-08  Elizabeth MyersTry to fix stupid build error on Travis
2016-03-07  Elizabeth MyersFix generation of serno.h
2016-03-07  Elizabeth MyersMakefile.am: make git serno generation a little nicer.
2016-03-07  Elizabeth Myerslibrb: it's pretty obvious this has been updated since...
2016-03-07  William Pitcocklibrb: remove some files installed by libtoolize
next