Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
Tested with GCC and clang; unlikely to work with other toolchains, so it's
disabled by default.
|
|
|
|
|
|
|
|
|
|
|
|
systemd integration on Linux
|
|
|
|
|
|
invalid aliasing (hopefully)
|
|
|
|
|
|
CMake 2.8.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As libsodium has some strange include files (like a version.h), we try to use
absolute include paths whenever possible in fastd now and rename our generated
headers.
|
|
|
|
|
|
The handshakes are now schedules in a doubly-linked list that is maintained as a
part of the peer structure.
|
|
|
|
The NaCl implementation has a code size of more than 10KiB.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|