aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-13Avoid escaping heap allocationJason A. Donenfeld1-3/+3
2018-12-13Tidy up str to gostr conversionJason A. Donenfeld1-16/+8
2018-12-13TunnelsManager: Remove mentions of 'internal error'Roopesh Chander1-5/+5
2018-12-13TunnelsManager: Ask to check Internet connectivity in error alertRoopesh Chander1-1/+1
2018-12-13Remove unused code: InternetReachabilityRoopesh Chander2-55/+0
2018-12-13TunnelsManager: Remove unused variableRoopesh Chander1-4/+0
2018-12-13TunnelsManager: Remove assertRoopesh Chander1-1/+0
2018-12-13Simplify C stringsJason A. Donenfeld1-13/+6
2018-12-13TunnelsManager: Fix race between multiple startActivation() callsRoopesh Chander1-0/+2
2018-12-13TunnelsManager: Reintroduce waiting for another tunnel to deactivateRoopesh Chander2-3/+23
2018-12-13Rewrite LoggerJason A. Donenfeld6-114/+86
2018-12-13More reliable logo sizingEric Kuck1-33/+34
2018-12-13TunnelsManager: Report activation errors through the activationDelegateRoopesh Chander4-68/+77
2018-12-13Logging: Write versions from both app and extensionRoopesh Chander3-17/+13
2018-12-13Logging: file_log doesn't need the message typeRoopesh Chander1-3/+3
2018-12-13Logging: Tag the entries in the merged logRoopesh Chander4-7/+14
2018-12-13Logging: Use ringlogger for logging from the appRoopesh Chander3-22/+23
2018-12-13Logging: ringlogger.c: Trim trailing newlinesRoopesh Chander1-0/+7
2018-12-13Logging: Use ringlogger for logging from the extensionRoopesh Chander10-69/+121
2018-12-13Avoid using 'VPN' in code where possibleRoopesh Chander2-19/+19
2018-12-13mv WireGuard/WireGuard/VPN/ WireGuard/WireGuard/Tunnel/Roopesh Chander4-3/+3
2018-12-13Commit untested ringlogger codeJason A. Donenfeld2-0/+139
2018-12-13Remove useless whitespaceJason A. Donenfeld6-34/+34
2018-12-13Settings: better padding calculationJason A. Donenfeld1-3/+3
2018-12-12Fixed hacky logo display for settingsEric Kuck1-3/+9
2018-12-12More formatting nits and cyclomatic complexity fixesEric Kuck17-217/+166
2018-12-12More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck21-521/+572
2018-12-12Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck21-237/+222
2018-12-12Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck25-406/+437
2018-12-12Zip importing: importFromFile should take a completionHandlerRoopesh Chander2-7/+13
2018-12-12ErrorPresenter: Support onPresented for showErrorAlert(title:,message:)Roopesh Chander1-3/+4
2018-12-12Zip importing: Handle spaces in filenames correctlyRoopesh Chander2-13/+14
2018-12-12Supply missing pieces of path changeJason A. Donenfeld4-13/+27
2018-12-11Fixed a potential race condition, better naming on PacketTunnelSettingsGenerator methodsEric Kuck2-18/+24
2018-12-11Added an (unfinished) NWPathMonitor implementation for reconnecting on network changesEric Kuck3-1/+42
2018-12-11Revert pure-go network monitoring and add wgSetConfigJason A. Donenfeld2-84/+18
2018-12-11State restoration: Don't create duplicate mainVC and tunnelsListVCRoopesh Chander1-6/+1
2018-12-11TunnelsManager: Error out only on no-internet scenarioRoopesh Chander1-4/+4
2018-12-11Remove the feature of waiting for another tunnel to deactivateRoopesh Chander3-59/+11
2018-12-11TunnelsManager: Deactivate only when the status becomes 'connected'Roopesh Chander1-3/+11
2018-12-11Allow turning off the status switch of a waiting tunnelRoopesh Chander2-2/+2
2018-12-11TunnelsManager: Handle status change in TunnelsManagerRoopesh Chander1-66/+78
2018-12-11Error handling: alertText() can be nilRoopesh Chander6-6/+6
2018-12-10TunnelsManager: Don't act on status change on tunnelProviders we don't haveRoopesh Chander1-2/+0
2018-12-10TunnelsManager: Always call the completion handler before returningRoopesh Chander1-0/+4
2018-12-10TunnelsManager: Debugging helpers for tunnel statusRoopesh Chander1-0/+27
2018-12-10TunnelsManager: Handle deactivation of a waiting tunnelRoopesh Chander1-1/+6
2018-12-10Tunnels list: Fix AutoLayout error during deletion of a tunnelRoopesh Chander1-2/+6
2018-12-10Settings: Dynamic Type supportRoopesh Chander1-2/+6
2018-12-10Tunnel edit: Dynamic Type supportRoopesh Chander1-6/+56