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
/
GoBackend.java
Age
Commit message (
Expand
)
Author
2020-03-09
backend: do not depend on anything except config
Jason A. Donenfeld
2020-01-24
GoBackend: restrict APIs to proper version
Jason A. Donenfeld
2020-01-24
GoBackend: Ensure we're unmetered on API 29 as well
Harsh Shandilya
2020-01-23
GoBackend: set empty underlying networks
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-15
Clean up error messages
Samuel Holland
2018-12-11
Fix locale usage
Jason A. Donenfeld
2018-12-11
Localize exception messages
Zachary Wander
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-26
TunnelDetailFragment now restores state correctly after process death
Eric Kuck
2018-07-13
global: Add nullity annotations
Eric Kuck
2018-07-06
global: move to Apache 2.0
Jason A. Donenfeld
2018-07-06
AppListDialogFragment: add implementation for excluding applications
Eric Kuck
2018-06-19
config: Refactor IPCidr and use of InetAddress
Samuel Holland
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-02
Backends: print versions somewhere in log
Jason A. Donenfeld
2018-06-02
android: Cleanup classes
Harsh Shandilya
2018-06-01
Settings: add version
Jason A. Donenfeld
2018-05-29
SharedLibraryLoader: introduce to work around Samsung PackageManager bugs
Jason A. Donenfeld
2018-05-27
Support always-on-vpn
Jason A. Donenfeld
2018-05-26
libwg-go: try no stickiness and no roaming
Jason A. Donenfeld
2018-05-24
libwg-go: reenable sticky sockets, just slightly less sticky
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: Clean up Java
Samuel Holland
2018-04-30
global: Automatic code formatting
Samuel Holland
2018-04-28
Quick cleanup across the board
Harsh Shandilya
2018-04-25
GoBackend: bring down tunnels when revoked or disconnected
Jason A. Donenfeld
2018-04-18
Determine MTU automatically
Jason A. Donenfeld
2018-04-18
More javafication
Jason A. Donenfeld
2018-04-17
GoBackend: default MTU is 1280
Jason A. Donenfeld
2018-04-17
Remove sloppy java with enterprise java horrors
Jason A. Donenfeld
2018-04-17
GoBackend: Handle vpn service expiration
Aurélien Chabot
2018-04-17
GoBackend: Add support for multiple address and dns as a comma separated list
Aurélien Chabot
2018-04-17
GoBackend: parse allowed ips
Aurélien Chabot
2018-04-17
GoBackend: Parse the dns address
Aurélien Chabot
2018-04-17
GoBackend: IPv6 handling
Aurélien Chabot
2018-04-17
GoBackend: Resolve endpoint before passing it to the go lib
Aurélien Chabot
2018-04-17
GoBackend: Use the android VpnService to encapsulate the go backend
Aurélien Chabot
2018-02-17
GoBackend: integrate into app
Jason A. Donenfeld