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
Age
Commit message (
Collapse
)
Author
2014-04-20
Make conf global
Matthias Schiffer
2014-04-20
Linux: use epoll to handle great numbers of peers with less overhead
Matthias Schiffer
2014-04-20
Minimize poll interface to simplify implementation of alternative ↵
Matthias Schiffer
implementations
2014-04-19
Keep peers in a hash table to allow fast address lookups
Matthias Schiffer
2014-04-19
Keep a vector of pollfds instead of regenerating it all the time
Matthias Schiffer
2014-04-19
Store peers as vectors of pointers instead of linked lists
Matthias Schiffer
2014-04-19
Make eth_addrs a vector
Matthias Schiffer
2014-04-19
Add vector macros
Matthias Schiffer
2014-04-19
Fix handling of new temporary peers
Matthias Schiffer
2014-04-19
Free on-connect handler on exit
Matthias Schiffer
2014-04-19
dlist: remove unused includes
Matthias Schiffer
2014-04-19
Optimize maintenance routine (and don't run it more often than necessary)
Matthias Schiffer
2014-04-18
shell: unblock SIGCHLD before exec
Matthias Schiffer
2014-04-18
Fix zombie process cleanup
Matthias Schiffer
2014-04-18
Clean up shell command handling
Matthias Schiffer
2014-04-13
Simplify handling of on-verify commands
Matthias Schiffer
2014-04-13
Break very long line
Matthias Schiffer
2014-04-13
Add on-connect hook
Matthias Schiffer
2014-04-11
Add support for async commands
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-04-10
Add support for multiple async message types
Matthias Schiffer
2014-04-10
Move handling of resolve returns requests to a new source file
Matthias Schiffer
2014-04-10
Use #pragma once
Matthias Schiffer
2014-04-06
Set IP_FREEBIND
Matthias Schiffer
2014-03-25
Various fixes in --bind command line option
Matthias Schiffer
Specifying a port with "any" address and using scoped IPv6 link-local addresses is possible now.
2014-03-25
Don't depend on libsystemd-daemon for systemd integration, always use ↵
Matthias Schiffer
systemd integration on Linux
2014-03-20
Enable secure handshakes by default
Matthias Schiffer
2014-03-20
peer: add assertion to ensure no addresses are learned on unestablished peers
Matthias Schiffer
2014-03-20
Flood forwarded unicast frames the same way as locally generated ones
Matthias Schiffer
2014-03-20
Flood unicasts for unknown addresses
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-13
Better systemd integration (enable with ENABLE_SYSTEMD cmake flag)
Matthias Schiffer
2014-03-13
Rename USE_LIBSODIUM and USE_OPENSSL cmake flags to ENABLE_LIBSODIUM and ↵
Matthias Schiffer
ENABLE_OPENSSL
2014-03-10
Remove aligned data_t type again
Matthias Schiffer
2014-03-10
Make --verify-config option more flexible
Matthias Schiffer
2014-03-10
Add --verify-config option
Matthias Schiffer
2014-01-27
Add an aligned uint8_t type data_t and use it to ensure the alignment of ↵
Matthias Schiffer
various buffers on the stack
2014-01-27
options: make definition of "spaces" more readable
Matthias Schiffer
2014-01-26
Don't use atoi for interface indexes
Matthias Schiffer
2014-01-26
Nicer log message on failed link-local binds
Matthias Schiffer
2014-01-26
Add support for link-local bind addresses
Matthias Schiffer
2014-01-26
Allow scoped IPv6 addresses for remotes using the usual notation
Matthias Schiffer
2014-01-26
Apply the unknown peer handshake timeout to all peers
Matthias Schiffer
2014-01-26
Switch to the new timeout helpers where possible
Matthias Schiffer
2014-01-26
Get rid of long_ago variable, use timeout helpers
Matthias Schiffer
2014-01-26
Add timeout helpers
Matthias Schiffer
2014-01-26
Add support for setting packet marks
Matthias Schiffer
2014-01-26
lex: add support for octal and hexadecimal integer literals
Matthias Schiffer
2014-01-26
lex: use array_size for keywords
Matthias Schiffer
2014-01-26
Add minimum handshake interval for unknown addresses (handles up to 8 ↵
Matthias Schiffer
addresses for now)
[prev]
[next]