aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-08peer: don't pad messages that don't need itJake McGinty1-1/+3
2018-05-06tools: pass on exported env vars in wg-quickJake McGinty1-1/+1
2018-05-06global: small aesthetic cleanupJake McGinty3-32/+26
2018-05-06peer_server: hold on to single local csprng instance for performanceJake McGinty1-5/+6
2018-05-04bin: add alpha warningJake McGinty1-3/+50
2018-05-04ratelimiter: implement ratelimiter and testsJake McGinty3-34/+214
2018-05-03timers: more corrections to persistent keepaliveJake McGinty5-63/+74
2018-05-03timers: rewrite persistent keepalive codeJake McGinty3-14/+26
2018-05-03tests: disable test I know is failing for now before I implement that featureJake McGinty1-29/+31
2018-05-03timers: properly set correct timer data for in/egress packetsJake McGinty2-8/+17
2018-05-03peer_server: move config change handling code to own methodJake McGinty1-22/+27
2018-05-03timers: refactor out timers from Session structJake McGinty2-40/+38
2018-05-03timers: create Timers struct to store more detailed timer infoJake McGinty2-22/+30
2018-05-03global: time.rs -> timestamp.rsJake McGinty4-3/+3
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