aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* Version bump0.0.20190423-8Jason A. Donenfeld2019-04-231-2/+2
* Xcode: Use dwarf for debug and dwarf-with-dsym for releaseRoopesh Chander2019-04-211-0/+2
* Swift 5 migration: Make use of Result typeRoopesh Chander2019-04-219-55/+55
* macOS: Detect when updating from the App StoreRoopesh Chander2019-04-215-0/+84
* Version bump0.0.20190409-7Jason A. Donenfeld2019-04-121-1/+1
* Log view: Don't use a global array to store log entriesRoopesh Chander2019-04-103-8/+12
* macOS: Log view: Stop updating the log once the log view is dismissedRoopesh Chander2019-04-101-0/+10
* Version bump0.0.20190409-6Jason A. Donenfeld2019-04-091-2/+2
* Swift 5 migration: Handle changes in Data's pointer interfaceRoopesh Chander2019-04-094-11/+37
* Swift 5 migration: Fix switch warningsRoopesh Chander2019-04-093-0/+12
* Xcode: Move to Swift 5.0Roopesh Chander2019-04-071-4/+12
* macOS: Minor fix to export panel textsRoopesh Chander2019-04-061-2/+2
* macOS: Tunnels list: Suppress alert buttons when removing tunnels is in progressRoopesh Chander2019-04-064-34/+60
* TunnelsManager: When setting a config, also set isAvailable cacheRoopesh Chander2019-04-061-0/+1
* macOS: Tunnels list: Show the confirmation alert till removal completesRoopesh Chander2019-04-061-25/+40
* TunnelsManager: Fix comparing tunnels with tunnelProviders in reload()Roopesh Chander2019-04-051-2/+13
* TunnelsManager: Cache isTunnelConfigurationAvailableInKeychainRoopesh Chander2019-04-051-1/+12
* macOS: Attempt to remove keychain item only if verifiedRoopesh Chander2019-04-041-1/+3
* macOS: Simplify reusing of the detail VC when applicableRoopesh Chander2019-04-041-12/+2
* macOS: Hide other-user tunnels in the status menuRoopesh Chander2019-04-031-0/+1
* macOS: Better handling of tunnels created by another userRoopesh Chander2019-04-036-9/+115
* iOS: Log view: Make log text selectableRoopesh Chander2019-04-011-2/+4
* macOS: Log view: Fix autoscroll to end of logRoopesh Chander2019-04-011-7/+18
* macOS: Bring app to front before 'exiting with an active tunnel' alertRoopesh Chander2019-03-291-2/+4
* macOS: If a sheet is being shown, ignore quit and bring window to frontRoopesh Chander2019-03-291-0/+5
* macOS: Log view: No need to disable Close buttonRoopesh Chander2019-03-282-3/+2
* iOS: Ability to view the logRoopesh Chander2019-03-284-42/+146
* iOS: Xcode: Minor project rearrangementRoopesh Chander2019-03-281-1/+1
* macOS: Ability to view the logRoopesh Chander2019-03-285-28/+316
* Add LogViewHelperRoopesh Chander2019-03-272-0/+58
* macOS: Syntax highlighter: Free spans arrayRoopesh Chander2019-03-221-0/+2
* macOS: Hide exclude private IPs when PrivateKey / PublicKey is missingRoopesh Chander2019-03-222-10/+21
* macOS: Syntax highlighter: Swift can bridge c strings automaticallyRoopesh Chander2019-03-221-1/+1
* macOS: On Add new, Exclude Private IPs should remain hiddenRoopesh Chander2019-03-221-0/+2
* Xcode: iOS: Remove armv7 as 'Required device capabilities'Roopesh Chander2019-03-201-1/+0
* macOS: Privacy notice is provided by system dialogsJason A. Donenfeld2019-03-204-46/+9
* macOS: Login item: Add a simple login itemJason A. Donenfeld2019-03-195-0/+178
* Version bump0.0.20190319-5Jason A. Donenfeld2019-03-191-1/+1
* iOS: Delete confirmation prompt should be a questionRoopesh Chander2019-03-191-2/+2
* macOS: Add 'Deactivate' status menu itemRoopesh Chander2019-03-191-1/+15
* Version: CFBundleVersion must always increase for macOS app store0.0.20190319-4Jason A. Donenfeld2019-03-191-1/+1
* Swiftlint: variable_name -> identifier_nameJason A. Donenfeld2019-03-181-1/+1
* Version bump0.0.20190319-1Jason A. Donenfeld2019-03-181-2/+2
* macos: TunnelsList: set allowsEmptySelection after making initial selectionJason A. Donenfeld2019-03-181-1/+1
* iOS: Consolidate all showConfirmationAlert()s into one placeRoopesh Chander2019-03-185-47/+37
* iOS: Tunnels list: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-183-4/+145
* iOS: Tunnel edit: Add missing enum valuesRoopesh Chander2019-03-181-0/+2
* macOS: ButtonedDetailViewController: Set min dimensionsRoopesh Chander2019-03-191-0/+6
* ringlogger: document racesJason A. Donenfeld2019-03-181-0/+3
* macOS: Tunnels list: Double-click to activate / deactivateRoopesh Chander2019-03-181-0/+13