aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-17GoBackend: Handle vpn service expirationAurélien Chabot1-8/+22
2018-04-17Config: Handle multiple address or dns in config fileAurélien Chabot1-2/+16
2018-04-17GoBackend: Add support for multiple address and dns as a comma separated listAurélien Chabot1-4/+11
2018-04-17GoBackend: parse allowed ipsAurélien Chabot1-5/+33
2018-04-17GoBackend: Parse the dns addressAurélien Chabot1-1/+1
2018-04-17GoBackend: IPv6 handlingAurélien Chabot1-6/+25
2018-04-17GoBackend: Resolve endpoint before passing it to the go libAurélien Chabot1-2/+15
2018-04-17GoBackend: Use the android VpnService to encapsulate the go backendAurélien Chabot3-6/+98
2018-02-28GoBackend: support NO_PI modeJason A. Donenfeld2-0/+1
2018-02-20Update submodulesJason A. Donenfeld2-0/+0
2018-02-17GoBackend: integrate into appJason A. Donenfeld15-59/+347
2018-02-17wg: bump commitJason A. Donenfeld1-0/+0
2018-02-13KeyEncoding: add constant time hex implementationJason A. Donenfeld1-2/+44
2018-02-03manifest: Add permission to read external storageSamuel Holland1-0/+1
2018-01-18Version bumpJason A. Donenfeld1-1/+1
2018-01-18FileConfigStore: Warn for deletion failure in exception pathSamuel Holland1-1/+2
2018-01-18WgQuickBackend: Always pass the full path to wg-quickSamuel Holland1-20/+21
2018-01-18fragments: Be extra paranoid about the binding getting destroyedSamuel Holland1-4/+8
2018-01-17TunnelManager: Use constants directly where appropriateSamuel Holland1-2/+2
2018-01-17Peer: Add missing @OverrideSamuel Holland1-0/+1
2018-01-17WgQuickBackend: Clean up unused fields and importsSamuel Holland1-4/+0
2018-01-17ToolsInstaller: Remove double-checked lockingSamuel Holland1-16/+15
2018-01-17RootShell: Use a lock object instead of sync methodsSamuel Holland1-88/+98
2018-01-10Build bumpJason A. Donenfeld1-1/+1
2018-01-10Manifest: show back arrow on sub activitiesJason A. Donenfeld1-2/+4
2018-01-10ToolsInstaller: symlink tools alwaysJason A. Donenfeld1-22/+14
2018-01-10FileConfigStore: cleanup on rename problemJason A. Donenfeld1-1/+3
2018-01-10QuickTileService: Fix crash opening activitySamuel Holland1-3/+6
2018-01-10TunnelController: Use helper function to unwrap the ThrowableSamuel Holland1-2/+2
2018-01-10model: Use ConfigStore.rename() to avoid recreating tunnelsSamuel Holland3-61/+51
2018-01-10ConfigStore: Add a rename method and implement itSamuel Holland2-0/+19
2018-01-09FileConfigStore: Simplify error handlingSamuel Holland1-8/+4
2018-01-10WgQuickBackend: properly report exception so alert showsJason A. Donenfeld2-10/+18
2018-01-10Tunnel: ifname has max len 15Jason A. Donenfeld1-2/+2
2018-01-10tools: error if setconf failsJason A. Donenfeld1-2/+5
2018-01-10tools: ifname has max len 15Jason A. Donenfeld1-2/+2
2018-01-10TunnelEditorFragment: do not pass null localConfigJason A. Donenfeld1-6/+7
2018-01-10QuickTileService: sometimes tile is nullJason A. Donenfeld1-0/+2
2018-01-09Prepare version 0.3.0Samuel Holland1-2/+2
2018-01-09WgQuickBackend: Finish the implementationSamuel Holland1-7/+29
2018-01-09model: Chain completions to avoid race conditionsSamuel Holland2-23/+18
2018-01-09global: Clean up error loggingSamuel Holland5-10/+13
2018-01-09WgQuickBackend: Log when tunnels can't be enumeratedSamuel Holland1-1/+2
2018-01-09RootShell: Improve shell start error handlingSamuel Holland1-9/+14
2018-01-09RootShell: Be stricter about command delimitersSamuel Holland1-13/+24
2018-01-09RootShell: stop if we can't startJason A. Donenfeld1-31/+36
2018-01-09RootShell: hoist out synchronizationJason A. Donenfeld1-11/+7
2018-01-09tools: try not to overflowJason A. Donenfeld1-0/+4
2018-01-09ToolsInstaller: Propagate NoRootException properlySamuel Holland2-32/+34
2018-01-09RootShell: Simplify, synchronize, clean upSamuel Holland2-128/+89