aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* config: refactor to send more specific messages to peer_server on changeJake McGinty2018-05-034-58/+95
* noise: use my updated fork of x25519-dalek to reduce old depsJake McGinty2018-05-012-27/+33
* global: update snow dependency (and others while I'm at it)Jake McGinty2018-05-012-64/+63
* consts: fix typo in MAX_PEERS_PER_DEVICEJake McGinty2018-04-261-1/+1
* peer_server: make Error the error type, not ()Jake McGinty2018-04-263-15/+14
* tests: gate iperf3 behind flag argumentJake McGinty2018-04-261-22/+37
* tests: re-enable failing test in netnsJake McGinty2018-04-261-28/+28
* udp: make Endpoint implement CopyJake McGinty2018-04-255-8/+8
* udp: use latest nix draft, which uses latest libcJake McGinty2018-04-257-60/+58
* tests: first stab at the script working with userspace and kernelJake McGinty2018-04-251-11/+23
* tests: missed a spot.Jake McGinty2018-04-251-9/+3
* tests: update pretty ascii graphJake McGinty2018-04-251-11/+11
* tests: start to normalize the ns calls to work with kernelJake McGinty2018-04-241-28/+28
* tests: start reaching parity with latest wireguard netnsJake McGinty2018-04-241-10/+101
* config: allow private keys to be unsetJake McGinty2018-04-242-12/+30
* global: fix up clippiesJake McGinty2018-04-242-4/+3
* udp: clean up debug outputJake McGinty2018-04-241-9/+13
* timer: use tokio-timer 0.2 and make timers cancelableJake McGinty2018-04-246-40/+29
* tests: more informative error bubbling for netns failuresJake McGinty2018-04-241-1/+13
* bench: fix build from SocketAddr -> Endpoint transitionJake McGinty2018-04-231-5/+4
* udp: retry sends without pktinfo if they failedJake McGinty2018-04-221-15/+25
* udp: fix bug with ipv6 pktinfoJake McGinty2018-04-223-19/+30
* tests: make test output a little easier to work outJake McGinty2018-04-221-24/+13
* udp: use SocketAddr::from for udp bindingJake McGinty2018-04-221-6/+6
* tests: disable iperf tests in netns for nowJake McGinty2018-04-221-20/+20
* udp: use nix's setsockoptJake McGinty2018-04-223-32/+7
* udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty2018-04-229-53/+92
* global: SocketAddr -> EndpointJake McGinty2018-04-227-57/+72
* udp: return back "magic" endpoint in recv_fromJake McGinty2018-04-221-26/+47
* udp: make IPs easily parsable by std::netJake McGinty2018-04-222-8/+11
* udp: parse in(6)_pktinfo cmsgsJake McGinty2018-04-224-71/+61
* udp: dual-stack single socket -> dual socketJake McGinty2018-04-223-150/+64
* udp: remove the unused Connected/Unconnected UDP enumJake McGinty2018-04-222-88/+101
* udp: set IPV6_RECVPKTINFO sockopt (darwin)Jake McGinty2018-04-114-2/+38
* tests: add little sleep when setting up interfacesJake McGinty2018-04-101-0/+2
* config: fix psk being removed when peer is updated.Jake McGinty2018-04-101-0/+1
* peer: update endpoint on handshake response messages tooJake McGinty2018-04-092-3/+4
* meta: cargo updateJake McGinty2018-04-091-26/+26
* tests: fix netns counter testJake McGinty2018-04-051-1/+1
* reaper: only listen for own UDS deletion.Jake McGinty2018-04-052-2/+2
* udp: only convert 'mapped', not 'compatible' adddresses, to IPv4 internallyJake McGinty2018-04-051-1/+12
* tools: delete passthrough route in wg-quick > del_ifJake McGinty2018-04-051-0/+10
* tools: allow for ipv6 endpoints in wg-quickJake McGinty2018-04-051-4/+12
* ip_packet: fix ipv6 packet length helper methodJake McGinty2018-04-042-2/+2
* tests: message on failure rather than just ret non-zeroJake McGinty2018-04-031-0/+2
* peer: set session birthday at moment of symmetric key derivationJake McGinty2018-04-032-6/+7
* tools: fix typo in wg-quick.bash and speed up 'route' callJake McGinty2018-04-031-2/+2
* binary: add interface name to log fileJake McGinty2018-04-031-3/+5
* config: enforce max peers per deviceJake McGinty2018-04-033-15/+20
* tools: ipv6 addr/routing support in wg-quickJake McGinty2018-04-021-7/+24