aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* macOS: Select the active tunnel when showing the manage tunnels windowRoopesh Chander2019-01-242-1/+18
* TunnelsTracker: Simplify using TunnelsManager.tunnelInOperation()Roopesh Chander2019-01-241-17/+2
* TunnelsManager: func tunnelInOperation()Roopesh Chander2019-01-241-0/+7
* macOS: Ensure status is up-to-date on startupRoopesh Chander2019-01-241-2/+10
* macOS: show runtime configuration in tunnel managerJason A. Donenfeld2019-01-241-1/+19
* Tunnel: support getting runtime configurationJason A. Donenfeld2019-01-245-0/+249
* macOS: Tunnel detail: Fix updation of tunnelEditVCRoopesh Chander2019-01-231-0/+1
* macOS: Deactivate any active tunnel when app exitsRoopesh Chander2019-01-232-1/+7
* macOS: Adapt to TunnelsManagerListDelegate changesRoopesh Chander2019-01-231-1/+1
* iOS: Fix stale tunnel being shown on iPadRoopesh Chander2019-01-233-15/+10
* iOS: Fix handling of deletion outside appRoopesh Chander2019-01-232-24/+14
* macOS: reload: Iterate in reverseRoopesh Chander2019-01-221-5/+3
* TunnelsManager: refresh status after replacing insidesJason A. Donenfeld2019-01-221-0/+1
* TunnelsManager: use new helperJason A. Donenfeld2019-01-221-1/+1
* macOS: Tunnel edit: Handle deletion outside appRoopesh Chander2019-01-221-1/+10
* macOS: Tunnel detail: Handle deletion outside appRoopesh Chander2019-01-221-4/+5
* macOS: Handle tunnel deletions outside the appRoopesh Chander2019-01-221-18/+39
* MacOS: StatusMenu: Properly localize menu titleJason A. Donenfeld2019-01-222-1/+2
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-222-3/+10
* macOS: Fix crash when importing using NoTunnelsDetailVC's buttonRoopesh Chander2019-01-221-1/+2
* macOS: StatusMenu: Remove unused menu titleRoopesh Chander2019-01-221-1/+1
* Let there be newlines at the end of all filesRoopesh Chander2019-01-226-6/+6
* Fix localizationRoopesh Chander2019-01-221-29/+29
* macOS: Use Unicode version of '...' for menu textRoopesh Chander2019-01-221-4/+4
* macOS: Fix status-related menu itemsRoopesh Chander2019-01-222-3/+2
* Better os() directivesRoopesh Chander2019-01-222-5/+15
* macOS: Tunnel edit: actually clean up error handlingJason A. Donenfeld2019-01-211-4/+4
* macOS: Tunnel edit: Clean up error handling when savingRoopesh Chander2019-01-221-35/+30
* macOS: Observe private key changes for new tunnels tooJason A. Donenfeld2019-01-211-10/+10