aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: don't directly rely on tokio 'meta' crateJake McGinty2018-05-171-0/+1
* global: fix clippies and enable warnings in IDEJake McGinty2018-05-151-0/+1
* bin: add alpha warningJake McGinty2018-05-041-3/+50
* peer_server: make Error the error type, not ()Jake McGinty2018-04-261-1/+1
* global: fix up clippiesJake McGinty2018-04-241-3/+2
* udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty2018-04-221-1/+1
* binary: add interface name to log fileJake McGinty2018-04-031-3/+5
* bin: bubble up errors from interface init failingJake McGinty2018-03-211-1/+4
* global: clean up logging, stop using env_loggerJake McGinty2018-03-041-2/+25
* redirect daemonized stdout/stderr to a log fileJake McGinty2018-02-261-2/+2
* reintroduce daemonizingJake McGinty2018-02-261-28/+20
* add initial criterion benchmarksJake McGinty2018-02-151-1/+1
* switch to lib/bin hybrid crateJake McGinty2018-02-151-43/+2
* clippy knows allJake McGinty2018-02-141-0/+4
* clear unused importsJake McGinty2018-02-141-5/+3
* timer moduleJake McGinty2018-02-141-0/+1
* use constant time comparison for macJake McGinty2018-02-131-0/+1
* verify mac1 for handshake messagesJake McGinty2018-02-131-0/+1
* validate incoming handshake timestampsJake McGinty2018-02-121-0/+1
* consolidate handshake cryptoJake McGinty2018-02-091-0/+2
* router refactoringJake McGinty2018-02-091-0/+1
* router.rsJake McGinty2018-02-081-0/+1
* make anti-replay code more canonically rustJake McGinty2018-02-081-0/+2
* start replacing panics with Failure errorsJake McGinty2018-02-081-0/+1
* drop error-chain in favor of Failure crateJake McGinty2018-02-081-2/+1
* add sopium's AntiReplay struct and implement it for transport packetsJake McGinty2018-02-061-0/+2
* use dual-stack ipv6 UDP socketJake McGinty2018-02-051-0/+2
* clear out warningsJake McGinty2017-12-311-22/+22
* use blake2-rfc instead of rust-cryptoJake McGinty2017-12-311-1/+1
* just convenience-disable daemonizing to dissuade using it for nowJake McGinty2017-12-301-3/+3
* ipv4/6 routing table wipJake McGinty2017-12-301-15/+15
* rudimentary timers!Jake McGinty2017-12-301-0/+1
* PeerServer custom future refactorJake McGinty2017-12-301-9/+2
* early, early rough draftJake McGinty2017-12-221-0/+100