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
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
2014-08-25
Move some utility funtions to a new header
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-08-18
Fix a few comment typos
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-18
Rename "temporary peers" to "dynamic peers"
Matthias Schiffer
2014-08-09
Move fastd_config_t.peers to fastd_context_t.peer_configs
Matthias Schiffer
2014-08-02
Encapsulate semaphore handling
Matthias Schiffer
2014-08-02
Don't use exponential notation for integers
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-08-01
Use srandom/random instead of rand_r
Matthias Schiffer
2014-06-14
Limit the number of concurrent on-verify runs
Matthias Schiffer
2014-06-03
Create threads in detached state
Matthias Schiffer
2014-05-31
Fix poll race condition on *BSD
Matthias Schiffer
2014-05-31
More signal handling fixes
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
[next]