aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld2018-04-274-37/+35
* WgQuickBackend: always create configuration fileJason A. Donenfeld2018-04-261-10/+5
* GoBackend: bring down tunnels when revoked or disconnectedJason A. Donenfeld2018-04-251-0/+6
* Curve25519: fix up spacingJason A. Donenfeld2018-04-251-491/+491
* Update application state based on wg-quickJason A. Donenfeld2018-04-233-1/+21
* Determine MTU automaticallyJason A. Donenfeld2018-04-181-2/+2
* More javaficationJason A. Donenfeld2018-04-185-190/+335
* GoBackend: default MTU is 1280Jason A. Donenfeld2018-04-171-2/+11
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-174-95/+147
* GoBackend: Handle vpn service expirationAurélien Chabot2018-04-171-8/+22
* Config: Handle multiple address or dns in config fileAurélien Chabot2018-04-171-2/+16
* 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-172-6/+90
* GoBackend: integrate into appJason A. Donenfeld2018-02-175-38/+152
* KeyEncoding: add constant time hex implementationJason A. Donenfeld2018-02-131-2/+44
* FileConfigStore: Warn for deletion failure in exception pathSamuel Holland2018-01-181-1/+2
* WgQuickBackend: Always pass the full path to wg-quickSamuel Holland2018-01-181-20/+21
* fragments: Be extra paranoid about the binding getting destroyedSamuel Holland2018-01-181-4/+8
* TunnelManager: Use constants directly where appropriateSamuel Holland2018-01-171-2/+2
* Peer: Add missing @OverrideSamuel Holland2018-01-171-0/+1
* WgQuickBackend: Clean up unused fields and importsSamuel Holland2018-01-171-4/+0
* ToolsInstaller: Remove double-checked lockingSamuel Holland2018-01-171-16/+15
* RootShell: Use a lock object instead of sync methodsSamuel Holland2018-01-171-88/+98
* ToolsInstaller: symlink tools alwaysJason A. Donenfeld2018-01-101-22/+14
* FileConfigStore: cleanup on rename problemJason A. Donenfeld2018-01-101-1/+3
* QuickTileService: Fix crash opening activitySamuel Holland2018-01-101-3/+6
* TunnelController: Use helper function to unwrap the ThrowableSamuel Holland2018-01-101-2/+2
* model: Use ConfigStore.rename() to avoid recreating tunnelsSamuel Holland2018-01-103-61/+51
* ConfigStore: Add a rename method and implement itSamuel Holland2018-01-102-0/+19
* FileConfigStore: Simplify error handlingSamuel Holland2018-01-091-8/+4
* WgQuickBackend: properly report exception so alert showsJason A. Donenfeld2018-01-102-10/+18
* Tunnel: ifname has max len 15Jason A. Donenfeld2018-01-101-2/+2
* TunnelEditorFragment: do not pass null localConfigJason A. Donenfeld2018-01-101-6/+7
* QuickTileService: sometimes tile is nullJason A. Donenfeld2018-01-101-0/+2
* WgQuickBackend: Finish the implementationSamuel Holland2018-01-091-7/+29
* model: Chain completions to avoid race conditionsSamuel Holland2018-01-092-23/+18
* global: Clean up error loggingSamuel Holland2018-01-095-10/+13
* WgQuickBackend: Log when tunnels can't be enumeratedSamuel Holland2018-01-091-1/+2
* RootShell: Improve shell start error handlingSamuel Holland2018-01-091-9/+14
* RootShell: Be stricter about command delimitersSamuel Holland2018-01-091-13/+24
* RootShell: stop if we can't startJason A. Donenfeld2018-01-091-31/+36
* RootShell: hoist out synchronizationJason A. Donenfeld2018-01-091-11/+7
* ToolsInstaller: Propagate NoRootException properlySamuel Holland2018-01-092-32/+34
* RootShell: Simplify, synchronize, clean upSamuel Holland2018-01-092-128/+89
* TunnelListFragment: Remove useless keywordSamuel Holland2018-01-091-1/+1
* ToolsInstaller: terminators are better than seperatorsJason A. Donenfeld2018-01-091-7/+7