aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/service_tunnel.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: tunnel: print stack and quit after 30 seconds of shutdown deadlockJason A. Donenfeld2019-04-291-3/+42
|
* service: improve state transitionsJason A. Donenfeld2019-04-291-5/+6
|
* service: tunnel: UAPI serialization is always DNS relatedJason A. Donenfeld2019-04-271-1/+1
|
* ringlogger: introduce basic file ring loggingJason A. Donenfeld2019-03-211-38/+9
|
* tunnel: tell wggo about mtu changesJason A. Donenfeld2019-03-131-3/+3
|
* service: keep track of proper errorsJason A. Donenfeld2019-03-101-30/+43
|
* ifaceconfig: set MTU and monitor for auto mtu changesJason A. Donenfeld2019-03-051-1/+1
|
* tunnel: do not rely on submoduleJason A. Donenfeld2019-03-031-13/+15
|
* tunnel: simplify shutdownJason A. Donenfeld2019-03-031-45/+39
|
* callbacks: use cb as receiver for unregisterJason A. Donenfeld2019-03-031-2/+1
|
* ifaceconfig: monitor for changes to default interfaceJason A. Donenfeld2019-03-021-2/+4
|
* ifaceconfig: allow for null defaultsJason A. Donenfeld2019-03-011-9/+1
|
* ifaceconfig: separate out from tunnel service fileJason A. Donenfeld2019-03-011-122/+4
| | | | 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-011-11/+73
| | | | | | 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-281-3/+2
|
* service: introduce base of servicesJason A. Donenfeld2019-02-281-0/+174