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
/
fastd.h
Age
Commit message (
Expand
)
Author
2016-02-22
Improve capability handling, retain required capabilities
Matthias Schiffer
2016-02-22
Update copyright years
Matthias Schiffer
2016-02-22
socket: improve and simplify error handling
Matthias Schiffer
2016-02-22
Handle optional features (capabilities, status socket) more consistently
Matthias Schiffer
2015-11-17
Use task queue for peer resets and keepalives
Matthias Schiffer
2015-11-10
Implement generic task queue to handle handshakes and maintenance
Matthias Schiffer
2015-11-10
Use heap-based priority queue to schedule handshakes instead of a linked list
Matthias Schiffer
2015-11-09
Add generic interface cleanup infrastructure
Matthias Schiffer
2015-11-09
Use a global ioctl socket
Matthias Schiffer
2015-10-18
config: make on_up/down/establish/disestablish commands configurable per peer...
Matthias Schiffer
2015-09-04
config: allow moving the 'on verify' clause into a peer group
Matthias Schiffer
2015-06-25
Use __attribute__((packed)) instead of __attribute__((__packed__)) consistently
Matthias Schiffer
2015-06-25
Don't depend on net/if_ether.h
Matthias Schiffer
2015-03-24
Add some MTU-related Doxygen comments
Matthias Schiffer
2015-03-24
Add support for defining the MTU per peer
Matthias Schiffer
2015-03-23
Move ifname logic from peer to iface
Matthias Schiffer
2015-03-23
peer: set peer name in on-up environment for peer-specific interfaces
Matthias Schiffer
2015-03-23
Some Android fixes for issues introduced by multi-interface support
Matthias Schiffer
2015-03-23
config: move packet mark support check to Bison file
Matthias Schiffer
2015-03-23
Add multitap mode
Matthias Schiffer
2015-03-23
iface: add ifname argument
Matthias Schiffer
2015-03-23
Use peer-specific interface in TUN mode
Matthias Schiffer
2015-03-23
Fix sending data from peer-specific interfaces
Matthias Schiffer
2015-03-22
Add iface_persist config option (always true for now)
Matthias Schiffer
2015-03-22
Rename tuntap to iface to match struct name
Matthias Schiffer
2015-03-22
First work towards multi-interface support
Matthias Schiffer
2015-03-22
Refactor poll API
Matthias Schiffer
2015-01-28
Remove a few more instances of strcpy
Matthias Schiffer
2015-01-28
fastd_string_stack_dup[n]: use memcpy instead of strcpy when the length of th...
Matthias Schiffer
2015-01-21
Always disable PMTU discovery
Matthias Schiffer
2015-01-20
handshake: delay method parsing until the sender key has been handled
Matthias Schiffer
2015-01-20
Another comment fix
Matthias Schiffer
2015-01-20
Implement new hash table to keep track of unknown peers handshakes have been ...
Matthias Schiffer
2015-01-16
Comment typo fixes
Matthias Schiffer
2015-01-14
Refactor handling of platforms without user/group settings (Android)
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
Add Android 4.1+ support. See doc/README-Android.md for build HOWTO.
Rick Lei
2015-01-14
Allow to configure methods per peer group
Matthias Schiffer
2014-09-26
Move get_source_address and get_dest_address to fastd.h
Matthias Schiffer
2014-09-15
status: add uptime and established times
Matthias Schiffer
2014-09-12
Add per-peer stats
Matthias Schiffer
2014-09-12
Restructure traffics stats to keep all stats in a single structure
Matthias Schiffer
2014-09-09
Add current method of connections to status output
Matthias Schiffer
2014-09-08
Make stats of reordered packets
Matthias Schiffer
2014-09-06
Move UNUSED attribute to the start of arguments to help editors understand th...
Matthias Schiffer
2014-09-06
Don't count stats when WITH_STATUS_SOCKET is not set
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-09-05
Dynamically grow hashtable when there are more than twice as many entries as ...
Matthias Schiffer
2014-09-01
Add alloc helpers for aligned allocations
Matthias Schiffer
2014-08-28
Add UHASH implementation
Matthias Schiffer
[next]