index
:
wireguard-apple
am/codable-ipaddress-range
am/codable-key
am/default-path
am/develop
am/fix-addrinfo-crash
am/ignore-set-network-settings-error-when-offline
am/reasserting-opt-out
am/wgkit-types-subtarget
an/shortcuts-integration
master
iOS and macOS apps for WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of 'PersistentKeepalive: every n seconds'
Roopesh Chander
2019-01-31
4
-4
/
+12
*
iOS: Make it compile again
Roopesh Chander
2019-01-31
1
-0
/
+2
*
Configure timers to fire even when tracking mouse events
Roopesh Chander
2019-01-31
3
-4
/
+4
*
macOS: Tunnel detail: Reload runtime config every second
Roopesh Chander
2019-01-31
1
-6
/
+24
*
Logger: Convert do-catch to try?
Roopesh Chander
2019-01-28
1
-3
/
+2
*
Runtime info: Make bytecount and timestamp info prettier
Roopesh Chander
2019-01-28
2
-6
/
+71
*
Persistent Keepalive detail should read 'every n seconds'
Roopesh Chander
2019-01-28
2
-1
/
+3
*
TunnelsManager: Invoke reload() in a subsequent runloop
Roopesh Chander
2019-01-26
1
-1
/
+7
*
macOS: Delay .deactivated status to workaround system bug
Roopesh Chander
2019-01-26
1
-2
/
+17
*
macOS: Select the active tunnel when showing the manage tunnels window
Roopesh Chander
2019-01-24
2
-1
/
+18
*
TunnelsTracker: Simplify using TunnelsManager.tunnelInOperation()
Roopesh Chander
2019-01-24
1
-17
/
+2
*
TunnelsManager: func tunnelInOperation()
Roopesh Chander
2019-01-24
1
-0
/
+7
*
macOS: Ensure status is up-to-date on startup
Roopesh Chander
2019-01-24
1
-2
/
+10
*
Config file parsing: Fix bug when there are comments at the end
Roopesh Chander
2019-01-24
1
-28
/
+28
*
macOS: show runtime configuration in tunnel manager
Jason A. Donenfeld
2019-01-24
1
-1
/
+19
*
Tunnel: support getting runtime configuration
Jason A. Donenfeld
2019-01-24
9
-0
/
+278
*
wireguard-go-bridge: allow querying internal settings
Jason A. Donenfeld
2019-01-24
3
-7
/
+22
*
wireguard-go-bridge: fix standalone build
Jason A. Donenfeld
2019-01-23
1
-1
/
+1
*
macOS: Tunnel detail: Fix updation of tunnelEditVC
Roopesh Chander
2019-01-23
1
-0
/
+1
*
macOS: Deactivate any active tunnel when app exits
Roopesh Chander
2019-01-23
2
-1
/
+7
*
macOS: Adapt to TunnelsManagerListDelegate changes
Roopesh Chander
2019-01-23
1
-1
/
+1
*
iOS: Fix stale tunnel being shown on iPad
Roopesh Chander
2019-01-23
3
-15
/
+10
*
iOS: Fix handling of deletion outside app
Roopesh Chander
2019-01-23
2
-24
/
+14
*
macOS: reload: Iterate in reverse
Roopesh Chander
2019-01-22
1
-5
/
+3
*
TunnelsManager: refresh status after replacing insides
Jason A. Donenfeld
2019-01-22
1
-0
/
+1
*
TunnelsManager: use new helper
Jason A. Donenfeld
2019-01-22
1
-1
/
+1
*
macOS: Tunnel edit: Handle deletion outside app
Roopesh Chander
2019-01-22
1
-1
/
+10
*
macOS: Tunnel detail: Handle deletion outside app
Roopesh Chander
2019-01-22
1
-4
/
+5
*
macOS: Handle tunnel deletions outside the app
Roopesh Chander
2019-01-22
1
-18
/
+39
*
macOS: remove mobile network tweeks
Jason A. Donenfeld
2019-01-22
4
-2
/
+22
*
MacOS: StatusMenu: Properly localize menu title
Jason A. Donenfeld
2019-01-22
2
-1
/
+2
*
macOS: Disable save button if the syntax highlighter detects any errors
Roopesh Chander
2019-01-22
2
-3
/
+10
*
macOS: Fix crash when importing using NoTunnelsDetailVC's button
Roopesh Chander
2019-01-22
1
-1
/
+2
*
macOS: StatusMenu: Remove unused menu title
Roopesh Chander
2019-01-22
1
-1
/
+1
*
Let there be newlines at the end of all files
Roopesh Chander
2019-01-22
6
-6
/
+6
*
Fix localization
Roopesh Chander
2019-01-22
1
-29
/
+29
*
macOS: Use Unicode version of '...' for menu text
Roopesh Chander
2019-01-22
1
-4
/
+4
*
macOS: Fix status-related menu items
Roopesh Chander
2019-01-22
2
-3
/
+2
*
Better os() directives
Roopesh Chander
2019-01-22
4
-7
/
+21
*
macOS: Tunnel edit: actually clean up error handling
Jason A. Donenfeld
2019-01-21
1
-4
/
+4
*
XCode: set default signing identity back
Jason A. Donenfeld
2019-01-21
1
-3
/
+7
*
macOS: Tunnel edit: Clean up error handling when saving
Roopesh Chander
2019-01-22
1
-35
/
+30
*
macOS: Observe private key changes for new tunnels too
Jason A. Donenfeld
2019-01-21
1
-10
/
+10
*
macOS: Better highlighter default value and move c implementation
Jason A. Donenfeld
2019-01-21
4
-3
/
+3
*
macOS: Make highlighter themes static
Jason A. Donenfeld
2019-01-21
3
-21
/
+18
*
Avoid using return in single-line closures
Roopesh Chander
2019-01-22
2
-4
/
+2
*
macOS: Make color theme use a dict
Roopesh Chander
2019-01-22
2
-55
/
+34
*
macOS: Reset attributes for each syntax highlight cycle
Roopesh Chander
2019-01-22
2
-3
/
+22
*
macOS: Refactor syntax highlighting
Roopesh Chander
2019-01-22
4
-86
/
+89
*
macOS: Simplify NSColor extension
Roopesh Chander
2019-01-21
1
-1
/
+1
[next]