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
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
2014-04-30
shell: close all fds > 2 after forking
Matthias Schiffer
2014-04-29
Fold fastd_open_pipe into fastd_async_init, simpify fastd_setfl and fastd_set...
Matthias Schiffer
2014-04-28
More daemonize cleanup
Matthias Schiffer
2014-04-28
Fix socketpair error message
Matthias Schiffer
2014-04-28
Simpilify daemonize
Matthias Schiffer
2014-04-26
Revise shell command API
Matthias Schiffer
2014-04-25
Move around some code
Matthias Schiffer
2014-04-25
Remove ref-counting on remotes
Matthias Schiffer
2014-04-25
fastd_peer_claim_address: add parameter to allow claiming addresses of establ...
Matthias Schiffer
2014-04-24
Always use size_t for counters
Matthias Schiffer
2014-04-23
Use socketpair instead of pipe for internal message pipes
Matthias Schiffer
2014-04-21
Remove vector of new temporary peers
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-19
Keep peers in a hash table to allow fast address lookups
Matthias Schiffer
2014-04-19
Keep a vector of pollfds instead of regenerating it all the time
Matthias Schiffer
2014-04-19
Store peers as vectors of pointers instead of linked lists
Matthias Schiffer
2014-04-19
Make eth_addrs a vector
Matthias Schiffer
2014-04-19
Fix handling of new temporary peers
Matthias Schiffer
2014-04-19
Optimize maintenance routine (and don't run it more often than necessary)
Matthias Schiffer
2014-04-18
Fix zombie process cleanup
Matthias Schiffer
2014-04-18
Clean up shell command handling
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-04-10
Move handling of resolve returns requests to a new source file
Matthias Schiffer
2014-03-25
Don't depend on libsystemd-daemon for systemd integration, always use systemd...
Matthias Schiffer
[prev]
[next]