]> git.ipfire.org Git - thirdparty/wireguard-apple.git/shortlog
thirdparty/wireguard-apple.git
2018-08-28  Jeroen LeenartsReplace NSLog with os_log.
2018-08-28  Jeroen LeenartsCleanup config extraction.
2018-08-28  Jeroen LeenartsMove connection logic into seperate function.
2018-08-28  Jeroen LeenartsExtract log config to a function and base log level...
2018-08-28  Jeroen LeenartsMake wgContext lazy.
2018-08-27  Jeroen LeenartsInitial merge of rc's work.
2018-08-27  Jeroen LeenartsSelect correct IP version identifier based on packet...
2018-08-27  Jeroen LeenartsMove, modify and add key generation functions to project.
2018-08-27  Jason A. Donenfeldwireguard-go-bridge: free C strings
2018-08-23  Jeroen LeenartsAdd autorelease pool markers in Go callback functions.
2018-08-22  Eric KuckReworked main tableview switch layout & logic
2018-08-21  Jason A. DonenfeldImport 25519 functions, to be reorganized later
2018-08-21  Jeroen LeenartsUse a Switch on each tunnel cell.
2018-08-21  Jeroen LeenartsLine selection configures the tunnel.
2018-08-21  Eric KuckAdded ability to add tunnels with a QR code scan. Logic...
2018-08-17  Jeroen LeenartsUse first peer's endpoint as the tunnel remote address.
2018-08-16  Jeroen LeenartsExtend validators to work for DNS entries as well.
2018-08-16  Jeroen LeenartsUse `commaSeparatedToArray` utility everywhere.
2018-08-16  Jeroen LeenartsIf the selected tunnel is not "enabled", make it enabled.
2018-08-16  Jeroen LeenartsAdd on demand rule.
2018-08-16  Jeroen LeenartsDo not perform optional try, this ate errors in the...
2018-08-16  Jeroen LeenartsDisable warning for function body length.
2018-08-16  Jeroen LeenartsCalculate and apply CIDR.
2018-08-15  Eric KuckAdded validation before saving any tunnels
2018-08-15  Jeroen LeenartsApply endpoint config to routes.
2018-08-15  Jeroen LeenartsImprove validator for IPv6.
2018-08-15  Jeroen LeenartsAssign correct copyright.
2018-08-15  Jeroen LeenartsAdd Validator for Endpoints.
2018-08-15  Jeroen LeenartsRemove old import.
2018-08-15  Jeroen LeenartsRemove unused pods.
2018-08-14  Jeroen LeenartsMake sure the reference is not nil to packet flow....
2018-08-13  Jeroen LeenartsUse config key for DNS config setting.
2018-08-13  Jeroen LeenartsDo all packet reading from dispatch queue.
2018-08-13  Jeroen LeenartsDo not set MTU if none available or zero.
2018-08-13  Jason A. Donenfeldbridge: don't put on another thread
2018-08-12  Jeroen LeenartsLog on VPNStatusDidChange.
2018-08-12  Jeroen LeenartsConfig tweaking.
2018-08-12  Jeroen LeenartsUniversal logging.
2018-08-12  Jeroen LeenartsDo not read from packetFlow when tunnel is not yet...
2018-08-12  Jeroen LeenartsAdd back addresses.
2018-08-09  Jeroen LeenartsFix config generation.
2018-08-08  Jeroen LeenartsSwitch from using a single VPN manager to a VPN manager...
2018-08-08  Jeroen LeenartsAdd tunnel provider identifier.
2018-08-07  Jeroen LeenartsGenerate split allowed IPs in protocol configuration.
2018-08-06  Jeroen LeenartsRemove Address and related code.
2018-08-06  Jeroen LeenartsUpdate dependencies and remove unused dependencies.
2018-08-06  Jeroen LeenartsRemove incorrect core data model fields.
2018-08-06  Jeroen LeenartsAdd provider configuration generation.
2018-08-05  Jeroen LeenartsUpdate submodule.
2018-08-05  Jeroen LeenartsCall read packets on background queue to allow waiting...
2018-08-05  Jeroen LeenartsA handle of zero is also correct.
2018-08-05  Jeroen LeenartsSet a tunnel (routing) configuration. Still very rough.
2018-08-05  Jeroen LeenartsFix binding.
2018-08-05  Jeroen LeenartsClean up do_read.
2018-08-05  Jeroen LeenartsAdd default allowed IPs.
2018-08-05  Jeroen LeenartsUpdate steps in READMe.
2018-08-05  Jeroen LeenartsDump and expose WireGuard Go version info.
2018-08-05  Jeroen LeenartsAssign correct copyright.
2018-08-04  Jeroen LeenartsA server address is required for proper saving of proto...
2018-08-04  Jeroen LeenartsRemove some silly TODOs.
2018-08-04  Jeroen LeenartsFix entitlement.
2018-08-04  Jeroen LeenartsMake sure logs are visible.
2018-08-04  Jeroen LeenartsAdd NETunnelProviderManager management to AppCoordinator.
2018-08-03  Jeroen LeenartsFinish trampoline code.
2018-07-15  Jeroen LeenartsAdd acknowledgement to derivation from Apple sample...
2018-07-15  Jeroen LeenartsChange copyright notice.
2018-07-07  Jeroen LeenartsStart wire-up of logging and tunnel system.
2018-06-23  Jason A. DonenfeldFix bizarre name
2018-06-22  Eli YoungFinish casing fix from Wireguard to WireGuard
2018-06-22  Eli YoungChange absolute paths to relative paths
2018-06-22  Jeroen LeenartsObjective-C wrapper around WireguardGo.
2018-06-13  Jason A. DonenfeldGenerate fat archive
2018-06-12  Jason A. DonenfeldCorrect archive file extension
2018-06-12  Jason A. DonenfeldBuild using c-archive instead
2018-06-09  Jason A. DonenfeldFirst stab at Go bridge
2018-05-29  Jeroen LeenartsAllow adding and deleting peers.
2018-05-29  Jeroen LeenartsAllow adding unvalidated config.
2018-05-27  Jeroen LeenartsWire up TunnelConfigurationTableViewController.
2018-05-27  Jeroen LeenartsA config having zero peers is allowed.
2018-05-27  Jeroen LeenartsWe are dealing with not just any tunnel, but with WireG...
2018-05-27  Jeroen LeenartsDeal with final folder name issues due to Apple's case...
2018-05-26  Jeroen LeenartsAdd trash can icon.
2018-05-26  Jeroen LeenartsSome casing trouble in WireGuard strings.
2018-05-26  Jeroen LeenartsAd some color based on icon theme.
2018-05-26  Jeroen LeenartsEverything is a tunnel.
2018-05-24  Jeroen LeenartsAdd bare bones `ProfileConfigurationTableViewController`.
2018-05-24  Jeroen LeenartsBasic setup of ConnectionsTableViewController.
2018-05-24  Jeroen LeenartsFix casing from Wireguard to WireGuard.
2018-05-24  Jeroen LeenartsAdd app icon.
2018-05-24  Jeroen LeenartsAdd wg-quick related model properties.
2018-05-23  Jeroen LeenartsAdd data model.
2018-05-23  Jeroen LeenartsInitial project setup.
2018-05-20  Jason A. DonenfeldInitial commit