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
/
receive.c
Age
Commit message (
Expand
)
Author
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-22
Move fastd_handle_receive() to receive.c
Matthias Schiffer
2014-04-26
Make on-verify support optional
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
Store peers as vectors of pointers instead of linked lists
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-03-10
Remove aligned data_t type again
Matthias Schiffer
2014-01-27
Add an aligned uint8_t type data_t and use it to ensure the alignment of vari...
Matthias Schiffer
2014-01-26
Apply the unknown peer handshake timeout to all peers
Matthias Schiffer
2014-01-26
Add timeout helpers
Matthias Schiffer
2014-01-26
Add minimum handshake interval for unknown addresses (handles up to 8 address...
Matthias Schiffer
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no invalid...
Matthias Schiffer
2013-11-20
Replace max_packet_size functions by a max_overhead field
Matthias Schiffer
2013-10-19
Get rid of packet.h
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-07
Guard socket options not available on FreeBSD
Matthias Schiffer
2013-07-25
Move more code out of fastd.c
Matthias Schiffer