aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* manager: wire up tunnels changed notifierJason A. Donenfeld2019-02-284-26/+19
|
* ipc: implement event system with pipesJason A. Donenfeld2019-02-289-120/+132
| | | | Also use Go 1.12's Sysconn
* README: backports are missing 1.12 for nowJason A. Donenfeld2019-02-281-2/+3
|
* wireguard-go: bump for 1.12 changesJason A. Donenfeld2019-02-282-1/+1
|
* README: link to store entry for ubuntuJason A. Donenfeld2019-02-281-1/+1
|
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-286-2/+3
| | | | | This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.
* Makefile: initial series of horrendous makefile hacksJason A. Donenfeld2019-02-282-0/+53
| | | | Hopefully we'll use go modules properly and this won't be required.
* main: add initial dispatcher entry pointJason A. Donenfeld2019-02-283-0/+235
|
* ui: add initial sample UI for testingJason A. Donenfeld2019-02-2815-0/+1352
|
* ipc: add base of IPCJason A. Donenfeld2019-02-284-0/+365
|
* service: introduce base of servicesJason A. Donenfeld2019-02-286-0/+807
|
* conf: introduce configuration managementJason A. Donenfeld2019-02-2815-0/+1690
|
* Initial scaffoldingJason A. Donenfeld2019-02-255-0/+70