aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Localize all the thingsRoopesh Chander2018-12-2112-135/+392
* Tunnel detail: iPad: Handle deletion of tunnel correctlyRoopesh Chander2018-12-211-3/+10
* Added missing param in MockTunnelsEric Kuck2018-12-201-1/+1
* Enabled more swiftlint rulesEric Kuck2018-12-207-11/+9
* Added a String->[String] helperEric Kuck2018-12-204-32/+49
* TunnelErrors: Remove unused errorRoopesh Chander2018-12-201-3/+0
* Tunnel edit: init() need not take a tunnelConfiguration argumentRoopesh Chander2018-12-192-6/+5
* Remove non-helpful commentsRoopesh Chander2018-12-194-5/+0
* Tunnel edit: Fix commentRoopesh Chander2018-12-191-1/+1
* TunnelsManager: If only Activate On Demand has changed, don't restart tunnelRoopesh Chander2018-12-191-6/+11
* NE: Handle bad domain names and Activate On DemandRoopesh Chander2018-12-191-2/+2
* TunnelsManager: Handle waiting on a stale tunnelRoopesh Chander2018-12-191-13/+23
* Remove buttons and text from LaunchScreen.storyboardRoopesh Chander2018-12-181-7/+4
* s/Observervation/Observation/g;Roopesh Chander2018-12-182-10/+10
* Tunnel detail: Update restorationIdentifier when tunnel name changesRoopesh Chander2018-12-181-0/+1
* TunnelsManager: Add periods to end the system error messagesRoopesh Chander2018-12-181-6/+6
* Error handling: Add info on the underlying system error to error alertsRoopesh Chander2018-12-172-69/+101
* Version bump0.0.20181104-7Jason A. Donenfeld2018-12-171-1/+1
* Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertibleEric Kuck2018-12-164-22/+22
* Potential fix for insertRowAtIndexPath crashEric Kuck2018-12-161-0/+2
* Improve mock tunnels generationJason A. Donenfeld2018-12-161-5/+10
* Provide mock tunnels for the SimulatorRoopesh Chander2018-12-162-1/+52
* Nuke duplicate fileJason A. Donenfeld2018-12-151-484/+0
* 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-148-374/+192
* Reorganized project structureEric Kuck2018-12-1417-0/+1
* Most similar views now shared between ViewControllersEric Kuck2018-12-1425-443/+240
* Simplify logging tagsJason A. Donenfeld2018-12-142-2/+2
* 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
* Can't -> cannotJason A. Donenfeld2018-12-131-1/+1
* NE: Communicate last error to app through a shared fileRoopesh Chander2018-12-141-3/+30
* TunnelsManager: startActivation() need not take a tunnelConfigurationRoopesh Chander2018-12-141-11/+3
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-1327-714/+1265
* 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-131-51/+0
* TunnelsManager: Remove unused variableRoopesh Chander2018-12-131-4/+0
* TunnelsManager: Remove assertRoopesh Chander2018-12-131-1/+0
* 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-132-14/+4
* 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-131-0/+1
* Logging: Tag the entries in the merged logRoopesh Chander2018-12-131-1/+1
* Logging: Use ringlogger for logging from the appRoopesh Chander2018-12-132-21/+22