Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Matthias Schiffer | |
state can be used; remove the concept of temporary peers These changes will fix the possibility of a TCP-SYN-Flood-like DoS attack, at the cost of another protocol change: as we can't count request IDs when we don't know have temporary peers, request IDs are removed completely. | |||
2012-04-17 | Revert using hostname as peer printf string as we'll always have a name when ↵ | Matthias Schiffer | |
a hostname is given | |||
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 | |
don't actually use any of is code | |||
2012-03-27 | Use configured peer names | Matthias Schiffer | |
2012-03-24 | Rename methods to protocols; fix some command line parse bugs; implement ↵ | Matthias Schiffer | |
most of the config file parser | |||
2012-03-08 | Moved some code | Matthias Schiffer | |