aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/config.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: follow WG_TUN_NAME_FILE style in wg-quickJake McGinty2018-05-291-1/+12
* peer_server: use unbounded channels, ratelimiter wipJake McGinty2018-05-171-1/+1
* timers: more corrections to persistent keepaliveJake McGinty2018-05-031-15/+8
* config: refactor to send more specific messages to peer_server on changeJake McGinty2018-05-031-24/+38
* udp: make Endpoint implement CopyJake McGinty2018-04-251-1/+1
* udp: use latest nix draft, which uses latest libcJake McGinty2018-04-251-1/+1
* config: allow private keys to be unsetJake McGinty2018-04-241-8/+14
* udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty2018-04-221-1/+0
* global: SocketAddr -> EndpointJake McGinty2018-04-221-1/+3
* config: fix psk being removed when peer is updated.Jake McGinty2018-04-101-0/+1
* reaper: only listen for own UDS deletion.Jake McGinty2018-04-051-1/+1
* config: enforce max peers per deviceJake McGinty2018-04-031-0/+6
* config: handle self-add peer caseJake McGinty2018-04-021-15/+26
* config: return error when trying to remove nonexistent peerJake McGinty2018-04-021-10/+7
* clippy: remove unnecessary iter()Jake McGinty2018-03-251-4/+3
* config: allow set operation to return errorJake McGinty2018-03-221-12/+12
* reaper: fix kill signal not killing appJake McGinty2018-03-211-1/+1
* config: migrate configuration logic to config.rsJake McGinty2018-03-211-12/+176
* config: support fwmarkJake McGinty2018-03-081-1/+3
* die on SIG{INT,TERM} and config UDS deletion, per specJake McGinty2018-02-261-5/+0
* finish up supporting the whole config protocolJake McGinty2018-02-231-13/+17
* clippy knows allJake McGinty2018-02-141-2/+2
* clear unused importsJake McGinty2018-02-141-8/+2
* scaffolding for remove_peer config supportJake McGinty2018-02-141-4/+12
* deshittify the config parserJake McGinty2018-02-141-45/+27
* `failure` scaffoldingJake McGinty2018-02-081-6/+7
* drop error-chain in favor of Failure crateJake McGinty2018-02-081-9/+8
* clear out warningsJake McGinty2017-12-311-92/+3
* early, early rough draftJake McGinty2017-12-221-0/+300