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
/
printf.c
Age
Commit message (
Expand
)
Author
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-04-20
Always include interface name for link-local addresses
Matthias Schiffer
2013-03-09
Add options to hide IP and MAC addresses from log output
Matthias Schiffer
2013-03-01
Identify peers be key in log output when no name is available
Matthias Schiffer
2013-02-23
Print port for "any" address in bind log messages
Matthias Schiffer
2013-01-05
Adjust copyright years
Matthias Schiffer
2012-12-18
Convert type names to _t convention
Matthias Schiffer
2012-10-29
Fix bind error messages
Matthias Schiffer
2012-06-05
printf: add %p pattern
Matthias Schiffer
2012-05-24
Fix segfault on logging during config
Matthias Schiffer
2012-05-18
Uninline pr_log
Matthias Schiffer
2012-05-18
New logging facilities
Matthias Schiffer
2012-04-19
Don't regenerate session handshake keypair for every handshake so a global st...
Matthias Schiffer
2012-04-17
Revert using hostname as peer printf string as we'll always have a name when ...
Matthias Schiffer
2012-04-16
Add support for peers specified by hostnames
Matthias Schiffer
2012-04-01
Add timestamps to log messages
Matthias Schiffer
2012-04-01
Add missing includes that didn't throw errors with clang
Matthias Schiffer
2012-03-30
Change peer print format
Matthias Schiffer
2012-03-28
Add license headers to Flex and Bison files; also remove Quicktun note as we ...
Matthias Schiffer
2012-03-27
Use configured peer names
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement most...
Matthias Schiffer
2012-03-08
Moved some code
Matthias Schiffer