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
/
peer.h
Age
Commit message (
Expand
)
Author
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
Reset all connections on SIGUSR2
Matthias Schiffer
2015-01-14
Allow to configure methods per peer group
Matthias Schiffer
2014-09-26
Don't forward frames with local destination MAC address
Matthias Schiffer
2014-09-15
Reorder fields of the peer structure
Matthias Schiffer
2014-09-15
status: add uptime and established times
Matthias Schiffer
2014-09-12
Add per-peer stats
Matthias Schiffer
2014-09-06
Move UNUSED attribute to the start of arguments to help editors understand th...
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-19
Create peer structures for disabled peers as well
Matthias Schiffer
2014-08-18
Unify enabled and dynamic flags into a config_state flag
Matthias Schiffer
2014-08-18
Remove a few now unneeded peer->config NULL checks
Matthias Schiffer
2014-08-18
Fix a few comment typos
Matthias Schiffer
2014-08-18
Dynamically create peer configs for dynamic peers
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-18
peer: add a flag `dynamic' instead of checking the config field for NULL
Matthias Schiffer
2014-08-18
Rename "temporary peers" to "dynamic peers"
Matthias Schiffer
2014-08-18
peer: remove fastd_remote_is_dynamic()
Matthias Schiffer
2014-08-18
peer: remove dead code fastd_remote_matches_dynamic()
Matthias Schiffer
2014-06-10
Clean up peer config loading
Matthias Schiffer
2014-05-28
Still more documentation
Matthias Schiffer
2014-05-27
More documentation
Matthias Schiffer
2014-05-27
peer: completely document peer.h and peer.c
Matthias Schiffer
2014-05-25
Unify fastd_peer_group_t and fastd_peer_group_config_t into a single structure
Matthias Schiffer
2014-05-25
peer.h: some documentation
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_peer_group{,_config} definitions to peer.h
Matthias Schiffer
2014-05-22
Move fastd_peer_state_t to peer.h
Matthias Schiffer
2014-04-26
Make on-verify support optional
Matthias Schiffer
2014-04-26
Implement async verify
Matthias Schiffer
2014-04-26
Revise shell command API
Matthias Schiffer
2014-04-25
Move around some code
Matthias Schiffer
2014-04-25
Remove ref-counting on remotes
Matthias Schiffer
2014-04-25
fastd_peer_claim_address: add parameter to allow claiming addresses of establ...
Matthias Schiffer
2014-04-24
Add a sequential number to identify peers
Matthias Schiffer
2014-04-24
config: remove support for deprecated float syntax
Matthias Schiffer
2014-04-24
Always use size_t for counters
Matthias Schiffer
2014-04-21
Remove vector of new temporary peers
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-04-11
Improve shell command config handling
Matthias Schiffer
2014-04-10
Use #pragma once
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-01-26
Switch to the new timeout helpers where possible
Matthias Schiffer
2014-01-26
Get rid of long_ago variable, use timeout helpers
Matthias Schiffer
2013-12-16
resolve: consider all addresses returned for a hostname
Matthias Schiffer
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no invalid...
Matthias Schiffer
[next]