solanum-vs-hackint-and-char.../libratbox/src
Aaron Jones f54e6c3558
libratbox/src/commio.c: misc cleanup for compiler warning
commio.c:1269:17: warning: possible misuse of comma operator here
                  [-Wcomma]

What an ugly way to use commas!
2017-08-04 12:32:57 +00:00
..
arc4random.c libratbox: don't build arc4random support if mbedtls is present. libratbox r29245 2015-12-27 21:21:33 -06:00
balloc.c libratbox/src/balloc.c: misc cleanup for compiler warning 2017-08-04 12:32:57 +00:00
commio.c libratbox/src/commio.c: misc cleanup for compiler warning 2017-08-04 12:32:57 +00:00
crypt.c libratbox/src/crypt.c: misc cleanup for compiler warnings 2017-08-04 12:32:56 +00:00
descrip.mms
devpoll.c
epoll.c
event.c
export-syms.txt libratbox: import zstring functions 2015-12-11 15:56:33 -06:00
gnutls.c GNUTLS: Log why fingerprint generation fails 2017-03-01 01:06:57 +00:00
gnutls_ratbox.h GNUTLS: Don't use VERS-TLS-ALL 2017-02-28 22:51:51 +00:00
helper.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
kqueue.c kqueue: Remove unnecessary cast. 2015-09-13 22:59:03 +02:00
linebuf.c
Makefile.am libratbox: initial cut at an mbedtls implementation, which will replace openssl and gnutls backends in charybdis 3.6 2015-12-03 22:32:33 -06:00
Makefile.in libratbox: initial cut at an mbedtls implementation, which will replace openssl and gnutls backends in charybdis 3.6 2015-12-03 22:32:33 -06:00
mbedtls.c mbedtls.c: minor fixups 2017-07-03 00:21:43 +00:00
mbedtls_ratbox.h MbedTLS: Don't use a dummy CA certificate on new library (no longer required) 2017-06-22 11:12:21 +00:00
nossl.c ssl: allow cipher list to be overridden (closes #67) 2015-12-12 07:50:48 -06:00
openssl.c OpenSSL: Disable TLSv1.0 2016-12-30 18:00:43 +00:00
openssl_ratbox.h libratbox/src/openssl_ratbox.h: misc cleanup for compiler warning 2017-08-04 12:32:56 +00:00
patricia.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
poll.c
ports.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
ratbox_lib.c
rawbuf.c
rb_memory.c
select.c
sigio.c
snprintf.c Spring cleaning redux: 2015-04-20 00:55:20 -05:00
tools.c libratbox: import zstring functions 2015-12-11 15:56:33 -06:00
unix.c
version.c.SH
win32.c