iodine/src
Ralf Ramsauer 52c4940523 Warn, warn warn.
iodine does not seem to follow any styling guidelines (mixture of
different function prototypes, ...).  So let's introduce some.  This
will improve overall code quality and readability.

Additionally, warnings will improve code quality as well. Let's turn on
very pedantic warnings, and fix everything where the compiler barks
back.

Introduce the following function definition scheme:
  type function_name(type name, type1 name1 ...)
  {
  }
This allows us to copy and paste the definition to the declaration by
selecting one single line.

Furthermore, limit line length to 80 characters.

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2017-03-11 21:30:01 -08:00
..
android_dns.h Warn, warn warn. 2017-03-11 21:30:01 -08:00
Android.mk Second attempt at PIE binary for new android 2015-08-05 20:04:03 +02:00
base32.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
base32.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
base64.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
base64.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
base128.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
base128.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
client.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
client.h Warn, warn warn. 2017-03-11 21:30:01 -08:00
common.c common: no need for \n in check_superuser 2017-03-11 02:17:27 -08:00
common.h Warn, warn warn. 2017-03-11 21:30:01 -08:00
dns.c Add support for Android L 2015-08-05 19:36:28 +02:00
dns.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
encoding.c Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
encoding.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
fw_query.c Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
fw_query.h Warn, warn warn. 2017-03-11 21:30:01 -08:00
iodine.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
iodined.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
login.c util: add missing #includes 2017-03-11 14:23:02 -08:00
login.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
Makefile Warn, warn warn. 2017-03-11 21:30:01 -08:00
md5.c separated md5 and login 2006-12-16 01:07:29 +00:00
md5.h Remove trailing whitespace 2014-06-01 08:46:54 +02:00
osflags Fix compilation with systemd>=230 and for older systemd versions without compat-libs 2016-04-30 18:27:15 +02:00
read.c util: add missing #includes 2017-03-11 14:23:02 -08:00
read.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
tun.c Add explanation for tun packet headers 2015-04-08 08:42:05 +02:00
tun.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
user.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
user.h Warn, warn warn. 2017-03-11 21:30:01 -08:00
util.c Warn, warn warn. 2017-03-11 21:30:01 -08:00
util.h Warn, warn warn. 2017-03-11 21:30:01 -08:00
version.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
windows.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00