aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-28ui: move syntaxedit to sub-packageJason A. Donenfeld6-2/+3
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.
2019-02-28Makefile: initial series of horrendous makefile hacksJason A. Donenfeld2-0/+53
Hopefully we'll use go modules properly and this won't be required.
2019-02-28main: add initial dispatcher entry pointJason A. Donenfeld3-0/+235
2019-02-28ui: add initial sample UI for testingJason A. Donenfeld15-0/+1352
2019-02-28ipc: add base of IPCJason A. Donenfeld4-0/+365
2019-02-28service: introduce base of servicesJason A. Donenfeld6-0/+807
2019-02-28conf: introduce configuration managementJason A. Donenfeld15-0/+1690