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
2015-01-20
Implement new hash table to keep track of unknown peers handshakes have been ...
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2014-09-26
Move get_source_address and get_dest_address to fastd.h
Matthias Schiffer
2014-09-12
Restructure traffics stats to keep all stats in a single structure
Matthias Schiffer
2014-09-08
Make stats of reordered packets
Matthias Schiffer
2014-09-06
Don't count stats when WITH_STATUS_SOCKET is not set
Matthias Schiffer
2014-08-24
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-24
Use simple int64_t timestamps in ms instead of timespecs
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
Matthias Schiffer
2014-06-14
Add missing sys/uio.h includes
Matthias Schiffer
2014-05-31
Remove EINTR handling where signals are blocked anyways
Matthias Schiffer
2014-05-31
Make log levels verbose and info more useful
Matthias Schiffer
2014-05-28
Still 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-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