aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-22macOS: Refactor syntax highlightingRoopesh Chander4-86/+89
2019-01-21macOS: Simplify NSColor extensionRoopesh Chander1-1/+1
2019-01-18macOS: show icon for inactive stateJason A. Donenfeld1-3/+3
2019-01-18highlighter: do not rely on localized case comparisonsJason A. Donenfeld1-29/+62
2019-01-18Xcode: move directives to toplevel project when possibleJason A. Donenfeld1-65/+8
2019-01-18global: Fix up copyright headersJason A. Donenfeld21-21/+21
2019-01-18TunnelsManager: Remove unused variableRoopesh Chander1-1/+0
2019-01-18macOS: Tunnel detail: Better alignment for bottom controlsRoopesh Chander1-2/+2
2019-01-18macOS: Rafactor by introducing a TunnelsTrackerRoopesh Chander5-114/+214
2019-01-17macOS: Fix autolayout errors on Add Empty TunnelRoopesh Chander1-5/+2
2019-01-17macOS: Update copyright yearRoopesh Chander1-1/+1
2019-01-17macOS: Make sure app is active when showing the About dialogRoopesh Chander1-0/+1
2019-01-17macOS: Application: Fix commentRoopesh Chander1-3/+1
2019-01-17macOS: Manage tunnels: Make keyboard shortcuts discoverableRoopesh Chander2-2/+4
2019-01-17macOS: Manage tunnels: Keyboard shortcutsRoopesh Chander2-0/+35
2019-01-17macOS: Tunnel edit: Rename action handling methodsRoopesh Chander1-4/+4
2019-01-17macOS: Tunnel detail: Rename action handling methodsRoopesh Chander1-2/+2
2019-01-17macOS: Tunnels list: Rename action handling methodsRoopesh Chander1-10/+10
2019-01-16macOS: Support window management keyboard shortcutsRoopesh Chander1-3/+6
2019-01-15macOS: Networks should show allowedIPs and disappear when inactiveJason A. Donenfeld1-5/+7
2019-01-16macOS: Use tunnelOverheadBytes for automatic MTU in macOSRoopesh Chander1-4/+8
2019-01-16macOS: Different status bar icon looks for different statesRoopesh Chander28-16/+209
2019-01-14macOS: Add About dialogRoopesh Chander2-0/+24
2019-01-14macOS: Add app iconRoopesh Chander11-10/+20
2019-01-14macOS: Edit view: Auto hide editor scrollbarsRoopesh Chander1-0/+1
2019-01-14macOS: To set default size, change frame instead of min sizeRoopesh Chander1-3/+3
2019-01-14macOS: Fix editor scrollingRoopesh Chander1-2/+3
2019-01-14Default view controller sizesEric Kuck2-2/+3
2019-01-14ConfTextView: enable undo and disable junkJason A. Donenfeld1-0/+8
2019-01-14Cut/copy/paste now workEric Kuck3-8/+40
2019-01-14Resync highlighterJason A. Donenfeld3-54/+42
2019-01-14Syntax highlighter color updatesEric Kuck2-3/+16
2019-01-14macOS: Support for on-demand activationRoopesh Chander5-3/+124
2019-01-14macOS: Quit menu itemRoopesh Chander2-0/+9
2019-01-14macOS: Get the app back in focus after macOS' VPN promptRoopesh Chander1-0/+4
2019-01-14macOS: Fix 'Network' entry in menuRoopesh Chander1-5/+9
2019-01-14macOS: Ensure a tunnel is selected when '-' is clickedRoopesh Chander1-2/+3
2019-01-14macOS: Handle errors from TunnelsManager.create()Roopesh Chander1-1/+4
2019-01-14iOS: Export log: Should present error from the main threadRoopesh Chander1-4/+4
2019-01-14macOS: Localize export sheetsRoopesh Chander2-4/+10
2019-01-14macOS: Import sheet button should say 'Import'Roopesh Chander2-0/+2
2019-01-14macOS: Tunnel detail: Ensure long keys fitRoopesh Chander1-2/+9
2019-01-14macOS: Manage tunnels: Add empty tunnel pulldown menu implementationRoopesh Chander2-3/+43
2019-01-14macOS: Update detail view after editingRoopesh Chander2-0/+21
2019-01-14macOS: Edit view: Update public key as you editRoopesh Chander3-2/+25
2019-01-14Highlighter: Report each key type separatelyRoopesh Chander3-6/+8
2019-01-14Parsing: Always error on unrecognized keysRoopesh Chander2-13/+11
2019-01-14Parsing: Error on duplicate entriesRoopesh Chander3-2/+11
2019-01-14macOS: Edit view: Validate and saveRoopesh Chander2-1/+30
2019-01-14macOS: Refactor config file parsingRoopesh Chander4-26/+147