aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/install.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: improve state transitionsJason A. Donenfeld2019-04-291-3/+3
|
* service: use WireGuardTunnel$ prefixJason A. Donenfeld2019-04-051-5/+5
|
* tunneltracker: don't track tunnels that haven't been startedJason A. Donenfeld2019-03-121-3/+4
| | | | | | | | Otherwise we get the hasn't-been-started-yet error, and the tracker quits. Meanwhile this is reported back to the ui as an error. While we're at it, don't let multiple trackers be run, in the event that the at-start tracker races with the installation tracker. And, make sure we actually get the deletion notification.
* service: keep track of proper errorsJason A. Donenfeld2019-03-101-2/+2
|
* conf: validate tunnel nameJason A. Donenfeld2019-03-051-3/+13
|
* tunnel: simplify shutdownJason A. Donenfeld2019-03-031-7/+2
|
* ipc: work out service state transitionsJason A. Donenfeld2019-03-021-3/+4
|
* service: track tunnel service statusJason A. Donenfeld2019-02-281-2/+2
|
* service: introduce base of servicesJason A. Donenfeld2019-02-281-0/+196