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
/
peer.c
Age
Commit message (
Expand
)
Author
2014-08-18
peer: remove dead code fastd_remote_matches_dynamic()
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-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-10
Clean up peer config loading
Matthias Schiffer
2014-05-31
Make log levels verbose and info more useful
Matthias Schiffer
2014-05-29
Ensure peer hashtable consistency on address resets
Matthias Schiffer
2014-05-28
Still more documentation
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
Make a few struct fields that are not supposed to be changed defines instead
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-25
Replace a few more O(n) peer operations with O(log n) using binary search
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-25
fastd_peer_claim_address: allow claiming addresses from other peers when they...
Matthias Schiffer
2014-04-25
vector: add VECTOR_BSEARCH macro and use where appropriate
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
Minimize poll interface to simplify implementation of alternative implementat...
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-18
Clean up shell command handling
Matthias Schiffer
2014-04-11
Add support for async commands
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-03-20
peer: add assertion to ensure no addresses are learned on unestablished peers
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-01-26
Switch to the new timeout helpers where possible
Matthias Schiffer
2014-01-26
Get rid of long_ago variable, use timeout helpers
Matthias Schiffer
2013-12-23
Always reset to the first address of the first remote
Matthias Schiffer
2013-12-16
resolve: consider all addresses returned for a hostname
Matthias Schiffer
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no invalid...
Matthias Schiffer
2013-10-31
Don't delay initial handshakes when no peer limit is set
Matthias Schiffer
2013-08-29
Don't initialize monotone timestamps with zero
Matthias Schiffer
2013-08-29
Replace old task queue
Matthias Schiffer
2013-08-28
ec25519: ensure that there is always a handshake enqueued after sending a han...
Matthias Schiffer
2013-08-20
Use v4-mapped addresses for IPv4 peers on IPv6 sockets
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-07
Add sys/wait.h includes where necessary on FreeBSD
Matthias Schiffer
[prev]
[next]