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
/
WireGuard
/
UI
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
on-demand: Simplify OS-specific code for interface type selection
Roopesh Chander
2019-03-18
3
-25
/
+22
*
macOS: Localize tooltips
Roopesh Chander
2019-03-18
1
-2
/
+2
*
macOS: Tunnel detail: Make the Activate button part of the list view
Roopesh Chander
2019-03-18
3
-39
/
+108
*
macOS: Nullify observationToken on prepareForReuse()
Roopesh Chander
2019-03-18
1
-0
/
+1
*
ringlogger: support mpsc for singlefile
Jason A. Donenfeld
2019-03-17
4
-14
/
+4
*
macOS: Tunnel detail: Activate / Deactivate is now a button
Roopesh Chander
2019-03-17
1
-35
/
+25
*
macOS: Tunnel detail: Show the status in the list view
Roopesh Chander
2019-03-17
2
-8
/
+60
*
macOS: KeyValueImageRow class
Roopesh Chander
2019-03-17
1
-4
/
+44
*
macOS: Ability to remove multiple tunnels at a time
Roopesh Chander
2019-03-10
2
-13
/
+38
*
macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVC
Roopesh Chander
2019-03-10
3
-47
/
+54
*
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
1
-1
/
+1
*
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
4
-7
/
+43
*
Importing: Use case-insensitive comparison for zip extension
Roopesh Chander
2019-02-25
1
-1
/
+1
*
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
1
-1
/
+1
*
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
1
-2
/
+9
*
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
3
-8
/
+41
*
Preshared key field in the detail view should just say 'enabled'
Roopesh Chander
2019-02-12
2
-0
/
+4
*
Info.plist: Localize with InfoPlist.strings
Roopesh Chander
2019-02-11
1
-2
/
+2
*
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
*
Global: fix swiftlint issues
Jason A. Donenfeld
2019-02-08
4
-10
/
+14
*
Info.plist: Add missing key types
0.0.20190207-1
Jason A. Donenfeld
2019-02-08
1
-0
/
+2
*
Key: Constant time encoding
Jason A. Donenfeld
2019-02-08
3
-19
/
+21
*
iOS: Use shorter pretty time
Roopesh Chander
2019-02-08
1
-0
/
+19
*
iOS: Tunnel detail: Turn off animation when showing fields changing
Roopesh Chander
2019-02-08
1
-1
/
+1
*
macOS: Show alert if exiting with an active tunnel
Roopesh Chander
2019-02-08
1
-3
/
+20
*
StatusItemController: Show animation when deactivating
Jason A. Donenfeld
2019-02-07
1
-3
/
+1
[next]