]> git.ipfire.org Git - thirdparty/wireguard-apple.git/shortlog
thirdparty/wireguard-apple.git
2018-12-09  Roopesh ChanderTunnels list: Dynamic Type support for the add button...
2018-12-09  Roopesh ChanderTunnels list: Dynamic Type support for the table view
2018-12-09  Roopesh ChanderModel: Declare keyLength constant and use that wherever...
2018-12-08  Roopesh ChanderTunnelsManager: Observe status for all tunnels in one...
2018-12-08  Roopesh ChanderTunnelsManager: Remove unused variables
2018-12-08  Roopesh ChanderZip: Fix comment
2018-12-07  Jason A. DonenfeldVersion bump 0.0.20181104-5
2018-12-07  Jason A. DonenfeldPacketTunnelProvider: Show log timestamp
2018-12-07  Jason A. Donenfeldwireguard-go-bridge: account for network changes
2018-12-07  Roopesh ChanderZip: Increase size of buffer used to read data from...
2018-12-07  Roopesh ChanderSettings: Export log: Perform file operations in a...
2018-12-07  Roopesh ChanderOn-Demand: TunnelViewModel: Make activate-on-demand...
2018-12-07  Roopesh ChanderOn-Demand: Move detail text to TunnelViewModel
2018-12-07  Jason A. DonenfeldPlist: Handle crypto export
2018-12-07  Jason A. DonenfeldMake strings consistent
2018-12-07  Roopesh ChanderState restoration: Restore tunnel detail view
2018-12-07  Roopesh ChanderMain VC: No need to refresh statuses if the tunnelsMana...
2018-12-07  Roopesh ChanderTunnels list: Deselect rows correctly
2018-12-07  Roopesh ChanderSettings: Exporting configs as zip should open document...
2018-12-07  Roopesh ChanderError handling: Use ErrorPresenter.showErrorAlert(...
2018-12-07  Roopesh ChanderError handling: Use WireGuardAppError and WireGuardResu...
2018-12-07  Roopesh ChanderError handling: Introduce a WireGuardResult type to...
2018-12-07  Roopesh ChanderError handling: Introduce a WireGuardAppError protocol...
2018-12-07  Roopesh ChanderError handling: Cleanup Tunnels Manager errors
2018-12-07  Roopesh ChanderError presenter: Always handle the passed error
2018-12-07  Roopesh ChanderTunnel detail: Cell status switch should be toggled...
2018-12-07  Roopesh ChanderRefactoring: Consolidate file deletion into a separate...
2018-12-07  Roopesh ChanderNE: Logging: Log file should begin with version numbers...
2018-12-04  Roopesh ChanderNE: Logging: Make it clear which calls to wg_log use...
2018-12-04  Roopesh ChanderSettings: Add timestamp to exported log
2018-12-03  Roopesh ChanderRefactor out VPN-handling stuff from tunnels list VC...
2018-12-03  Roopesh ChanderVPN: Error out when tunnel activation fails because...
2018-12-02  Roopesh ChanderSettings: Export log file
2018-11-29  Roopesh ChanderNE: Write log to file
2018-11-29  Roopesh ChanderInfo.plist: Add app group id for accessing from both...
2018-11-29  Roopesh ChanderXcode: Add app groups capability
2018-11-28  Roopesh ChanderIt's 'WiFi', not 'Wifi'
2018-11-23  Roopesh ChanderNE: All DNS queries must first go through the VPN's...
2018-11-19  Roopesh ChanderTunnel view model: Invalidate the configuration object...
2018-11-19  Roopesh ChanderConfig file parser: Be case-insensitive to attribute...
2018-11-17  Roopesh ChanderConfig file parser: Fix typo
2018-11-15  Roopesh ChanderExporting: Export to zip in a background thread
2018-11-15  Roopesh ChanderExporting: Refactor out zip exporting into a separate...
2018-11-15  Roopesh ChanderExporting: No need to check for duplicate names - we...
2018-11-15  Roopesh ChanderImporting: Import from zip in a background thread
2018-11-14  Roopesh ChanderImporting: Refactor out zip importing into a separate...
2018-11-14  Roopesh ChanderTunnels manager: After saving after activating on-deman...
2018-11-12  Roopesh ChanderTunnels manager: Need to keep VPN-on-demand tunnels...
2018-11-12  Roopesh ChanderTunnel detail: Show VPN-on-demand information
2018-11-12  Roopesh ChanderTunnels manager: Keep track of NETunnelProviderManager...
2018-11-12  Roopesh ChanderTunnel edit: Update for VPN-on-demand changes
2018-11-12  Roopesh ChanderTunnel view model: VPN-on-demand stuff shouldn't be...
2018-11-12  Roopesh ChanderModel, Tunnels manager: Rewrite the model for VPN-on...
2018-11-10  Roopesh ChanderTunnelsManager: Support for on-demand rules
2018-11-10  Roopesh ChanderTunnel edit, Tunnel view model: UI for providing On...
2018-11-10  Roopesh ChanderModel: Add activationType to tunnel configuration
2018-11-10  Roopesh ChanderModel: ActivityType enum to represent VPN-on-demand...
2018-11-10  Roopesh ChanderModel: TunnelConfiguration: Add explicit conformance...
2018-11-10  Roopesh ChanderModel: Ensure that a TunnelConfiguration always has...
2018-11-10  Roopesh ChanderVPN: When activating while another tunnel is active...
2018-11-10  Roopesh ChanderTunnelsManager: startDeactivation() need not take a...
2018-11-10  Roopesh ChanderVPN: There are no DNS errors to handle in the app now
2018-11-09  Roopesh ChanderNE: Minor refactoring to enable calling startTunnel...
2018-11-09  Roopesh ChanderVPN: Refresh tunnel statuses when app gets to the foreg...
2018-11-09  Roopesh ChanderRemove unused code
2018-11-09  Roopesh ChanderTunnelsManager: Ability to refresh connection statuses
2018-11-09  Roopesh ChanderNE: When there's an error starting the tunnel, show...
2018-11-08  Roopesh ChanderRemove unused file PacketTunnelOptionKey.swift
2018-11-08  Roopesh ChanderMove logic to extension: Bring up the tunnel from the...
2018-11-08  Roopesh ChanderDNSResolver: Simplify
2018-11-08  Roopesh ChanderDNSResolver: Let's not cache DNS resolution results...
2018-11-08  Roopesh ChanderDNSResolver: DNS resolution can now happen synchronously
2018-11-08  Roopesh ChanderModel: Endpoint.hostname()
2018-11-08  Roopesh ChanderMove logic to extension: NETunnelProviderProtocol exten...
2018-11-08  Roopesh ChanderMove logic to extension: Refactor PacketTunnelOptionsGe...
2018-11-08  Roopesh ChanderMove logic to extension: Move DNSResolver to extension
2018-11-08  Roopesh ChanderMove logic to extension: .resolvingEndpointDomains...
2018-11-08  Roopesh ChanderMove logic to extension: DNS resolution no longer happe...
2018-11-08  Roopesh ChanderMove logic to extension: Include shared model code...
2018-11-08  Roopesh ChanderModel: Move InterfaceConfiguration.publicKey to Curve25...
2018-11-08  Roopesh ChanderMove logic to extension: Move PacketTunnelOptionsGenera...
2018-11-08  Roopesh ChanderMove logic to extension: Invoke startTunnel() without...
2018-11-08  Roopesh ChanderMove logic to extension: Move model files to Shared
2018-11-08  Roopesh ChanderTunnel edit: While preparing for reuse, should make...
2018-11-07  Jason A. DonenfeldVersion bump 0.0.20181104-4
2018-11-07  Roopesh ChanderiPad: Ensure we set sourceRect for all cases where...
2018-11-07  Roopesh ChanderInfo.plist: Register for handling public.text files...
2018-11-07  Roopesh ChanderImporting: Also support importing public.text files...
2018-11-07  Roopesh ChanderiPad: Set correct sourceRect for the popover anchored...
2018-11-07  Roopesh ChanderTunnelsManager: Return a manager with no tunnels in...
2018-11-07  Roopesh ChanderiPad: Configuring the split-view controller should...
2018-11-07  Jason A. DonenfeldSettings: show build id
2018-11-07  Jason A. DonenfeldMake license consistent
2018-11-06  Jason A. DonenfeldVersion bump 0.0.20181104-3
2018-11-06  Jason A. DonenfeldImporting: simplify
2018-11-06  Roopesh ChanderImporting: Assume imported files without .conf or ...
2018-11-06  Roopesh ChanderDNSResolver: No need to resolve if the endpoint is...
2018-11-06  Roopesh ChanderModel: Endpoint.hasHostAsIPAddress()
2018-11-06  Jason A. DonenfeldPacketTunnelProvider: modernize header
2018-11-06  Jason A. DonenfeldNot horribly broken
next