aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-089-25/+21
* KeyEncoding: rename file to match extension filename styleJason A. Donenfeld2019-02-082-10/+10
* Key: we already do len checking in CJason A. Donenfeld2019-02-081-6/+0
* Info.plist: Add missing key types0.0.20190207-1Jason A. Donenfeld2019-02-082-0/+4
* Version bumpJason A. Donenfeld2019-02-081-1/+1
* Key: Use C implementation insteadJason A. Donenfeld2019-02-086-111/+173
* Key: Constant time encodingJason A. Donenfeld2019-02-089-62/+207
* TunnelsManager: Ignore status changes on tunnel providers we don't haveRoopesh Chander2019-02-081-2/+1
* iOS: Use shorter pretty timeRoopesh Chander2019-02-082-0/+22
* iOS: Tunnel detail: Turn off animation when showing fields changingRoopesh Chander2019-02-081-1/+1
* macOS: Show alert if exiting with an active tunnelRoopesh Chander2019-02-082-3/+25
* TunnelsManager: Don't lose .restarting stateRoopesh Chander2019-02-081-4/+5
* TunnelsManager: Log startDeactivation callsRoopesh Chander2019-02-081-0/+1
* Enable hardened runtimeJason A. Donenfeld2019-02-071-0/+2
* NetworkExtensionMac: Don't forget to link to the networkextension frameworkJason A. Donenfeld2019-02-071-0/+2
* StatusItemController: Show animation when deactivatingJason A. Donenfeld2019-02-071-3/+1
* PacketTunnelProvider: proper fix for 32073323Jason A. Donenfeld2019-02-072-15/+7
* TunnelsManager: When creating/modifying a tunnel, update the associated objectRoopesh Chander2019-02-071-5/+7
* macOS: prohibit multiple instances of appJason A. Donenfeld2019-02-061-0/+2
* PrivateDataConfirmation: prompt with touch/face/pin/password ID for viewing/exporting keysJason A. Donenfeld2019-02-069-41/+106
* LegacyConfig: Remove and support plaintext for .mobileconfigJason A. Donenfeld2019-02-063-215/+13
* Keychain: store configurations in keychain instead of providerConfigJason A. Donenfeld2019-02-068-31/+201
* TunnelsManager: cache access to configuration objectJason A. Donenfeld2019-02-061-1/+9
* Project: Remove OS name from appex file nameJason A. Donenfeld2019-02-061-15/+15
* TunnelsManager: Wait for 6 seconds on deactivation instead of 5Jason A. Donenfeld2019-02-061-1/+1
* wg-quick conf parser: Handle inline comments correctlyRoopesh Chander2019-02-051-3/+3
* macOS: Select tunnel after adding it with 'Add empty tunnel'Roopesh Chander2019-02-051-0/+13
* macOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-1/+3
* iOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-0/+1
* macOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-051-15/+88
* TunnelViewModel: Don't call peer change handler if there are no changesRoopesh Chander2019-02-051-1/+3
* macOS: Tunnel detail: Refactor calculation of tableViewModelRowsRoopesh Chander2019-02-051-12/+30
* x25519: demand RNG is successfulJason A. Donenfeld2019-02-051-1/+2
* Config: Add template for macOS keyJason A. Donenfeld2019-02-031-1/+2
* iOS: SwitchCell should hold the observation tokenRoopesh Chander2019-02-032-33/+36
* iOS: KeyValueCell should hold the observation tokenRoopesh Chander2019-02-032-2/+4
* iOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-022-19/+217
* iOS: Tunnel detail: Keep track of visible fields with a [Bool] arrayRoopesh Chander2019-02-021-10/+28
* Strings: fix backwards clock wordingJason A. Donenfeld2019-02-011-1/+1
* iOS: Tunnel detail: Reload runtime config every secondRoopesh Chander2019-02-011-3/+46
* iOS: Tunnel detail: Refactor updation of statusRoopesh Chander2019-01-311-33/+35
* Fix handling of 'PersistentKeepalive: every n seconds'Roopesh Chander2019-01-314-4/+12
* iOS: Make it compile againRoopesh Chander2019-01-311-0/+2
* Configure timers to fire even when tracking mouse eventsRoopesh Chander2019-01-313-4/+4
* macOS: Tunnel detail: Reload runtime config every secondRoopesh Chander2019-01-311-6/+24
* Logger: Convert do-catch to try?Roopesh Chander2019-01-281-3/+2
* Runtime info: Make bytecount and timestamp info prettierRoopesh Chander2019-01-282-6/+71
* Persistent Keepalive detail should read 'every n seconds'Roopesh Chander2019-01-282-1/+3
* TunnelsManager: Invoke reload() in a subsequent runloopRoopesh Chander2019-01-261-1/+7
* macOS: Delay .deactivated status to workaround system bugRoopesh Chander2019-01-261-2/+17