aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* ratelimiter: implement ratelimiter and testsJake McGinty2018-05-041-34/+35
* config: refactor to send more specific messages to peer_server on changeJake McGinty2018-05-031-19/+31
* noise: use my updated fork of x25519-dalek to reduce old depsJake McGinty2018-05-011-26/+32
* global: update snow dependency (and others while I'm at it)Jake McGinty2018-05-011-52/+52
* udp: use latest nix draft, which uses latest libcJake McGinty2018-04-251-31/+30
* timer: use tokio-timer 0.2 and make timers cancelableJake McGinty2018-04-241-17/+1
* udp: fix bug with ipv6 pktinfoJake McGinty2018-04-221-12/+12
* udp: use nix's setsockoptJake McGinty2018-04-221-1/+1
* udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty2018-04-221-17/+17
* global: SocketAddr -> EndpointJake McGinty2018-04-221-28/+28
* udp: make IPs easily parsable by std::netJake McGinty2018-04-221-2/+1
* udp: parse in(6)_pktinfo cmsgsJake McGinty2018-04-221-35/+35
* udp: set IPV6_RECVPKTINFO sockopt (darwin)Jake McGinty2018-04-111-0/+1
* meta: cargo updateJake McGinty2018-04-091-26/+26
* meta: cargo updateJake McGinty2018-04-021-174/+201
* Revert "peer: zero out sessions when they're dropped"Jake McGinty2018-03-231-10/+0
* deps: cargo updateJake McGinty2018-03-211-142/+281
* meta: change crate name to 'wireguard' not 'wgrs'Jake McGinty2018-03-211-31/+31
* peer: zero out sessions when they're droppedJake McGinty2018-03-091-0/+10
* linux: fix build from mio-utun bugJake McGinty2018-03-081-6/+6
* messages: strongly typed messagesJake McGinty2018-03-081-0/+11
* config: support fwmarkJake McGinty2018-03-081-20/+22
* dep: fixed linux tun in mio-utunJake McGinty2018-03-051-25/+25
* udp: enable SO_REUSEPORT to start getting cleverJake McGinty2018-03-041-63/+62
* udp: switch to own tokio UdpSocket implementation for performance reasonsJake McGinty2018-03-041-0/+1
* global: clean up logging, stop using env_loggerJake McGinty2018-03-041-12/+23
* redirect daemonized stdout/stderr to a log fileJake McGinty2018-02-261-36/+64
* die on SIG{INT,TERM} and config UDS deletion, per specJake McGinty2018-02-261-0/+16
* add cross-platform fs notify libraryJake McGinty2018-02-261-0/+141
* use std::time instead of time crateJake McGinty2018-02-231-1/+0
* cargo updateJake McGinty2018-02-231-13/+13
* pnet -> pnet_packetJake McGinty2018-02-221-58/+1
* mac2 cookiesJake McGinty2018-02-211-1/+0
* use Failure crate in snow, get rid of nasty sync adaptorsJake McGinty2018-02-201-69/+10
* bump mio-utunJake McGinty2018-02-201-3/+3
* separate binary and library dependenciesJake McGinty2018-02-191-1/+1
* let tun crate take care of tun headersJake McGinty2018-02-191-8/+6
* updated tokio-utun depJake McGinty2018-02-191-13/+13
* update tokio-utun (remove unnecessary debug output)Jake McGinty2018-02-191-6/+6
* experimental TUN support for linuxJake McGinty2018-02-181-25/+56
* cookie moduleJake McGinty2018-02-171-2/+16
* proper passive keepalivesJake McGinty2018-02-151-1/+1
* use x25519-dalek for a significant performance boostJake McGinty2018-02-151-1/+35
* add initial criterion benchmarksJake McGinty2018-02-151-0/+190
* cargo updateJake McGinty2018-02-141-7/+7
* use constant time comparison for macJake McGinty2018-02-131-0/+7
* verify mac1 for handshake messagesJake McGinty2018-02-131-0/+79
* consolidate handshake cryptoJake McGinty2018-02-091-0/+1
* drop error-chain in favor of Failure crateJake McGinty2018-02-081-1/+32
* take advantage of new snow APIJake McGinty2018-02-081-8/+8