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
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
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
2014-05-27
Move tuntap handling out of poll.c
Matthias Schiffer
2014-05-27
More documentation
Matthias Schiffer
2014-05-27
peer: completely document peer.h and peer.c
Matthias Schiffer
2014-05-27
peer: remove some dead code
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
peer.h: some documentation
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-25
fastd.h: more documentation
Matthias Schiffer
2014-05-23
shell: ensure the signal mask is restored if shell_command_do_exec fails
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-23
More documentation
Matthias Schiffer
2014-05-22
More documentation
Matthias Schiffer
2014-05-22
Move fastd_peer_group{,_config} definitions to peer.h
Matthias Schiffer
2014-05-22
verify: use default tristate constants
Matthias Schiffer
2014-05-22
Document types.h
Matthias Schiffer
2014-05-22
Move fastd_loglevel_t to log.h
Matthias Schiffer
2014-05-22
Move fastd_peer_state_t to peer.h
Matthias Schiffer
2014-05-22
Remove PACKET_TYPE_LEN define
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
Fix CMake errors on some config combinations
Matthias Schiffer
2014-04-30
Use SOCK_NONBLOCK where available
Matthias Schiffer
[next]