Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | Begin work on outbound packet flow | Mathias Hall-Andersen | |
2017-06-24 | Completed noise handshake | Mathias Hall-Andersen | |
2017-06-24 | Restructuring of noise impl. | Mathias Hall-Andersen | |
2017-06-23 | Fixed missing type | Mathias Hall-Andersen | |
2017-06-23 | Beginning work noise handshake | Mathias Hall-Andersen | |
2017-06-04 | Beginning work on TUN interface | Mathias Hall-Andersen | |
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. | |||
2017-06-02 | Trie random test | Mathias Hall-Andersen | |
Test trie against naive implementation of prefix routing. | |||
2017-06-02 | Added random test for trie | Mathias Hall-Andersen | |
2017-06-01 | Inital implementation of trie | Mathias Hall-Andersen | |
2017-05-30 | Merge branch 'master' of git.zx2c4.com:wireguard-go | Mathias Hall-Andersen | |
2017-05-30 | Beginning work on UAPI and routing table | Mathias Hall-Andersen | |
2017-05-30 | README: rust -> go | Peter Wu | |
2017-05-30 | Initial scaffolding | Jason A. Donenfeld | |