]>
git.ipfire.org Git - thirdparty/wireguard-go.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mathias Hall-Andersen [Mon, 26 Jun 2017 20:07:29 +0000 (22:07 +0200)]
Begin implementation of outbound work queue
Mathias Hall-Andersen [Mon, 26 Jun 2017 11:14:02 +0000 (13:14 +0200)]
Begin work on outbound packet flow
Mathias Hall-Andersen [Sat, 24 Jun 2017 20:03:52 +0000 (22:03 +0200)]
Completed noise handshake
Mathias Hall-Andersen [Sat, 24 Jun 2017 13:34:17 +0000 (15:34 +0200)]
Restructuring of noise impl.
Mathias Hall-Andersen [Fri, 23 Jun 2017 11:45:32 +0000 (13:45 +0200)]
Fixed missing type
Mathias Hall-Andersen [Fri, 23 Jun 2017 11:41:59 +0000 (13:41 +0200)]
Beginning work noise handshake
Mathias Hall-Andersen [Sun, 4 Jun 2017 19:48:15 +0000 (21:48 +0200)]
Beginning work on TUN interface
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.
Mathias Hall-Andersen [Fri, 2 Jun 2017 16:02:04 +0000 (18:02 +0200)]
Trie random test
Test trie against naive implementation of prefix routing.
Mathias Hall-Andersen [Fri, 2 Jun 2017 15:58:46 +0000 (17:58 +0200)]
Added random test for trie
Mathias Hall-Andersen [Thu, 1 Jun 2017 19:31:30 +0000 (21:31 +0200)]
Inital implementation of trie
Mathias Hall-Andersen [Tue, 30 May 2017 20:37:46 +0000 (22:37 +0200)]
Merge branch 'master' of git.zx2c4.com:wireguard-go
Mathias Hall-Andersen [Tue, 30 May 2017 20:36:49 +0000 (22:36 +0200)]
Beginning work on UAPI and routing table
Peter Wu [Tue, 30 May 2017 10:06:44 +0000 (12:06 +0200)]
README: rust -> go
Jason A. Donenfeld [Mon, 29 May 2017 22:10:06 +0000 (00:10 +0200)]
Initial scaffolding