aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/backend/GoBackend.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Migrate to AndroidXHarsh Shandilya2018-12-181-2/+2
* Clean up error messagesSamuel Holland2018-12-151-1/+1
* Fix locale usageJason A. Donenfeld2018-12-111-8/+7
* Localize exception messagesZachary Wander2018-12-111-8/+10
* Remodel the ModelSamuel Holland2018-12-081-32/+4
* Auto-format the source directoriesSamuel Holland2018-11-111-6/+10
* global: update copyright headersJason A. Donenfeld2018-09-061-2/+1
* TunnelDetailFragment now restores state correctly after process deathEric Kuck2018-07-261-4/+7
* global: Add nullity annotationsEric Kuck2018-07-131-3/+7
* global: move to Apache 2.0Jason A. Donenfeld2018-07-061-1/+1
* AppListDialogFragment: add implementation for excluding applicationsEric Kuck2018-07-061-0/+4
* config: Refactor IPCidr and use of InetAddressSamuel Holland2018-06-191-6/+6
* Backend: abstract version informationJason A. Donenfeld2018-06-071-1/+5
* Give Samuel heart attack by removing DaggerJason A. Donenfeld2018-06-071-2/+2
* Backends: print versions somewhere in logJason A. Donenfeld2018-06-021-1/+1
* android: Cleanup classesHarsh Shandilya2018-06-021-6/+7
* Settings: add versionJason A. Donenfeld2018-06-011-0/+4
* SharedLibraryLoader: introduce to work around Samsung PackageManager bugsJason A. Donenfeld2018-05-291-4/+2
* Support always-on-vpnJason A. Donenfeld2018-05-271-0/+18
* libwg-go: try no stickiness and no roamingJason A. Donenfeld2018-05-261-6/+0
* libwg-go: reenable sticky sockets, just slightly less stickyJason A. Donenfeld2018-05-241-0/+6
* global: fix up copyrightsJason A. Donenfeld2018-05-031-0/+1
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
* global: Clean up JavaSamuel Holland2018-04-301-26/+29
* global: Automatic code formattingSamuel Holland2018-04-301-30/+28
* Quick cleanup across the boardHarsh Shandilya2018-04-281-5/+1
* GoBackend: bring down tunnels when revoked or disconnectedJason A. Donenfeld2018-04-251-0/+6
* Determine MTU automaticallyJason A. Donenfeld2018-04-181-2/+2
* More javaficationJason A. Donenfeld2018-04-181-78/+16
* GoBackend: default MTU is 1280Jason A. Donenfeld2018-04-171-2/+11
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-45/+38
* GoBackend: Handle vpn service expirationAurélien Chabot2018-04-171-8/+22
* GoBackend: Add support for multiple address and dns as a comma separated listAurélien Chabot2018-04-171-4/+11
* GoBackend: parse allowed ipsAurélien Chabot2018-04-171-5/+33
* GoBackend: Parse the dns addressAurélien Chabot2018-04-171-1/+1
* GoBackend: IPv6 handlingAurélien Chabot2018-04-171-6/+25
* GoBackend: Resolve endpoint before passing it to the go libAurélien Chabot2018-04-171-2/+15
* GoBackend: Use the android VpnService to encapsulate the go backendAurélien Chabot2018-04-171-6/+80
* GoBackend: integrate into appJason A. Donenfeld2018-02-171-0/+125