aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/errors.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: tunnel: UAPI serialization is always DNS relatedJason A. Donenfeld2019-04-271-3/+3
|
* errors: don't put periods at end of errorsJason A. Donenfeld2019-03-211-17/+17
|
* ringlogger: introduce basic file ring loggingJason A. Donenfeld2019-03-211-3/+3
|
* tunneltracker: don't track tunnels that haven't been startedJason A. Donenfeld2019-03-121-0/+1
| | | | | | | | 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-14/+89
|
* tunnel: simplify shutdownJason A. Donenfeld2019-03-031-1/+1
|
* ipc: work out service state transitionsJason A. Donenfeld2019-03-021-0/+2
|
* tunnel: make winipcfg sort of workJason A. Donenfeld2019-03-011-0/+1
| | | | | | The duplicate route thing is silly, and we currently don't do DNS or the fancy socket routing. But this is a step in the right direction, perhaps.
* service: track tunnel service statusJason A. Donenfeld2019-02-281-0/+1
|
* service: introduce base of servicesJason A. Donenfeld2019-02-281-0/+19