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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-18
on-demand: Simplify OS-specific code for interface type selection
Roopesh Chander
4
-71
/
+43
2019-03-18
macOS: Localize tooltips
Roopesh Chander
2
-2
/
+7
2019-03-18
macOS: Tunnel detail: Make the Activate button part of the list view
Roopesh Chander
4
-39
/
+112
2019-03-18
macOS: Nullify observationToken on prepareForReuse()
Roopesh Chander
1
-0
/
+1
2019-03-18
TunnelName: sort correctly with numbers and capitals
Jason A. Donenfeld
2
-5
/
+8
2019-03-17
ringlogger: support mpsc for singlefile
Jason A. Donenfeld
11
-93
/
+159
2019-03-17
macOS: Tunnel detail: Activate / Deactivate is now a button
Roopesh Chander
2
-35
/
+33
2019-03-17
macOS: Tunnel detail: Show the status in the list view
Roopesh Chander
3
-8
/
+61
2019-03-17
macOS: KeyValueImageRow class
Roopesh Chander
1
-4
/
+44
2019-03-12
wireguard-go-bridge: update deps
Jason A. Donenfeld
2
-9
/
+6
2019-03-11
wg-quick parser: trim \r as well
Jason A. Donenfeld
1
-5
/
+5
2019-03-11
TunnelsManager: Don't restart if only on-demand setting has changed
Roopesh Chander
1
-5
/
+11
2019-03-10
macOS: Ability to remove multiple tunnels at a time
Roopesh Chander
3
-13
/
+41
2019-03-10
TunnelsManager: Support for removing multiple tunnels at a time
Roopesh Chander
1
-2
/
+22
2019-03-10
macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVC
Roopesh Chander
4
-51
/
+58
2019-03-08
wireguard-go-bridge: use system go installation
Jason A. Donenfeld
4
-27
/
+25
2019-03-05
Importing: Only the main thread shall access lastFileImportErrorText
Roopesh Chander
1
-8
/
+8
2019-03-05
Importing: Make use of lastError returned from TunnelsManager.addMultiple()
Roopesh Chander
1
-13
/
+12
2019-03-05
TunnelsManager: addMultiple() should also return the last error
Roopesh Chander
2
-6
/
+8
2019-03-04
Importing: Simplify TunnelImporter
Roopesh Chander
1
-65
/
+56
2019-03-03
wireguard-go-bridge: use go modules
Jason A. Donenfeld
8
-134
/
+57
2019-02-27
wireguard-go-bridge: update to Go 1.12
Jason A. Donenfeld
5
-48
/
+69
2019-02-25
Importing: macOS: Support importing of multiple files at a time
Roopesh Chander
5
-7
/
+46
2019-02-25
Importing: Use case-insensitive comparison for zip extension
Roopesh Chander
1
-1
/
+1
2019-02-24
iOS: Hack to restart active tunnel after adding a new tunnel
Roopesh Chander
1
-1
/
+16
2019-02-24
Importing: Show OS error when unable to open a .conf file
Roopesh Chander
1
-2
/
+8
2019-02-24
macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shown
Roopesh Chander
1
-0
/
+10
2019-02-24
macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;
Roopesh Chander
1
-2
/
+2
2019-02-22
macOS: When programmatically selecting a tunnel, also scroll if required
Roopesh Chander
1
-0
/
+1
2019-02-22
macOS: Replace NSSegmentedControl with NSPopUpButton and NSButton
Roopesh Chander
1
-43
/
+50
2019-02-22
Importing: Give a clearer error message on importing an invalid config
Roopesh Chander
2
-3
/
+3
2019-02-22
macOS: Show 'quitting with active tunnel' only when appropriate
Roopesh Chander
3
-13
/
+8
2019-02-21
macOS: Fix removal of DNSes from AllowedIPs when DNS has changed
Roopesh Chander
2
-5
/
+7
2019-02-21
iOS: On changing DNS, update AllowedIPs with the current DNS servers
Roopesh Chander
3
-5
/
+26
2019-02-21
macOS: On saving, update AllowedIPs with the current DNS servers
Roopesh Chander
1
-1
/
+19
2019-02-21
Importing: Better error message when .conf file is not readable
Roopesh Chander
2
-2
/
+14
2019-02-19
macOS: Specify crypto compliance
Jason A. Donenfeld
1
-0
/
+2
2019-02-16
TunnelViewModel: Remove DNS from AllowedIPs when unchecking 'Exclude private IPs'
Roopesh Chander
1
-2
/
+7
2019-02-16
macOS: Exclude private IPs
Roopesh Chander
3
-0
/
+61
2019-02-16
TunnelViewModel: Minor refactoring of exclude private IPs handling
Roopesh Chander
1
-20
/
+23
2019-02-16
ConfTextStorage: lowercase only once
Jason A. Donenfeld
2
-5
/
+4
2019-02-16
ConfTextStorage: Let's keep the AllowedIPs and DNS servers as strings
Roopesh Chander
1
-8
/
+4
2019-02-16
ConfTextStorage: Make fieldType an enum
Roopesh Chander
1
-11
/
+8
2019-02-15
ConfTextStorage: keep track of single peer state for exclude private IPs
Jason A. Donenfeld
1
-1
/
+59
2019-02-15
macOS: Tunnel detail: Set min width/height
Roopesh Chander
1
-0
/
+5
2019-02-15
macOS: Tunnels list: Use constant width for the table view
Roopesh Chander
2
-3
/
+2
2019-02-15
.mobileconfig: fix lists
Roopesh Chander
2
-5
/
+0
2019-02-15
README: supports macOS
Jason A. Donenfeld
1
-1
/
+1
2019-02-15
README: recursive cloning
Jason A. Donenfeld
1
-9
/
+2
2019-02-15
README: Xcode has a lowercase 'c'
Jason A. Donenfeld
1
-2
/
+2
[next]