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
Age
Commit message (
Expand
)
Author
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
android_ctrl_sock: include and whitespace cleanup
Matthias Schiffer
2015-01-14
Add Android 4.1+ support. See doc/README-Android.md for build HOWTO.
Rick Lei
2015-01-14
Reset all connections on SIGUSR2
Matthias Schiffer
2015-01-14
Allow to configure methods per peer group
Matthias Schiffer
2015-01-12
Make MTU mismatches fatal
Matthias Schiffer
2015-01-11
doc: move comments from generated source files to headers
Matthias Schiffer
2015-01-11
More doxygen fixes
Matthias Schiffer
2015-01-11
config: allow ipv4/ipv6 keywords before static addresses
Matthias Schiffer
2015-01-10
poll: more include cleanup
Matthias Schiffer
2015-01-10
poll:remove sys/signal.h include
Matthias Schiffer
2015-01-09
Comment typo fix
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: don't check group order of peers' public keys
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: optimize handshake by using embedded group element verification
Matthias Schiffer
2015-01-09
Move protocol-specific TLV specifications to main handshake record enum
Matthias Schiffer
2015-01-09
poll: define SYS_epoll_pwait if it isn't available
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: unpack peers' keys only once
Matthias Schiffer
2015-01-09
poll: directly call epoll_pwait syscall instead of using the libc wrapper
Matthias Schiffer
2015-01-09
More comment fixes
Matthias Schiffer
2015-01-09
Add support for a new big-endian handshake format
Matthias Schiffer
2015-01-08
ecc25519-fhmqvc: add doxygen comments to the key check functions
Matthias Schiffer
2015-01-06
status socket: better error messages on bind errors
Matthias Schiffer
2015-01-06
ec25519-fhmqvc: additional key checks
Matthias Schiffer
2015-01-06
handshake: get rid of stpcpy
Matthias Schiffer
2014-11-15
Use the peer key instead of the name as keys in the status socket output
Matthias Schiffer
2014-11-15
ec25519-fhmqvc: extend describe_peer to return the whole key
Matthias Schiffer
2014-11-15
Revert "Use peer specifier from log instead of the peer name for the status o...
Matthias Schiffer
2014-11-15
Fix segfault when checking peer addresses
Matthias Schiffer
2014-11-12
Use peer specifier from log instead of the peer name for the status output
Matthias Schiffer
2014-11-11
ec25519-fhmqvc: add missing Doxygen comment
Matthias Schiffer
2014-10-22
Use big endian for handshake field values by default
Matthias Schiffer
2014-10-13
ec25519-fhmqvc: improve unknown key message
Matthias Schiffer
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-20
Some handshake fixes for future protocol extensions
Matthias Schiffer
2014-09-16
More fixes for zero-length VLAs
Matthias Schiffer
2014-09-16
Fix undefined behaviour due to zero length VLAs in null+* methods
Matthias Schiffer
2014-09-15
Don't try to poll on invalid status socket FD
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-12
Restructure traffics stats to keep all stats in a single structure
Matthias Schiffer
2014-09-10
ec25519-fhmqvc: refactor old session check code
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-06
Fix async command waitpid error handling (again...)
Matthias Schiffer
[prev]
[next]