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.c
Age
Commit message (
Expand
)
Author
2015-01-20
Implement new hash table to keep track of unknown peers handshakes have been ...
Matthias Schiffer
2015-01-14
Refactor handling of platforms without user/group settings (Android)
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
Add Android 4.1+ support. See doc/README-Android.md for build HOWTO.
Rick Lei
2015-01-14
Reset all connections on SIGUSR2
Matthias Schiffer
2014-09-15
status: add uptime and established times
Matthias Schiffer
2014-09-06
Fix async command waitpid error handling (again...)
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-09-04
Support dynamic binds with extra options (interface binds, specific addresses...
Matthias Schiffer
2014-09-01
Remove old state dump feature
Matthias Schiffer
2014-08-24
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-24
Use simple int64_t timestamps in ms instead of timespecs
Matthias Schiffer
2014-08-24
Fix waitpid EINTR error on SIGCHLD
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
Matthias Schiffer
2014-08-22
Remove VECTOR_ALLOC
Matthias Schiffer
2014-08-19
Create peer structures for disabled peers as well
Matthias Schiffer
2014-08-18
Unify enabled and dynamic flags into a config_state flag
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-18
peer: add a flag `dynamic' instead of checking the config field for NULL
Matthias Schiffer
2014-08-18
Rename "temporary peers" to "dynamic peers"
Matthias Schiffer
2014-08-09
Move fastd_config_t.peers to fastd_context_t.peer_configs
Matthias Schiffer
2014-08-02
Encapsulate semaphore handling
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-08-01
Use srandom/random instead of rand_r
Matthias Schiffer
2014-06-14
Limit the number of concurrent on-verify runs
Matthias Schiffer
2014-06-05
Simplify systemd notify socket handling
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
Document *everything*
Matthias Schiffer
2014-05-29
Simplify configuration of cipher and MAC implementations
Matthias Schiffer
2014-05-25
Unify fastd_peer_group_t and fastd_peer_group_config_t into a single structure
Matthias Schiffer
2014-05-25
Completely document fastd.h
Matthias Schiffer
2014-05-25
Make a few struct fields that are not supposed to be changed defines instead
Matthias Schiffer
2014-05-23
Implement a different fix for the waitpid race condition not needing a reaper...
Matthias Schiffer
2014-05-23
Revert "Fix waitpid race condition"
Matthias Schiffer
2014-05-22
Clean up fastd.c includes
Matthias Schiffer
2014-05-22
Move fastd_handle_receive() to receive.c
Matthias Schiffer
2014-05-22
Fix waitpid race condition
Matthias Schiffer
2014-05-05
Make systemd support optional again
Matthias Schiffer
2014-05-01
Remove support for log files
Matthias Schiffer
2014-04-30
Remove now unneeded FD_CLOEXEC flag config
Matthias Schiffer
[next]