aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Beginning work noise handshakeMathias Hall-Andersen2017-06-237-4/+422
|
* Beginning work on TUN interfaceMathias Hall-Andersen2017-06-049-62/+290
| | | | | | | | | | And outbound routing I am not entirely convinced the use of net.IP is a good idea, since the internal representation of net.IP is a byte slice and all constructor functions in "net" return 16 byte slices (padded for IPv4), while the use in this project uses 4 byte slices. Which may be confusing.
* Trie random testMathias Hall-Andersen2017-06-021-4/+10
| | | | Test trie against naive implementation of prefix routing.
* Added random test for trieMathias Hall-Andersen2017-06-021-0/+120
|
* Inital implementation of trieMathias Hall-Andersen2017-06-018-237/+323
|
* Merge branch 'master' of git.zx2c4.com:wireguard-goMathias Hall-Andersen2017-05-301-1/+1
|\
| * README: rust -> goPeter Wu2017-05-301-1/+1
| |
* | Beginning work on UAPI and routing tableMathias Hall-Andersen2017-05-308-0/+529
|/
* Initial scaffoldingJason A. Donenfeld2017-05-303-0/+540