| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-02 | Bump 2020.5-b1 | Andrej Mihajlov | 1 | -8/+8 | |
| 2020-10-27 | Fix regression where "Internal error" was displayed instead of server error ↵ | Andrej Mihajlov | 4 | -7/+35 | |
| (i.e too many WireGuard keys) | |||||
| 2020-09-15 | Use UInt32 constants | Andrej Mihajlov | 1 | -1/+1 | |
| 2020-09-15 | Remove never unused options | Andrej Mihajlov | 1 | -8/+2 | |
| 2020-09-15 | Move AnyIPEndpoint to a separate file & implement CustomStringConvertible on ↵ | Andrej Mihajlov | 5 | -74/+76 | |
| IPEndpoint<T> | |||||
| 2020-09-15 | Update copyright notice in PacketTunnelSettingsGenerator.swift | Andrej Mihajlov | 1 | -0/+1 | |
| 2020-09-11 | Edit changelog and add iOS 2020.4 release header | Linus Färnstrand | 1 | -4/+10 | |
| 2020-09-10 | Screenshots: stop taking a screenshot of Login screen | Andrej Mihajlov | 1 | -1/+0 | |
| 2020-09-10 | Snapfile: clean up device status bar | Andrej Mihajlov | 2 | -37/+4 | |
| 2020-09-10 | Update snapshot 2.158.0 | Andrej Mihajlov | 3 | -88/+66 | |
| 2020-09-10 | Add missing button identifiers | Andrej Mihajlov | 6 | -7/+13 | |
| 2020-09-09 | Refactor DNS64 resolution code | Andrej Mihajlov | 3 | -40/+68 | |
| 2020-09-09 | Add missing copyright notices | Andrej Mihajlov | 2 | -0/+2 | |
| 2020-09-08 | Rename IpAddress+Codable.swift to IPAddress+Codable.swift | Andrej Mihajlov | 2 | -9/+9 | |
| Aligns the naming convention with other files. | |||||
| 2020-09-08 | Improve IPAddressRange and add tests | Andrej Mihajlov | 3 | -35/+136 | |
| 2020-09-08 | Add missing copyright notice | Andrej Mihajlov | 1 | -0/+1 | |
| 2020-09-03 | Add localization comment | Andrej Mihajlov | 1 | -1/+1 | |
| 2020-09-03 | Remove storyboards from project | Andrej Mihajlov | 2 | -3/+15 | |
| 2020-09-03 | BasicTableViewCell already creates background views | Andrej Mihajlov | 1 | -2/+0 | |
| 2020-09-03 | Move SettingsViewController to XIB | Andrej Mihajlov | 12 | -273/+111 | |
| 2020-09-03 | Move ConnectViewController to XIB | Andrej Mihajlov | 5 | -125/+138 | |
| 2020-09-03 | Rename SelectLocationController to SelectLocationViewController | Andrej Mihajlov | 5 | -15/+14 | |
| 2020-09-03 | Move LoginViewController to XIB | Andrej Mihajlov | 7 | -219/+218 | |
| 2020-09-03 | Move ConsentViewController to XIB | Andrej Mihajlov | 5 | -144/+165 | |
| 2020-09-03 | Delegate view controller management | Andrej Mihajlov | 5 | -33/+83 | |
| 2020-09-03 | RootContainer: add popToRootViewController | Andrej Mihajlov | 1 | -0/+6 | |
| 2020-09-03 | Move AccountViewController to XIB | Andrej Mihajlov | 6 | -244/+261 | |
| 2020-09-03 | SettingsController: add navigation route to wireguard keys | Andrej Mihajlov | 1 | -3/+7 | |
| 2020-09-03 | Move WireguardKeysViewController to XIB | Andrej Mihajlov | 6 | -242/+269 | |
| 2020-09-03 | Bump iOS version (2020.4, build 3)ios/2020.4 | Andrej Mihajlov | 1 | -4/+4 | |
| 2020-09-03 | Undo the change that prevents the account view from appearing when account ↵ | Andrej Mihajlov | 1 | -1/+1 | |
| has insufficient funds | |||||
| 2020-09-03 | Remove dup() call | Andrej Mihajlov | 1 | -19/+1 | |
| 2020-09-03 | Update wireguard-go-bridge | Andrej Mihajlov | 1 | -2/+11 | |
| https://git.zx2c4.com/wireguard-apple/commit/?id=737f847c0db36429f7136fb514409c22e13a70ee | |||||
| 2020-09-02 | Bump iOS version (2020.4, build 2) | Andrej Mihajlov | 1 | -4/+4 | |
| 2020-09-02 | Always call the completion handler | Andrej Mihajlov | 1 | -12/+12 | |
| 2020-09-02 | Make sure to call the system completionHandler after the stop operation is ↵ | Andrej Mihajlov | 1 | -2/+4 | |
| fully finished On iOS 13.4 the tunnel process is terminated when the completion handler is called. Postponing the call until we clear out the operation queue lets PacketTunnel deallocate before the process exits | |||||
| 2020-09-02 | Prevent wrapping KVO in stateLock as it may cause a deadlock in property ↵ | Andrej Mihajlov | 1 | -16/+29 | |
| accessors | |||||
| 2020-09-02 | Change logging queue priority from background to utility | Andrej Mihajlov | 1 | -1/+1 | |
| 2020-09-02 | Pass queue for completion callbacks | Andrej Mihajlov | 6 | -88/+134 | |
| 2020-09-02 | When disconnecting, make the UI appear as if the tunnel is already disconnected | Andrej Mihajlov | 1 | -2/+2 | |
| 2020-09-02 | Add PacketTunnelState and rework tunnel | Andrej Mihajlov | 2 | -153/+268 | |
| 2020-09-02 | AppDelegate: forward packet tunnel logs and print them to stdout in DEBUG | Andrej Mihajlov | 2 | -10/+28 | |
| 2020-09-02 | Use work queue in network monitor | Andrej Mihajlov | 1 | -44/+37 | |
| 2020-09-01 | REST: Percent encode public keys | Andrej Mihajlov | 1 | -1/+4 | |
| 2020-08-28 | Turn off WireGuard when no active network interfaces available. | Andrej Mihajlov | 2 | -32/+122 | |
| 2020-08-28 | Enable autoscroll on scroll to bottom | Andrej Mihajlov | 1 | -0/+7 | |
| 2020-08-19 | Wrap IPC response in container type to fix JSON encoding issue of primitive ↵ | Andrej Mihajlov | 3 | -8/+13 | |
| types without top level container | |||||
| 2020-08-19 | Remove blur background | Andrej Mihajlov | 5 | -161/+56 | |
| 2020-08-18 | Parse logs and shorten UI output | Andrej Mihajlov | 4 | -12/+182 | |
| 2020-08-18 | Add milliseconds to the log output | Andrej Mihajlov | 1 | -13/+10 | |
