]> git.ipfire.org Git - thirdparty/wireguard-apple.git/shortlog
thirdparty/wireguard-apple.git
2018-12-13  Jason A. DonenfeldLocalize swiftlint
2018-12-13  Eric KuckReorganized ViewControllers (split out UIViews and...
2018-12-13  Jason A. DonenfeldAvoid escaping heap allocation
2018-12-13  Jason A. DonenfeldTidy up str to gostr conversion
2018-12-13  Roopesh ChanderTunnelsManager: Remove mentions of 'internal error'
2018-12-13  Roopesh ChanderTunnelsManager: Ask to check Internet connectivity...
2018-12-13  Roopesh ChanderRemove unused code: InternetReachability
2018-12-13  Roopesh ChanderTunnelsManager: Remove unused variable
2018-12-13  Roopesh ChanderTunnelsManager: Remove assert
2018-12-13  Jason A. DonenfeldSimplify C strings
2018-12-13  Roopesh ChanderTunnelsManager: Fix race between multiple startActivati...
2018-12-13  Roopesh ChanderTunnelsManager: Reintroduce waiting for another tunnel...
2018-12-13  Jason A. DonenfeldRewrite Logger
2018-12-13  Eric KuckMore reliable logo sizing
2018-12-13  Roopesh ChanderTunnelsManager: Report activation errors through the...
2018-12-13  Roopesh ChanderLogging: Write versions from both app and extension
2018-12-13  Roopesh ChanderLogging: file_log doesn't need the message type
2018-12-13  Roopesh ChanderLogging: Tag the entries in the merged log
2018-12-13  Roopesh ChanderLogging: Use ringlogger for logging from the app
2018-12-13  Roopesh ChanderLogging: ringlogger.c: Trim trailing newlines
2018-12-13  Roopesh ChanderLogging: Use ringlogger for logging from the extension
2018-12-13  Roopesh ChanderAvoid using 'VPN' in code where possible
2018-12-13  Roopesh Chandermv WireGuard/WireGuard/VPN/ WireGuard/WireGuard/Tunnel/
2018-12-13  Jason A. DonenfeldCommit untested ringlogger code
2018-12-13  Jason A. DonenfeldRemove useless whitespace
2018-12-13  Jason A. DonenfeldSettings: better padding calculation
2018-12-13  Eric KuckFixed hacky logo display for settings
2018-12-13  Eric KuckMore formatting nits and cyclomatic complexity fixes
2018-12-12  Eric KuckMore linter warnings fixed, enabled more swiftlint...
2018-12-12  Eric KuckTons more swiftlint warnings fixed. Still a few remaining.
2018-12-12  Eric KuckAdded swiftlint and fixed all errors (and a bunch,...
2018-12-12  Roopesh ChanderZip importing: importFromFile should take a completionH...
2018-12-12  Roopesh ChanderErrorPresenter: Support onPresented for showErrorAlert...
2018-12-12  Roopesh ChanderZip importing: Handle spaces in filenames correctly
2018-12-12  Jason A. DonenfeldSupply missing pieces of path change
2018-12-11  Eric KuckFixed a potential race condition, better naming on...
2018-12-11  Eric KuckAdded an (unfinished) NWPathMonitor implementation...
2018-12-11  Jason A. DonenfeldRevert pure-go network monitoring and add wgSetConfig
2018-12-11  Roopesh ChanderState restoration: Don't create duplicate mainVC and...
2018-12-10  Roopesh ChanderTunnelsManager: Error out only on no-internet scenario
2018-12-10  Roopesh ChanderRemove the feature of waiting for another tunnel to...
2018-12-10  Roopesh ChanderTunnelsManager: Deactivate only when the status becomes...
2018-12-10  Roopesh ChanderAllow turning off the status switch of a waiting tunnel
2018-12-10  Roopesh ChanderTunnelsManager: Handle status change in TunnelsManager
2018-12-10  Roopesh ChanderError handling: alertText() can be nil
2018-12-10  Roopesh ChanderTunnelsManager: Don't act on status change on tunnelPro...
2018-12-10  Roopesh ChanderTunnelsManager: Always call the completion handler...
2018-12-10  Roopesh ChanderTunnelsManager: Debugging helpers for tunnel status
2018-12-10  Roopesh ChanderTunnelsManager: Handle deactivation of a waiting tunnel
2018-12-10  Roopesh ChanderTunnels list: Fix AutoLayout error during deletion...
2018-12-09  Roopesh ChanderSettings: Dynamic Type support
2018-12-09  Roopesh ChanderTunnel edit: Dynamic Type support
2018-12-09  Roopesh ChanderTunnel detail: Dynamic Type support
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...
next