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
/
fastd_config.h.in
Age
Commit message (
Collapse
)
Author
2015-01-20
Implement new hash table to keep track of unknown peers handshakes have been ↵
Matthias Schiffer
sent to This should significantly reduce the number of handshakes sent after restarting fastd with many active connections.
2015-01-14
Refactor handling of platforms without user/group settings (Android)
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-09-03
Fix UHASH build on *BSD
Matthias Schiffer
2014-08-24
Use simple int64_t timestamps in ms instead of timespecs
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-02
Add support for Mac OS X
Matthias Schiffer
2014-06-14
Limit the number of concurrent on-verify runs
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-05-25
Make a few struct fields that are not supposed to be changed defines instead
Matthias Schiffer
2014-05-05
Make systemd support optional again
Matthias Schiffer
2014-04-26
Make on-verify support optional
Matthias Schiffer
2014-04-20
Linux: use epoll to handle great numbers of peers with less overhead
Matthias Schiffer
2014-04-10
Use #pragma once
Matthias Schiffer
2014-04-06
Set IP_FREEBIND
Matthias Schiffer
2014-03-25
Don't depend on libsystemd-daemon for systemd integration, always use ↵
Matthias Schiffer
systemd integration on Linux
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-01-26
Add support for setting packet marks
Matthias Schiffer
2013-11-27
Correctly initialize OpenSSL
Matthias Schiffer
2013-11-03
Allow building without NaCl again
Matthias Schiffer
2013-11-02
Move all generated headers to the src subdir
Matthias Schiffer