solanum/librb/src
Aaron Jones 47a66e154f
librb: silence some fairly harmless compiler warnings
These include warnings about "break" statements that will never be
executed (because they are after "return" statements), unused macros
(lost to code refactoring or never even used in the first place),
functions that call abort() or loop indefinitely but aren't marked with
the "noreturn" attribute, and use of variables possibly uninitialised
(a false positive).
2016-06-01 20:54:11 +00:00
..
arc4random.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
balloc.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
commio.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
crypt.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
descrip.mms Change all leftover libratbox stuff to librb. 2016-03-06 03:49:27 -06:00
devpoll.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
dictionary.c authd: rework module ID system 2016-04-05 04:31:22 -05:00
epoll.c librb: close FDs when they're freed (outside of select handler) 2016-04-29 16:19:08 -05:00
event.c librb: rb_run_event -> rb_run_one_event 2016-04-02 23:38:28 -05:00
export-syms.txt add mkfingerprint program 2016-04-26 20:49:03 +01:00
gnutls.c [TLS Backends] Make version strings more useful and consistent 2016-05-05 03:47:46 +00:00
helper.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
kqueue.c librb: rb_run_event -> rb_run_one_event 2016-04-02 23:38:28 -05:00
linebuf.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
Makefile.am Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
mbedtls.c [mbedtls] Various fixes and improvements 2016-05-05 03:47:57 +00:00
mbedtls_embedded_data.h [mbedtls] Various fixes and improvements 2016-05-05 03:47:57 +00:00
nossl.c add mkfingerprint program 2016-04-26 20:49:03 +01:00
openssl.c openssl: use snprintf(3) instead of rb_snprintf() 2016-06-01 18:04:43 +00:00
patricia.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
poll.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
ports.c librb: rb_run_event -> rb_run_one_event 2016-04-02 23:38:28 -05:00
radixtree.c typedef-ify rb_radixtree for consistency. 2016-03-23 08:32:22 -05:00
rawbuf.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
rb_lib.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
rb_memory.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
select.c Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
sigio.c librb: rb_run_event -> rb_run_one_event 2016-04-02 23:38:28 -05:00
tools.c tools: fix stub rb_strcasecmp() build 2016-04-29 19:52:19 -05:00
unix.c librb: support rb_path_to_self on FreeBSD 4.8 2016-05-12 12:43:15 +01:00
version.c.SH Remove the rest of the SVN id tags 2016-03-23 20:13:12 -04:00
win32.c win32: change from ircd-ratbox-class to charybdis-class 2016-04-02 23:19:38 -05:00