aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-04ifaceconfig: remove split routes paramJason A. Donenfeld1-1/+1
2019-03-04ifaceconfig: deduplicate routesJason A. Donenfeld2-19/+33
2019-03-04ifaceconfig: call setsockopt less oftenJason A. Donenfeld1-4/+14
2019-03-03tunnel: do not rely on submoduleJason A. Donenfeld7-79/+29
2019-03-03tunnel: simplify shutdownJason A. Donenfeld4-64/+43
2019-03-03callbacks: use cb as receiver for unregisterJason A. Donenfeld3-9/+8
2019-03-02ipc: work out service state transitionsJason A. Donenfeld5-52/+138
2019-03-02syntax: flat borderJason A. Donenfeld2-2/+3
2019-03-02go.mod: use latest for all trusted repos while under developmentJason A. Donenfeld1-3/+3
2019-03-02ifaceconfig: monitor for changes to default interfaceJason A. Donenfeld2-42/+49
2019-03-01ifaceconfig: allow for null defaultsJason A. Donenfeld2-32/+66
2019-03-01ifaceconfig: separate out from tunnel service fileJason A. Donenfeld2-122/+188
2019-03-01tunnel: set low metric instead of split defaultJason A. Donenfeld1-4/+31
2019-03-01tunnel: set dnsJason A. Donenfeld1-1/+4
2019-03-01tunnel: write panic log to eventlogJason A. Donenfeld1-0/+7
2019-03-01ui: disable editor when runningJason A. Donenfeld1-0/+5
2019-03-01tunnel: solve "the tunnel routing problem" on windowsJason A. Donenfeld1-0/+34
2019-03-01tunnel: make winipcfg sort of workJason A. Donenfeld5-13/+95
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