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-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
2013-07-25
Move _GNU_SOURCE define to types.h
Matthias Schiffer
2013-07-25
Improve handling of similar remote resolves
Matthias Schiffer
2013-07-24
Fix remote record memory leak
Matthias Schiffer
2013-07-24
Fix fastd_peer_claim_address for peers with different addresses
Matthias Schiffer
2013-07-24
Allow specifying multiple remote entries for a single peer
Matthias Schiffer
2013-07-24
Don't let resolves delay handshakes
Matthias Schiffer
2013-07-23
Prepare for improved peer state handling
Matthias Schiffer
2013-07-19
Generalize float attribute, deprecate old float syntax
Matthias Schiffer
2013-07-17
Use calloc to allocate peer configs
Matthias Schiffer
2013-04-24
Initialize local address on peer creation
Matthias Schiffer
2013-04-20
Greatly improve handling of hosts with multiple IP addresses
Matthias Schiffer
2013-04-17
Fix handling of the local address in shell commands
Matthias Schiffer
2013-03-08
Disable peer configs by default, enable on peer creation
Matthias Schiffer
2013-03-03
Make 'peer limit 0' allow no connections
Matthias Schiffer
2013-02-27
Don't set the peer address for temporary peers before the session is actually...
Matthias Schiffer
2013-02-27
Refactor fastd_peer_claim_address
Matthias Schiffer
2013-02-26
Don't reset "seen" timestamp on peer reset
Matthias Schiffer
2013-02-26
Experimental support for accepting connections from unknown peers
Matthias Schiffer
2013-02-25
Get rid of some duplicate code for calling shell commands
Matthias Schiffer
2013-01-05
Adjust copyright years
Matthias Schiffer
2012-12-18
Convert type names to _t convention
Matthias Schiffer
2012-12-13
Add helper function to simplify v4-mapped addresses
Matthias Schiffer
2012-12-08
Free socket before handshake if no address is set to avoid crash
Matthias Schiffer
2012-12-08
Revert "Fix crash occuring under certain circumstances on resolve failure"
Matthias Schiffer
2012-12-08
Fix crash occuring under certain circumstances on resolve failure
Matthias Schiffer
2012-11-10
Keep track of configured peer count correctly on dynamic reloads
Matthias Schiffer
2012-11-05
Only delay initial handshakes for groups with constraints
Matthias Schiffer
2012-11-05
Add randomized initial handshake delays
Matthias Schiffer
2012-11-05
Implement peer limit constraints
Matthias Schiffer
[prev]
[next]