aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* update snow for is_initiator() methodJake McGinty2018-02-071-19/+20
* use dual-stack ipv6 UDP socketJake McGinty2018-02-051-0/+12
* update iovec and futures depsJake McGinty2018-02-011-15/+15
* handle incoming handshake init packetsJake McGinty2018-01-271-25/+25
* re-introduce ring supportJake McGinty2018-01-131-143/+108
* use blake2-rfc instead of rust-cryptoJake McGinty2017-12-311-1/+0
* remove some unused dependenciesJake McGinty2017-12-311-68/+0
* cargo updateJake McGinty2017-12-301-43/+55
* ipv4/6 routing table wipJake McGinty2017-12-301-3/+82
* PeerServer custom future refactorJake McGinty2017-12-301-62/+26
* early, early rough draftJake McGinty2017-12-221-0/+1103