solanum-vs-hackint-and-char.../librb/src
Aaron Jones 515467e527
mbedtls.c: minor fixups
- Add (void) casts for unused function parameters
- Rearrange member in `struct rb_mbedtls_cfg_context' for data alignment
- Document a `clang-4.0 -Weverything' (-Wcast-qual) diagnostic
- Avoid pointless conversions between positive/negative error codes
- Use capital hexadecimals in error codes and properly cast to
  (unsigned int) for %x/%X
2017-07-30 18:41:32 +01:00
..
arc4random.c
balloc.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
commio.c librb: commio: Must set addrlen before every call to accept() 2017-07-29 22:20:05 +01:00
crypt.c librb: silence some fairly harmless compiler warnings 2016-06-01 20:54:11 +00:00
devpoll.c
dictionary.c cppcheck: fix various warnings/errors 2016-10-28 20:13:36 +01:00
epoll.c librb: close FDs when they're freed (outside of select handler) 2016-04-29 16:19:08 -05:00
event.c
export-syms.txt librb: add rb_snprintf_try_append 2017-07-30 17:04:06 +01:00
gnutls.c GNUTLS: Provide a default priority string, disable TLSv1.0 in it 2016-12-30 17:59:35 +00:00
gnutls_ratbox.h GNUTLS: Provide a default priority string, disable TLSv1.0 in it 2016-12-30 17:59:35 +00:00
helper.c librb: linebuf: reduce the number of "put" implementations from 4 to 1 2017-07-30 15:51:45 +01:00
kqueue.c
linebuf.c librb: linebuf: reduce the number of "put" implementations from 4 to 1 2017-07-30 15:51:45 +01:00
Makefile.am
mbedtls.c mbedtls.c: minor fixups 2017-07-30 18:41:32 +01:00
mbedtls_ratbox.h MbedTLS: Adjust ciphersuite order and update documentation 2016-10-18 11:16:38 +00:00
nossl.c add mkfingerprint program 2016-04-26 20:49:03 +01:00
openssl.c OpenSSL: Disable TLSv1.0 2016-12-30 17:59:46 +00:00
openssl_ratbox.h OpenSSL: Adjust ciphersuite order and update documentation 2016-10-18 11:17:41 +00:00
patricia.c cppcheck: fix various warnings/errors 2016-10-28 20:13:36 +01:00
poll.c
ports.c
radixtree.c cppcheck: fix various warnings/errors 2016-10-28 20:13:36 +01:00
rawbuf.c librb: rb_rawbuf_length: do something if soft assert fails 2017-07-29 22:46:10 +01:00
rb_lib.c librb: rb_lib_loop: avoid clang static analysis warning 2017-07-29 22:39:49 +01:00
rb_memory.c
select.c
sigio.c
tools.c librb: add rb_snprintf_try_append 2017-07-30 17:04:06 +01:00
unix.c librb: support rb_path_to_self on FreeBSD 4.8 2016-05-12 12:43:15 +01:00
version.c.SH
win32.c