aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/tunneltracker.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: simplify everythingJason A. Donenfeld2019-04-271-5/+30
|
* tunneltracker: don't track tunnels that haven't been startedJason A. Donenfeld2019-03-121-18/+44
| | | | | | | | 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.
* tunneltracker: redo deletion state machineJason A. Donenfeld2019-03-121-44/+48
| | | | | We're now properly examining the notifier return value and also making sure events are delivered in order.
* service: keep track of proper errorsJason A. Donenfeld2019-03-101-1/+11
|
* tunneltracker: account for windows 7 statemachine bugJason A. Donenfeld2019-03-091-1/+8
| | | | | Windows 7 will transition to stopping after it has already triggered stopped, so keep track of that and filter it out.
* conf: validate tunnel nameJason A. Donenfeld2019-03-051-1/+4
|
* service: track tunnel service statusJason A. Donenfeld2019-02-281-0/+117