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
/
send.c
Age
Commit message (
Expand
)
Author
2014-09-26
Don't forward frames with local destination MAC address
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-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-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-28
Still more documentation
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
Completely document fastd.h
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-19
Store peers as vectors of pointers instead of linked lists
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
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no invalid...
Matthias Schiffer
2013-10-19
Get rid of packet.h
Matthias Schiffer
2013-10-17
Use the default delay before a handshake is sent when the local address is in...
Matthias Schiffer
2013-10-16
Initiate handshake when a packet can't be sent because the local address is i...
Matthias Schiffer
2013-10-16
Fix fast roaming when local IP address has changed
Matthias Schiffer
2013-10-04
Fix source address choice for IPv4 on Linux
Matthias Schiffer
2013-09-03
Add packet/byte statistics
Matthias Schiffer
2013-08-30
Demote some sendmsg warnings to debug and debug2 levels
Matthias Schiffer
2013-08-20
Use v4-mapped addresses for IPv4 peers on IPv6 sockets
Matthias Schiffer
2013-08-07
Unset msg_control when no ancillary data is to be sent
Matthias Schiffer
2013-08-07
Guard socket options not available on FreeBSD
Matthias Schiffer
2013-07-25
Move send functions out of fastd.c
Matthias Schiffer