aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/ipc_client.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: pass global state with notificationJason A. Donenfeld2019-04-291-3/+8
|
* ui: simplify everythingJason A. Donenfeld2019-04-271-0/+19
|
* ringlogger: give unprivd access via inheritable mapping handleJason A. Donenfeld2019-04-021-5/+0
|
* ringlogger: introduce basic file ring loggingJason A. Donenfeld2019-03-211-0/+5
|
* tunneltracker: redo deletion state machineJason A. Donenfeld2019-03-121-1/+0
| | | | | 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-4/+17
|
* callbacks: use cb as receiver for unregisterJason A. Donenfeld2019-03-031-2/+2
|
* ipc: work out service state transitionsJason A. Donenfeld2019-03-021-22/+24
|
* service: track tunnel service statusJason A. Donenfeld2019-02-281-3/+8
|
* ipc: implement event system with pipesJason A. Donenfeld2019-02-281-7/+60
| | | | Also use Go 1.12's Sysconn
* ipc: add base of IPCJason A. Donenfeld2019-02-281-0/+87