aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* timer: use tokio-timer 0.2 and make timers cancelableJake McGinty2018-04-241-1/+1
* udp: set IPV6_RECVPKTINFO sockopt (darwin)Jake McGinty2018-04-111-0/+1
* Revert "peer: zero out sessions when they're dropped"Jake McGinty2018-03-231-1/+0
* peer: zero out sessions when they're droppedJake McGinty2018-03-091-0/+1
* bench: fix buildJake McGinty2018-03-091-8/+8
* messages: strongly typed messagesJake McGinty2018-03-081-14/+17
* udp: switch to own tokio UdpSocket implementation for performance reasonsJake McGinty2018-03-041-4/+5
* global: clean up logging, stop using env_loggerJake McGinty2018-03-041-1/+0
* die on SIG{INT,TERM} and config UDS deletion, per specJake McGinty2018-02-261-0/+2
* refactor timestamp code a bitJake McGinty2018-02-231-1/+1
* use std::time instead of time crateJake McGinty2018-02-231-1/+0
* pnet -> pnet_packetJake McGinty2018-02-221-1/+1
* mac2 cookiesJake McGinty2018-02-211-0/+1
* move peer out of old protocol module, it was confusingJake McGinty2018-02-181-1/+1
* cookie moduleJake McGinty2018-02-171-0/+2
* switch to lib/bin hybrid crateJake McGinty2018-02-151-0/+48