aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsyscall_windows.go (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-28tunnel: log the builtin go log to elogJason A. Donenfeld2-4/+4
2019-02-28build: add rsrc to go moduleJason A. Donenfeld3-11/+4
2019-02-28ui: move walk to go module replace operationJason A. Donenfeld4-6/+11
2019-02-28service: track tunnel service statusJason A. Donenfeld9-22/+213
2019-02-28manager: wire up config migratorJason A. Donenfeld1-0/+1
2019-02-28manager: wire up tunnels changed notifierJason A. Donenfeld4-26/+19
2019-02-28ipc: implement event system with pipesJason A. Donenfeld9-120/+132
2019-02-28README: backports are missing 1.12 for nowJason A. Donenfeld1-2/+3
2019-02-28wireguard-go: bump for 1.12 changesJason A. Donenfeld2-1/+1
2019-02-28README: link to store entry for ubuntuJason A. Donenfeld1-1/+1
2019-02-28ui: move syntaxedit to sub-packageJason A. Donenfeld6-2/+3
2019-02-28Makefile: initial series of horrendous makefile hacksJason A. Donenfeld2-0/+53
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