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
/
backend
/
WgQuickBackend.java
Age
Commit message (
Expand
)
Author
2020-03-09
Migrate tunnel related classes to tunnel/ Gradle module
Harsh Shandilya
2020-03-09
Tunnel: move state change into interface
Jason A. Donenfeld
2020-03-08
Backend: do not use singletons
Jason A. Donenfeld
2020-03-09
ErrorMessages: do not use R from backend
Jason A. Donenfeld
2020-03-09
backend: do not depend on anything except config
Jason A. Donenfeld
2019-11-20
Implement statistics
Jason A. Donenfeld
2019-03-16
WgQuickBackend: pass result to error string
Jason A. Donenfeld
2019-01-07
Update copyright
Jason A. Donenfeld
2018-12-18
Migrate to AndroidX
Harsh Shandilya
2018-12-11
Fix locale usage
Jason A. Donenfeld
2018-12-11
Localize exception messages
Zachary Wander
2018-12-09
Use English lower casing
Jason A. Donenfeld
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-07
Backend: abstract version information
Jason A. Donenfeld
2018-06-07
Give Samuel heart attack by removing Dagger
Jason A. Donenfeld
2018-06-04
TunnelManager: new intents
Jason A. Donenfeld
2018-06-02
Backends: print versions somewhere in log
Jason A. Donenfeld
2018-06-02
android: Cleanup classes
Harsh Shandilya
2018-05-09
global: Cleanup line lengths and misc lint warnings
Harsh Shandilya
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: Clean up Java
Samuel Holland
2018-04-26
WgQuickBackend: always create configuration file
Jason A. Donenfeld
2018-04-23
Update application state based on wg-quick
Jason A. Donenfeld
2018-02-17
GoBackend: integrate into app
Jason A. Donenfeld
2018-01-18
WgQuickBackend: Always pass the full path to wg-quick
Samuel Holland
2018-01-17
WgQuickBackend: Clean up unused fields and imports
Samuel Holland
2018-01-10
WgQuickBackend: properly report exception so alert shows
Jason A. Donenfeld
2018-01-09
WgQuickBackend: Finish the implementation
Samuel Holland
2018-01-09
global: Clean up error logging
Samuel Holland
2018-01-09
WgQuickBackend: Log when tunnels can't be enumerated
Samuel Holland
2018-01-08
WgQuickBackend: Ensure tools are available before use
Samuel Holland
2018-01-08
WgQuickBackend: Inline resolveState()
Samuel Holland
2018-01-08
Fragment/Tile: Make success/error messages translatable
Samuel Holland
2018-01-08
global: Prefix tags with WireGuard/
Jason A. Donenfeld
2018-01-08
RootShell: multiplex commands
Jason A. Donenfeld
2018-01-08
WgQuickBackend: Improve error handling
Samuel Holland
2018-01-08
project: Global cleanup
Samuel Holland
2018-01-07
Tunnel: Remove UNKNOWN state
Samuel Holland
2018-01-07
WgQuickBackend: Prefer ArrayList over LinkedList
Samuel Holland
2018-01-07
Make TunnelManager the point of asynchronicity
Samuel Holland
2018-01-06
project: Minor cleanups
Samuel Holland
2018-01-06
Backend: Add a function to enumerate running tunnels
Samuel Holland
2018-01-06
Serviceless rewrite, part 1
Samuel Holland