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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Localize all the things
Roopesh Chander
2018-12-21
12
-135
/
+392
*
Tunnel detail: iPad: Handle deletion of tunnel correctly
Roopesh Chander
2018-12-21
1
-3
/
+10
*
Added missing param in MockTunnels
Eric Kuck
2018-12-20
1
-1
/
+1
*
Enabled more swiftlint rules
Eric Kuck
2018-12-20
7
-11
/
+9
*
Added a String->[String] helper
Eric Kuck
2018-12-20
4
-32
/
+49
*
TunnelErrors: Remove unused error
Roopesh Chander
2018-12-20
1
-3
/
+0
*
Tunnel edit: init() need not take a tunnelConfiguration argument
Roopesh Chander
2018-12-19
2
-6
/
+5
*
Remove non-helpful comments
Roopesh Chander
2018-12-19
4
-5
/
+0
*
Tunnel edit: Fix comment
Roopesh Chander
2018-12-19
1
-1
/
+1
*
TunnelsManager: If only Activate On Demand has changed, don't restart tunnel
Roopesh Chander
2018-12-19
1
-6
/
+11
*
NE: Handle bad domain names and Activate On Demand
Roopesh Chander
2018-12-19
1
-2
/
+2
*
TunnelsManager: Handle waiting on a stale tunnel
Roopesh Chander
2018-12-19
1
-13
/
+23
*
Remove buttons and text from LaunchScreen.storyboard
Roopesh Chander
2018-12-18
1
-7
/
+4
*
s/Observervation/Observation/g;
Roopesh Chander
2018-12-18
2
-10
/
+10
*
Tunnel detail: Update restorationIdentifier when tunnel name changes
Roopesh Chander
2018-12-18
1
-0
/
+1
*
TunnelsManager: Add periods to end the system error messages
Roopesh Chander
2018-12-18
1
-6
/
+6
*
Error handling: Add info on the underlying system error to error alerts
Roopesh Chander
2018-12-17
2
-69
/
+101
*
Version bump
0.0.20181104-7
Jason A. Donenfeld
2018-12-17
1
-1
/
+1
*
Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertible
Eric Kuck
2018-12-16
4
-22
/
+22
*
Potential fix for insertRowAtIndexPath crash
Eric Kuck
2018-12-16
1
-0
/
+2
*
Improve mock tunnels generation
Jason A. Donenfeld
2018-12-16
1
-5
/
+10
*
Provide mock tunnels for the Simulator
Roopesh Chander
2018-12-16
2
-1
/
+52
*
Nuke duplicate file
Jason A. Donenfeld
2018-12-15
1
-484
/
+0
*
Version bump
0.0.20181104-6
Jason A. Donenfeld
2018-12-15
1
-1
/
+1
*
Fixed editable KeyValueCells being copyable
Eric Kuck
2018-12-14
2
-4
/
+1
*
Fix confusing indentation
Jason A. Donenfeld
2018-12-15
1
-3
/
+1
*
KeyValueCells now share code
Eric Kuck
2018-12-14
8
-374
/
+192
*
Reorganized project structure
Eric Kuck
2018-12-14
17
-0
/
+1
*
Most similar views now shared between ViewControllers
Eric Kuck
2018-12-14
25
-443
/
+240
*
Simplify logging tags
Jason A. Donenfeld
2018-12-14
2
-2
/
+2
*
Fix tunnel remaining in 'Activating' state
Roopesh Chander
2018-12-14
1
-1
/
+19
*
Fix status switch weird state after an error occurs
Roopesh Chander
2018-12-14
2
-2
/
+2
*
Deduplicate functions
Jason A. Donenfeld
2018-12-14
2
-10
/
+2
*
Can't -> cannot
Jason A. Donenfeld
2018-12-13
1
-1
/
+1
*
NE: Communicate last error to app through a shared file
Roopesh Chander
2018-12-14
1
-3
/
+30
*
TunnelsManager: startActivation() need not take a tunnelConfiguration
Roopesh Chander
2018-12-14
1
-11
/
+3
*
Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)
Eric Kuck
2018-12-13
27
-714
/
+1265
*
TunnelsManager: Remove mentions of 'internal error'
Roopesh Chander
2018-12-13
1
-5
/
+5
*
TunnelsManager: Ask to check Internet connectivity in error alert
Roopesh Chander
2018-12-13
1
-1
/
+1
*
Remove unused code: InternetReachability
Roopesh Chander
2018-12-13
1
-51
/
+0
*
TunnelsManager: Remove unused variable
Roopesh Chander
2018-12-13
1
-4
/
+0
*
TunnelsManager: Remove assert
Roopesh Chander
2018-12-13
1
-1
/
+0
*
TunnelsManager: Fix race between multiple startActivation() calls
Roopesh Chander
2018-12-13
1
-0
/
+2
*
TunnelsManager: Reintroduce waiting for another tunnel to deactivate
Roopesh Chander
2018-12-13
2
-3
/
+23
*
Rewrite Logger
Jason A. Donenfeld
2018-12-13
2
-14
/
+4
*
More reliable logo sizing
Eric Kuck
2018-12-13
1
-33
/
+34
*
TunnelsManager: Report activation errors through the activationDelegate
Roopesh Chander
2018-12-13
4
-68
/
+77
*
Logging: Write versions from both app and extension
Roopesh Chander
2018-12-13
1
-0
/
+1
*
Logging: Tag the entries in the merged log
Roopesh Chander
2018-12-13
1
-1
/
+1
*
Logging: Use ringlogger for logging from the app
Roopesh Chander
2018-12-13
2
-21
/
+22
[next]