aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Version bump0.0.20181104-6Jason A. Donenfeld2018-12-151-1/+1
* Fixed editable KeyValueCells being copyableEric Kuck2018-12-142-4/+1
* Fix confusing indentationJason A. Donenfeld2018-12-151-3/+1
* KeyValueCells now share codeEric Kuck2018-12-149-390/+196
* Reorganized project structureEric Kuck2018-12-1418-27/+20
* Most similar views now shared between ViewControllersEric Kuck2018-12-1428-506/+278
* Prettier log time formatJason A. Donenfeld2018-12-151-9/+19
* Simplify logging tagsJason A. Donenfeld2018-12-146-22/+31
* Fix tunnel remaining in 'Activating' stateRoopesh Chander2018-12-141-1/+19
* Fix status switch weird state after an error occursRoopesh Chander2018-12-142-2/+2
* Deduplicate functionsJason A. Donenfeld2018-12-142-10/+2
* Simplify filemanager extensionJason A. Donenfeld2018-12-131-18/+13
* Can't -> cannotJason A. Donenfeld2018-12-132-6/+6
* NE: Communicate last error to app through a shared fileRoopesh Chander2018-12-144-16/+84
* TunnelsManager: startActivation() need not take a tunnelConfigurationRoopesh Chander2018-12-141-11/+3
* Localize swiftlintJason A. Donenfeld2018-12-131-1/+2
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-1331-719/+1360
* Avoid escaping heap allocationJason A. Donenfeld2018-12-131-3/+3
* Tidy up str to gostr conversionJason A. Donenfeld2018-12-131-16/+8
* TunnelsManager: Remove mentions of 'internal error'Roopesh Chander2018-12-131-5/+5
* TunnelsManager: Ask to check Internet connectivity in error alertRoopesh Chander2018-12-131-1/+1
* Remove unused code: InternetReachabilityRoopesh Chander2018-12-132-55/+0
* TunnelsManager: Remove unused variableRoopesh Chander2018-12-131-4/+0
* TunnelsManager: Remove assertRoopesh Chander2018-12-131-1/+0
* Simplify C stringsJason A. Donenfeld2018-12-131-13/+6
* TunnelsManager: Fix race between multiple startActivation() callsRoopesh Chander2018-12-131-0/+2
* TunnelsManager: Reintroduce waiting for another tunnel to deactivateRoopesh Chander2018-12-132-3/+23
* Rewrite LoggerJason A. Donenfeld2018-12-136-114/+86
* More reliable logo sizingEric Kuck2018-12-131-33/+34
* TunnelsManager: Report activation errors through the activationDelegateRoopesh Chander2018-12-134-68/+77
* Logging: Write versions from both app and extensionRoopesh Chander2018-12-133-17/+13
* Logging: file_log doesn't need the message typeRoopesh Chander2018-12-131-3/+3
* Logging: Tag the entries in the merged logRoopesh Chander2018-12-134-7/+14
* Logging: Use ringlogger for logging from the appRoopesh Chander2018-12-133-22/+23
* Logging: ringlogger.c: Trim trailing newlinesRoopesh Chander2018-12-131-0/+7
* Logging: Use ringlogger for logging from the extensionRoopesh Chander2018-12-1310-69/+121
* Avoid using 'VPN' in code where possibleRoopesh Chander2018-12-132-19/+19
* mv WireGuard/WireGuard/VPN/ WireGuard/WireGuard/Tunnel/Roopesh Chander2018-12-134-3/+3
* Commit untested ringlogger codeJason A. Donenfeld2018-12-132-0/+139
* Remove useless whitespaceJason A. Donenfeld2018-12-136-34/+34
* Settings: better padding calculationJason A. Donenfeld2018-12-131-3/+3
* Fixed hacky logo display for settingsEric Kuck2018-12-121-3/+9
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-1217-217/+166
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-1221-521/+572
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-1221-237/+222
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-1223-394/+431
* Zip importing: importFromFile should take a completionHandlerRoopesh Chander2018-12-122-7/+13
* ErrorPresenter: Support onPresented for showErrorAlert(title:,message:)Roopesh Chander2018-12-121-3/+4
* Zip importing: Handle spaces in filenames correctlyRoopesh Chander2018-12-122-13/+14
* Supply missing pieces of path changeJason A. Donenfeld2018-12-122-10/+12