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
path:
root
/
WireGuard
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
macOS: Tunnel detail: Show the status in the list view
Roopesh Chander
2019-03-17
3
-8
/
+61
*
macOS: KeyValueImageRow class
Roopesh Chander
2019-03-17
1
-4
/
+44
*
wg-quick parser: trim \r as well
Jason A. Donenfeld
2019-03-11
1
-5
/
+5
*
TunnelsManager: Don't restart if only on-demand setting has changed
Roopesh Chander
2019-03-11
1
-5
/
+11
*
macOS: Ability to remove multiple tunnels at a time
Roopesh Chander
2019-03-10
3
-13
/
+41
*
TunnelsManager: Support for removing multiple tunnels at a time
Roopesh Chander
2019-03-10
1
-2
/
+22
*
macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVC
Roopesh Chander
2019-03-10
4
-51
/
+58
*
Importing: Only the main thread shall access lastFileImportErrorText
Roopesh Chander
2019-03-05
1
-8
/
+8
*
Importing: Make use of lastError returned from TunnelsManager.addMultiple()
Roopesh Chander
2019-03-05
1
-13
/
+12
*
TunnelsManager: addMultiple() should also return the last error
Roopesh Chander
2019-03-05
2
-6
/
+8
*
Importing: Simplify TunnelImporter
Roopesh Chander
2019-03-04
1
-65
/
+56
*
Importing: macOS: Support importing of multiple files at a time
Roopesh Chander
2019-02-25
5
-7
/
+46
*
Importing: Use case-insensitive comparison for zip extension
Roopesh Chander
2019-02-25
1
-1
/
+1
*
iOS: Hack to restart active tunnel after adding a new tunnel
Roopesh Chander
2019-02-24
1
-1
/
+16
*
Importing: Show OS error when unable to open a .conf file
Roopesh Chander
2019-02-24
1
-2
/
+8
*
macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shown
Roopesh Chander
2019-02-24
1
-0
/
+10
*
macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;
Roopesh Chander
2019-02-24
1
-2
/
+2
*
macOS: When programmatically selecting a tunnel, also scroll if required
Roopesh Chander
2019-02-22
1
-0
/
+1
*
macOS: Replace NSSegmentedControl with NSPopUpButton and NSButton
Roopesh Chander
2019-02-22
1
-43
/
+50
*
Importing: Give a clearer error message on importing an invalid config
Roopesh Chander
2019-02-22
2
-3
/
+3
*
macOS: Show 'quitting with active tunnel' only when appropriate
Roopesh Chander
2019-02-22
3
-13
/
+8
*
macOS: Fix removal of DNSes from AllowedIPs when DNS has changed
Roopesh Chander
2019-02-21
2
-5
/
+7
*
iOS: On changing DNS, update AllowedIPs with the current DNS servers
Roopesh Chander
2019-02-21
3
-5
/
+26
*
macOS: On saving, update AllowedIPs with the current DNS servers
Roopesh Chander
2019-02-21
1
-1
/
+19
*
Importing: Better error message when .conf file is not readable
Roopesh Chander
2019-02-21
2
-2
/
+14
*
macOS: Specify crypto compliance
Jason A. Donenfeld
2019-02-19
1
-0
/
+2
*
TunnelViewModel: Remove DNS from AllowedIPs when unchecking 'Exclude private IPs'
Roopesh Chander
2019-02-16
1
-2
/
+7
*
macOS: Exclude private IPs
Roopesh Chander
2019-02-16
3
-0
/
+61
*
TunnelViewModel: Minor refactoring of exclude private IPs handling
Roopesh Chander
2019-02-16
1
-20
/
+23
*
ConfTextStorage: lowercase only once
Jason A. Donenfeld
2019-02-16
1
-5
/
+4
*
ConfTextStorage: Let's keep the AllowedIPs and DNS servers as strings
Roopesh Chander
2019-02-16
1
-8
/
+4
*
ConfTextStorage: Make fieldType an enum
Roopesh Chander
2019-02-16
1
-11
/
+8
*
ConfTextStorage: keep track of single peer state for exclude private IPs
Jason A. Donenfeld
2019-02-15
1
-1
/
+59
*
macOS: Tunnel detail: Set min width/height
Roopesh Chander
2019-02-15
1
-0
/
+5
*
macOS: Tunnels list: Use constant width for the table view
Roopesh Chander
2019-02-15
2
-3
/
+2
*
macOS: Show privacy notice on adding first tunnel
0.0.20190207-3
Jason A. Donenfeld
2019-02-15
5
-8
/
+47
*
Version bump
Jason A. Donenfeld
2019-02-14
1
-1
/
+1
*
Preshared key field in the detail view should just say 'enabled'
Roopesh Chander
2019-02-12
3
-0
/
+6
*
Log migration of tunnel configuration
Roopesh Chander
2019-02-12
1
-0
/
+1
*
Migrate when we notice a new tunnel in reload()
Roopesh Chander
2019-02-12
1
-0
/
+5
*
Don't migrate in asTunnelConfiguration()
Roopesh Chander
2019-02-12
1
-11
/
+8
*
Info.plist: Localize with InfoPlist.strings
Roopesh Chander
2019-02-11
3
-2
/
+23
*
macOS: Change keyboard shortcut for importing to Cmd+O
Roopesh Chander
2019-02-10
2
-2
/
+2
*
macOS: Adapt to the new applyConfiguration API
Roopesh Chander
2019-02-10
1
-34
/
+57
*
iOS: Rewrite applying runtime configuration
Roopesh Chander
2019-02-10
2
-66
/
+76
*
Importing: Ignore case in matching file extensions inside zip files
Roopesh Chander
2019-02-09
1
-1
/
+2
*
TunnelsManager: No need to access tunnelConfiguration on status change
Roopesh Chander
2019-02-09
1
-5
/
+1
*
Version bump
0.0.20190207-2
Jason A. Donenfeld
2019-02-08
1
-1
/
+1
*
Fix writing of preshared key to config format
Roopesh Chander
2019-02-09
1
-1
/
+1
*
Project: don't embed swift binaries into appex
Jason A. Donenfeld
2019-02-08
1
-4
/
+10
[next]