aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Config file parsing: Fix bug when there are comments at the endRoopesh Chander2019-01-241-28/+28
* macOS: show runtime configuration in tunnel managerJason A. Donenfeld2019-01-241-1/+19
* Tunnel: support getting runtime configurationJason A. Donenfeld2019-01-249-0/+278
* 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: remove mobile network tweeksJason A. Donenfeld2019-01-222-2/+15
* 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-224-7/+21
* macOS: Tunnel edit: actually clean up error handlingJason A. Donenfeld2019-01-211-4/+4
* XCode: set default signing identity backJason A. Donenfeld2019-01-211-3/+7
* 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
* macOS: Better highlighter default value and move c implementationJason A. Donenfeld2019-01-214-3/+3
* macOS: Make highlighter themes staticJason A. Donenfeld2019-01-213-21/+18
* Avoid using return in single-line closuresRoopesh Chander2019-01-222-4/+2
* macOS: Make color theme use a dictRoopesh Chander2019-01-222-55/+34
* macOS: Reset attributes for each syntax highlight cycleRoopesh Chander2019-01-222-3/+22
* macOS: Refactor syntax highlightingRoopesh Chander2019-01-224-86/+89
* macOS: Simplify NSColor extensionRoopesh Chander2019-01-211-1/+1
* macOS: show icon for inactive stateJason A. Donenfeld2019-01-181-3/+3
* highlighter: do not rely on localized case comparisonsJason A. Donenfeld2019-01-181-29/+62