Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | Improve include_directories to prevent conflicts between system and fastd ↵ | Matthias Schiffer | |
headers In in-tree builds, fastd's poll.h was conflicting with the system one on non-Linux systems. | |||
2015-01-14 | Refactor handling of platforms without user/group settings (Android) | Matthias Schiffer | |
2015-01-14 | Add Android 4.1+ support. See doc/README-Android.md for build HOWTO. | Rick Lei | |
* Update CMake files to work with android-cmake * Use unix domain socket for communicating with Android GUI * May also run standalone but requires rooted Android device | |||
2014-09-05 | Add status socket to get the current status as JSON | 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-08 | Add ENABLE_LTO cmake option | Matthias Schiffer | |
Tested with GCC and clang; unlikely to work with other toolchains, so it's disabled by default. | |||
2014-06-04 | Use libsodium by default | 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-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-11-15 | Allow using blowfish from OpenSSL on systems where it's available anyways | Matthias Schiffer | |
2013-11-03 | Improve build system for ciphers and MACs as well | Matthias Schiffer | |
2013-11-02 | Make adding new methods a bit nicer | Matthias Schiffer | |
2013-11-02 | Separate cmake files | Matthias Schiffer | |