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
/
WireGuardNetworkExtension
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tidy up str to gostr conversion
Jason A. Donenfeld
2018-12-13
1
-16
/
+8
*
Rewrite Logger
Jason A. Donenfeld
2018-12-13
1
-23
/
+4
*
Logging: Write versions from both app and extension
Roopesh Chander
2018-12-13
1
-17
/
+2
*
Logging: Use ringlogger for logging from the extension
Roopesh Chander
2018-12-13
2
-39
/
+3
*
Avoid using 'VPN' in code where possible
Roopesh Chander
2018-12-13
1
-1
/
+1
*
Remove useless whitespace
Jason A. Donenfeld
2018-12-13
1
-9
/
+9
*
More formatting nits and cyclomatic complexity fixes
Eric Kuck
2018-12-12
3
-98
/
+62
*
More linter warnings fixed, enabled more swiftlint rules, project cleanup
Eric Kuck
2018-12-12
4
-26
/
+31
*
Tons more swiftlint warnings fixed. Still a few remaining.
Eric Kuck
2018-12-12
4
-35
/
+32
*
Added swiftlint and fixed all errors (and a bunch, but not all, warnings)
Eric Kuck
2018-12-12
4
-21
/
+21
*
Supply missing pieces of path change
Jason A. Donenfeld
2018-12-12
2
-10
/
+12
*
Fixed a potential race condition, better naming on PacketTunnelSettingsGenerator methods
Eric Kuck
2018-12-11
2
-18
/
+24
*
Added an (unfinished) NWPathMonitor implementation for reconnecting on network changes
Eric Kuck
2018-12-11
2
-1
/
+39
*
PacketTunnelProvider: Show log timestamp
Jason A. Donenfeld
2018-12-07
1
-14
/
+3
*
Plist: Handle crypto export
Jason A. Donenfeld
2018-12-07
1
-0
/
+2
*
NE: Logging: Log file should begin with version numbers and tunnel name
Roopesh Chander
2018-12-07
2
-0
/
+16
*
NE: Logging: Make it clear which calls to wg_log use String and which use StaticString
Roopesh Chander
2018-12-04
1
-11
/
+11
*
NE: Write log to file
Roopesh Chander
2018-11-30
1
-10
/
+79
*
Info.plist: Add app group id for accessing from both the app and the network extension
Roopesh Chander
2018-11-29
1
-0
/
+2
*
Xcode: Add app groups capability
Roopesh Chander
2018-11-29
1
-0
/
+4
*
NE: All DNS queries must first go through the VPN's DNS servers
Roopesh Chander
2018-11-23
1
-1
/
+3
*
NE: Minor refactoring to enable calling startTunnel() with a tunnelConfiguration
Roopesh Chander
2018-11-09
1
-1
/
+6
*
NE: When there's an error starting the tunnel, show it to the user using displayMessage()
Roopesh Chander
2018-11-09
2
-1
/
+30
*
Move logic to extension: Bring up the tunnel from the stored providerConfiguration
Roopesh Chander
2018-11-08
1
-77
/
+33
*
DNSResolver: Simplify
Roopesh Chander
2018-11-08
1
-28
/
+6
*
DNSResolver: Let's not cache DNS resolution results anymore
Roopesh Chander
2018-11-08
1
-17
/
+9
*
DNSResolver: DNS resolution can now happen synchronously
Roopesh Chander
2018-11-08
1
-18
/
+23
*
Move logic to extension: Refactor PacketTunnelOptionsGenerator into a PacketTunnelSettingsGenerator
Roopesh Chander
2018-11-08
1
-38
/
+63
*
Move logic to extension: Move DNSResolver to extension
Roopesh Chander
2018-11-08
1
-0
/
+158
*
Move logic to extension: Move PacketTunnelOptionsGenerator to the extension
Roopesh Chander
2018-11-08
1
-0
/
+178
*
PacketTunnelProvider: modernize header
Jason A. Donenfeld
2018-11-06
1
-3
/
+2
*
wireguard-go-bridge: take fd instead of fnptr
Jason A. Donenfeld
2018-11-06
1
-95
/
+11
*
PacketTunnelProvider: clamp v6 addresses to /120
Jason A. Donenfeld
2018-11-05
1
-1
/
+7
*
XCode: use old network extension ID
0.0.20181104-1
Jason A. Donenfeld
2018-11-04
1
-9
/
+0
*
XCode: unify version strings
Jason A. Donenfeld
2018-11-04
1
-2
/
+2
*
Global: no periods at the end of error messages
Jason A. Donenfeld
2018-11-03
1
-2
/
+2
*
NetworkExtension: check isTunnelClosed before packet existence
Jason A. Donenfeld
2018-11-01
1
-2
/
+2
*
Global: fix up strings
Jason A. Donenfeld
2018-11-01
1
-1
/
+1
*
NE: Show an alert when someone tries to start the VPN from iOS Settings
Roopesh Chander
2018-11-01
1
-2
/
+5
*
wireguard-go-bridge: extract version for consumption by network extension
Jason A. Donenfeld
2018-10-31
1
-5
/
+1
*
wireguard-go-bridge: simplify logging and remove tags
Jason A. Donenfeld
2018-10-31
1
-3
/
+2
*
NetworkExtension: close context before turning off go
Jason A. Donenfeld
2018-10-31
1
-1
/
+1
*
NE: Print error when unable to start the tunnel
Roopesh Chander
2018-10-30
1
-1
/
+4
*
Global: fix up captialization in headers
Jason A. Donenfeld
2018-10-30
2
-2
/
+2
*
XCode: fall back to default settings
Jason A. Donenfeld
2018-10-30
1
-1
/
+1
*
VPN: Bring up the tunnel
Roopesh Chander
2018-10-27
1
-69
/
+74
*
NE: Add bridging header
Roopesh Chander
2018-10-27
1
-2
/
+1
*
NE: Remove entitlements we don't need for now
Roopesh Chander
2018-10-27
1
-8
/
+0
*
Prepare for rewrite: Move WireGuardNetworkExtension into the new project folder
Roopesh Chander
2018-10-27
5
-0
/
+311
[prev]