aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: disable editor when runningJason A. Donenfeld2019-03-011-0/+5
|
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
|
* service: track tunnel service statusJason A. Donenfeld2019-02-281-7/+33
|
* ipc: implement event system with pipesJason A. Donenfeld2019-02-281-5/+4
| | | | Also use Go 1.12's Sysconn
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-1/+2
| | | | | This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.
* ui: add initial sample UI for testingJason A. Donenfeld2019-02-281-0/+140