index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
options.c
Age
Commit message (
Collapse
)
Author
2013-11-30
Clean up some parts of the configuration handling (and fix a few little bugs)
Matthias Schiffer
2013-11-30
Perform string-based lookup of method-related information only once
Matthias Schiffer
2013-11-02
Move a few prototypes from fastd.h into a new config.h
Matthias Schiffer
2013-11-02
Change error message for methods from `invalid' to `unsupported'
Matthias Schiffer
2013-10-29
Allow using libsodium instead of NaCl
Matthias Schiffer
As libsodium has some strange include files (like a version.h), we try to use absolute include paths whenever possible in fastd now and rename our generated headers.
2013-10-28
Organize method and protocol source files into distinct source directories
Matthias Schiffer
2013-08-27
Introduce new log level debug2 for potentially very frequent messages
Matthias Schiffer
2013-08-26
options: change `config error' to `command line error' messages
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
Everything clang and GCC warn about, except GCC's missing-field-initializers which are just stupid as they don't allow {} syntax to zero a field.
2013-08-14
Allow disabling redundant command line options
Matthias Schiffer
2013-08-14
Change the order of the option handlers to match the option definion
Matthias Schiffer
2013-08-14
Reorder command line options in usage message and add separating empty lines
Matthias Schiffer
2013-08-12
Add pre-up and post-down handlers
Matthias Schiffer
2013-08-12
Improve integer checks
Matthias Schiffer
2013-07-25
Move command line handling out of config.c
Matthias Schiffer