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
/
Tunnel.java
Age
Commit message (
Expand
)
Author
2020-03-09
backend: do not depend on anything except config
Jason A. Donenfeld
2019-11-20
Implement statistics
Jason A. Donenfeld
2019-01-07
Update copyright
Jason A. Donenfeld
2018-12-18
Migrate to AndroidX
Harsh Shandilya
2018-12-08
Remodel the Model
Samuel Holland
2018-11-11
Auto-format the source directories
Samuel Holland
2018-09-06
global: update copyright headers
Jason A. Donenfeld
2018-07-13
global: Add nullity annotations
Eric Kuck
2018-07-06
global: move to Apache 2.0
Jason A. Donenfeld
2018-06-30
android: model: Make some methods static
Harsh Shandilya
2018-06-19
util: Extract non-Android utility interfaces
Samuel Holland
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-28
Quick cleanup across the board
Harsh Shandilya
2018-01-10
model: Use ConfigStore.rename() to avoid recreating tunnels
Samuel Holland
2018-01-10
Tunnel: ifname has max len 15
Jason A. Donenfeld
2018-01-09
model: Chain completions to avoid race conditions
Samuel Holland
2018-01-08
Tunnel: Add a State factory method
Samuel Holland
2018-01-07
Tunnel: Remove UNKNOWN state
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
Tunnel: The name passed to isNameValid is never null
Samuel Holland
2018-01-06
model: Proxy all async work through the TunnelManager
Samuel Holland
2018-01-06
Tunnel: Require passing a state to the constructor
Samuel Holland
2018-01-06
TunnelDetailFragment: Remove state text and last change
Samuel Holland
2018-01-06
Convert the list of tunnels to a KeyedObservableList
Samuel Holland
2018-01-06
Serviceless rewrite, part 1
Samuel Holland