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
/
cmake
Age
Commit message (
Collapse
)
Author
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-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-12-26
Check if the compiler supports -mpclmul
Matthias Schiffer
2013-11-29
Fix build without NaCl
Matthias Schiffer
2013-11-28
Add a pclmulqdq ghash implementation
Matthias Schiffer
2013-11-15
Allow using blowfish from OpenSSL on systems where it's available anyways
Matthias Schiffer
2013-11-07
CMake: add LINK_LIBRARIES workaround for old CMake versions
Matthias Schiffer
2013-11-07
CMake: really avoid target_include_directories
Matthias Schiffer
2013-11-03
Allow building without NaCl again
Matthias Schiffer
2013-11-03
Fix disabling modules
Matthias Schiffer
2013-11-03
Improve build system for ciphers and MACs as well
Matthias Schiffer
2013-11-03
Even nicer method specification
Matthias Schiffer
2013-11-02
Make adding new methods a bit nicer
Matthias Schiffer
2013-11-02
More CMake cleanup and fixes
Matthias Schiffer
2013-11-02
Separate cmake files
Matthias Schiffer