aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ifaceconfig: remove split routes paramJason A. Donenfeld2019-03-041-1/+1
|
* ifaceconfig: deduplicate routesJason A. Donenfeld2019-03-041-18/+31
|
* ifaceconfig: call setsockopt less oftenJason A. Donenfeld2019-03-041-4/+14
| | | | Cache the last LUID set, and only change when the default route changes.
* tunnel: do not rely on submoduleJason A. Donenfeld2019-03-032-46/+22
|
* tunnel: simplify shutdownJason A. Donenfeld2019-03-033-53/+42
|
* callbacks: use cb as receiver for unregisterJason A. Donenfeld2019-03-032-4/+3
|
* ipc: work out service state transitionsJason A. Donenfeld2019-03-024-39/+88
|
* ifaceconfig: monitor for changes to default interfaceJason A. Donenfeld2019-03-022-42/+49
|
* ifaceconfig: allow for null defaultsJason A. Donenfeld2019-03-012-32/+66
|
* ifaceconfig: separate out from tunnel service fileJason A. Donenfeld2019-03-012-122/+188
| | | | Also better support v6 routes.
* tunnel: set low metric instead of split defaultJason A. Donenfeld2019-03-011-4/+31
|
* tunnel: set dnsJason A. Donenfeld2019-03-011-1/+4
|
* tunnel: write panic log to eventlogJason A. Donenfeld2019-03-011-0/+7
|
* tunnel: solve "the tunnel routing problem" on windowsJason A. Donenfeld2019-03-011-0/+34
| | | | | This incredible trick lets roaming work and also keeps our routing rules significantly simpler.
* tunnel: make winipcfg sort of workJason A. Donenfeld2019-03-012-11/+74
| | | | | | The duplicate route thing is silly, and we currently don't do DNS or the fancy socket routing. But this is a step in the right direction, perhaps.
* tunnel: log the builtin go log to elogJason A. Donenfeld2019-02-282-4/+4
|
* service: track tunnel service statusJason A. Donenfeld2019-02-288-15/+180
|
* manager: wire up config migratorJason A. Donenfeld2019-02-281-0/+1
|
* manager: wire up tunnels changed notifierJason A. Donenfeld2019-02-282-0/+7
|
* ipc: implement event system with pipesJason A. Donenfeld2019-02-287-112/+121
| | | | Also use Go 1.12's Sysconn
* ipc: add base of IPCJason A. Donenfeld2019-02-284-0/+365
|
* service: introduce base of servicesJason A. Donenfeld2019-02-286-0/+807