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
/
methods
/
common.c
Age
Commit message (
Expand
)
Author
2016-02-22
Update copyright years
Matthias Schiffer
2016-02-22
types: replace static consts with defines
Matthias Schiffer
2015-01-21
Fix handling of severe packet reordering
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2014-09-08
Make stats of reordered packets
Matthias Schiffer
2014-08-24
Use simple int64_t timestamps in ms instead of timespecs
Matthias Schiffer
2014-06-12
Fix an undefined shift
Matthias Schiffer
2014-05-28
Still more documentation
Matthias Schiffer
2014-05-25
Make a few struct fields that are not supposed to be changed defines instead
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
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-01
Change common packet header: flags comes first, nonce is big endian
Matthias Schiffer
2013-11-29
Reorder check: avoid undefined behaviour due to negative or to long shifts
Matthias Schiffer
2013-10-28
Unify duplicate code in xsalsa20-poly1305 and aes128-gcm methods
Matthias Schiffer