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