index
:
wireguard-android
build/http-proxy
build13
build14
build15
build16
build17
build18
build19
build20
build21
build22
build23
build24
build25
build26
build27
build3
build4
build5
build6
build7
build8
build9
dhcp
dmwg-0.0.1
expr-tun
fix/app-list
gonet
grpc-turnon
gvisor
gvisor-transparent-proxy
http-proxy-fsm
httpproxyitems
m7n
master
miles/gonet
new/dhcp
new/gonet
new/http-proxy
new/tunnel-config-actions
new2/build
old/dhcp
old/dhcp2
old/dhcp3
old/dhcp4
peer-status-observable
tunnel-config-actions
version
WireGuard Android
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
com
/
wireguard
/
android
/
model
/
TunnelManager.java
Age
Commit message (
Expand
)
Author
2018-06-04
TunnelManager: disable dangerous intents for now
Jason A. Donenfeld
2018-06-04
TunnelManager: new intents
Jason A. Donenfeld
2018-06-02
android: Cleanup classes
Harsh Shandilya
2018-05-27
Support always-on-vpn
Jason A. Donenfeld
2018-05-03
global: fix up copyrights
Jason A. Donenfeld
2018-05-02
global: Add or update copyright headers in Java code
Samuel Holland
2018-04-30
global: Automatic code formatting
Samuel Holland
2018-04-28
Quick cleanup across the board
Harsh Shandilya
2018-04-23
Update application state based on wg-quick
Jason A. Donenfeld
2018-01-17
TunnelManager: Use constants directly where appropriate
Samuel Holland
2018-01-10
model: Use ConfigStore.rename() to avoid recreating tunnels
Samuel Holland
2018-01-09
model: Chain completions to avoid race conditions
Samuel Holland
2018-01-08
global: Fix or suppress most lints/warnings
Samuel Holland
2018-01-08
global: Prefix tags with WireGuard/
Jason A. Donenfeld
2018-01-08
ToggleSwitch: Improve reliability
Samuel Holland
2018-01-07
TunnelManager: Simplify save/resume methods
Samuel Holland
2018-01-07
TunnelManager/QuickTileService: Remember last used tunnel
Samuel Holland
2018-01-07
Move bundle keys where they are used
Samuel Holland
2018-01-07
model: Allow renaming tunnels
Samuel Holland
2018-01-07
model: Remove confusing uses of completion chaining
Samuel Holland
2018-01-07
Make TunnelManager the point of asynchronicity
Samuel Holland
2018-01-06
TunnelManager: Sort tunnels case-insensitively
Samuel Holland
2018-01-06
Keyed...: Rename all the things
Samuel Holland
2018-01-06
model: Proxy all async work through the TunnelManager
Samuel Holland
2018-01-06
TunnelManager: Enumerate running tunnels only once
Samuel Holland
2018-01-06
Tunnel: Require passing a state to the constructor
Samuel Holland
2018-01-06
Convert the list of tunnels to a KeyedObservableList
Samuel Holland
2018-01-06
TunnelManager: Clear primary tunnel when it's removed
Samuel Holland
2018-01-06
Serviceless rewrite, part 1
Samuel Holland