Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ringlogger: support mpsc for singlefile | 2019-03-17 | 11 | -93/+159 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | macOS: Tunnel detail: Activate / Deactivate is now a button | 2019-03-17 | 2 | -35/+33 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Tunnel detail: Show the status in the list view | 2019-03-17 | 3 | -8/+61 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: KeyValueImageRow class | 2019-03-17 | 1 | -4/+44 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | wireguard-go-bridge: update deps | 2019-03-12 | 2 | -9/+6 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | wg-quick parser: trim \r as well | 2019-03-11 | 1 | -5/+5 | |
| | | | | | | | | The influx of Windows users has already begun to infect our nice project. Reported-by: Cosku Bas <cosku.bas@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | TunnelsManager: Don't restart if only on-demand setting has changed | 2019-03-11 | 1 | -5/+11 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Ability to remove multiple tunnels at a time | 2019-03-10 | 3 | -13/+41 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | TunnelsManager: Support for removing multiple tunnels at a time | 2019-03-10 | 1 | -2/+22 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVC | 2019-03-10 | 4 | -51/+58 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | wireguard-go-bridge: use system go installation | 2019-03-08 | 4 | -27/+25 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Importing: Only the main thread shall access lastFileImportErrorText | 2019-03-05 | 1 | -8/+8 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Make use of lastError returned from TunnelsManager.addMultiple() | 2019-03-05 | 1 | -13/+12 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | TunnelsManager: addMultiple() should also return the last error | 2019-03-05 | 2 | -6/+8 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Simplify TunnelImporter | 2019-03-04 | 1 | -65/+56 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | wireguard-go-bridge: use go modules | 2019-03-03 | 8 | -134/+57 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | wireguard-go-bridge: update to Go 1.12 | 2019-02-27 | 5 | -48/+69 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Importing: macOS: Support importing of multiple files at a time | 2019-02-25 | 5 | -7/+46 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Use case-insensitive comparison for zip extension | 2019-02-25 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | iOS: Hack to restart active tunnel after adding a new tunnel | 2019-02-24 | 1 | -1/+16 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Show OS error when unable to open a .conf file | 2019-02-24 | 1 | -2/+8 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shown | 2019-02-24 | 1 | -0/+10 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Tunnel edit: s/populateTextFields()/populateFields()/g; | 2019-02-24 | 1 | -2/+2 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: When programmatically selecting a tunnel, also scroll if required | 2019-02-22 | 1 | -0/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Replace NSSegmentedControl with NSPopUpButton and NSButton | 2019-02-22 | 1 | -43/+50 | |
| | | | | | | Thereby avoiding the hacky way of showing the menus. Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Give a clearer error message on importing an invalid config | 2019-02-22 | 2 | -3/+3 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Show 'quitting with active tunnel' only when appropriate | 2019-02-22 | 3 | -13/+8 | |
| | | | | | | Not when logging off or when the machine's shutting down Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Fix removal of DNSes from AllowedIPs when DNS has changed | 2019-02-21 | 2 | -5/+7 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | iOS: On changing DNS, update AllowedIPs with the current DNS servers | 2019-02-21 | 3 | -5/+26 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: On saving, update AllowedIPs with the current DNS servers | 2019-02-21 | 1 | -1/+19 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Better error message when .conf file is not readable | 2019-02-21 | 2 | -2/+14 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Specify crypto compliance | 2019-02-19 | 1 | -0/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | TunnelViewModel: Remove DNS from AllowedIPs when unchecking 'Exclude private IPs' | 2019-02-16 | 1 | -2/+7 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Exclude private IPs | 2019-02-16 | 3 | -0/+61 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | TunnelViewModel: Minor refactoring of exclude private IPs handling | 2019-02-16 | 1 | -20/+23 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | ConfTextStorage: lowercase only once | 2019-02-16 | 2 | -5/+4 | |
| | | | | | | Also fix submodule regression. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | ConfTextStorage: Let's keep the AllowedIPs and DNS servers as strings | 2019-02-16 | 1 | -8/+4 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | ConfTextStorage: Make fieldType an enum | 2019-02-16 | 1 | -11/+8 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | ConfTextStorage: keep track of single peer state for exclude private IPs | 2019-02-15 | 1 | -1/+59 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | macOS: Tunnel detail: Set min width/height | 2019-02-15 | 1 | -0/+5 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | macOS: Tunnels list: Use constant width for the table view | 2019-02-15 | 2 | -3/+2 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | .mobileconfig: fix lists | 2019-02-15 | 2 | -5/+0 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | README: supports macOS | 2019-02-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | README: recursive cloning | 2019-02-15 | 1 | -9/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | README: Xcode has a lowercase 'c' | 2019-02-15 | 1 | -2/+2 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | macOS: Show privacy notice on adding first tunnel0.0.20190207-3 | 2019-02-15 | 5 | -8/+47 | |
| | | | | | | | | App store reviewers don't understand that this isn't a service. Revert this as soon as they come to their senses. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Version bump | 2019-02-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | wireguard-go: bump for ARM64 ChaCha20 | 2019-02-14 | 1 | -0/+0 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | .mobileconfig: fix formatting | 2019-02-13 | 1 | -45/+45 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | .mobileconfig: note keychain limitation | 2019-02-13 | 1 | -0/+4 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |