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.h
Age
Commit message (
Expand
)
Author
2014-06-03
Create threads in detached 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-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
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
Move tuntap handling out of poll.c
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-25
fastd.h: more documentation
Matthias Schiffer
2014-05-23
Implement a different fix for the waitpid race condition not needing a reaper...
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
Remove PACKET_TYPE_LEN define
Matthias Schiffer
2014-05-01
Remove support for log files
Matthias Schiffer
2014-04-30
Use SOCK_NONBLOCK where available
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-26
Make on-verify support optional
Matthias Schiffer
2014-04-26
Implement async verify
Matthias Schiffer
2014-04-26
Revise shell command API
Matthias Schiffer
2014-04-25
Move around some code
Matthias Schiffer
2014-04-24
Add a sequential number to identify peers
Matthias Schiffer
2014-04-24
Always use size_t for counters
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-20
Linux: use epoll to handle great numbers of peers with less overhead
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
Optimize maintenance routine (and don't run it more often than necessary)
Matthias Schiffer
2014-04-13
Add on-connect hook
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-04-10
Add support for multiple async message types
Matthias Schiffer
2014-04-10
Move handling of resolve returns requests to a new source file
Matthias Schiffer
2014-04-10
Use #pragma once
Matthias Schiffer
2014-03-20
Enable secure handshakes by default
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-10
Make --verify-config option more flexible
Matthias Schiffer
2014-03-10
Add --verify-config option
Matthias Schiffer
2014-01-26
Add support for link-local bind addresses
Matthias Schiffer
2014-01-26
Get rid of long_ago variable, use timeout helpers
Matthias Schiffer
[next]