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
Age
Commit message (
Expand
)
Author
2014-08-02
Add support for Mac OS X
Matthias Schiffer
2014-08-02
Don't use exponential notation for integers
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-08-01
Fix CMake warning about doc target, only use `doxygen' target
Matthias Schiffer
2014-08-01
Use srandom/random instead of rand_r
Matthias Schiffer
2014-07-10
config: fix basic config checks in TUN mode
Matthias Schiffer
2014-06-30
Development version
Matthias Schiffer
2014-06-30
fastd v14
v14
Matthias Schiffer
2014-06-28
Fix build with ENABLE_OPENSSL
Matthias Schiffer
2014-06-21
Development version
Matthias Schiffer
2014-06-21
fastd v13
v13
Matthias Schiffer
2014-06-21
Update man
Matthias Schiffer
2014-06-14
peer_hashtable: fix address hashing on systems with holes in sockaddr definit...
Matthias Schiffer
2014-06-14
Add missing sys/uio.h includes
Matthias Schiffer
2014-06-14
verify: add missing sys/wait.h include
Matthias Schiffer
2014-06-14
shell: add missing signal.h include
Matthias Schiffer
2014-06-14
peer: remove always-true condition
Matthias Schiffer
2014-06-14
Ensure that peers get their place in the handshake queue even when the async ...
Matthias Schiffer
2014-06-14
Limit the number of concurrent on-verify runs
Matthias Schiffer
2014-06-12
Remove an unused variable
Matthias Schiffer
2014-06-12
Fix an undefined shift
Matthias Schiffer
2014-06-11
Fix error message when ENABLE_LIBSODIUM is set and libsodium is not found
Matthias Schiffer
2014-06-10
Clean up peer config loading
Matthias Schiffer
2014-06-08
Allow async verify for handshake responses
Matthias Schiffer
2014-06-08
Add ENABLE_LTO cmake option
Matthias Schiffer
2014-06-06
Use gcc-provided ar, nm and ranlib if available to allow supporting LTO
Matthias Schiffer
2014-06-05
Simplify systemd notify socket handling
Matthias Schiffer
2014-06-04
Use libsodium by default
Matthias Schiffer
2014-06-03
Create threads in detached state
Matthias Schiffer
2014-05-31
dump_state(): used unsigned instead of size_t to ensure correct variadic func...
Matthias Schiffer
2014-05-31
Fix dump_state()
Matthias Schiffer
2014-05-31
Fix poll race condition on *BSD
Matthias Schiffer
2014-05-31
More signal handling fixes
Matthias Schiffer
2014-05-31
Fix blocking signals...
Matthias Schiffer
2014-05-31
Remove EINTR handling where signals are blocked anyways
Matthias Schiffer
2014-05-31
Unblock signals only during poll/epoll wait
Matthias Schiffer
2014-05-31
Make log levels verbose and info more useful
Matthias Schiffer
2014-05-31
Split main function
Matthias Schiffer
2014-05-31
Fix signal handling races
Matthias Schiffer
2014-05-29
Ensure peer hashtable consistency on address resets
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-05-29
Simplify configuration of cipher and MAC implementations
Matthias Schiffer
2014-05-28
Still more documentation
Matthias Schiffer
2014-05-27
Remove fastd_true()
Matthias Schiffer
2014-05-27
More documentation
Matthias Schiffer
2014-05-27
A bit more fastd.h cleanup
Matthias Schiffer
2014-05-27
Merge handle_forward into fastd_send_data
Matthias Schiffer
2014-05-27
A bit more documentation
Matthias Schiffer
2014-05-27
Lots and lots of documentation
Matthias Schiffer
2014-05-27
poll: document the poll API
Matthias Schiffer
[prev]
[next]