<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/ios/Operations/AsyncBlockOperation.swift, branch decrease-leaks-during-reconnect</title>
<subtitle>The Mullvad VPN client app for desktop and mobile</subtitle>
<id>http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect</id>
<link rel='self' href='http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/'/>
<updated>2025-09-30T09:11:30Z</updated>
<entry>
<title>Apply new swift format rules to codebase</title>
<updated>2025-09-30T09:11:30Z</updated>
<author>
<name>Steffen</name>
<email>steffen.ernst@mullvad.net</email>
</author>
<published>2025-09-23T06:40:20Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=19be6c47c46f1cbfad3f4d086805a687fe87e500'/>
<id>urn:sha1:19be6c47c46f1cbfad3f4d086805a687fe87e500</id>
<content type='text'>
# Conflicts:
#	ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift
#	ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
</content>
</entry>
<entry>
<title>Update copyright string in switft files</title>
<updated>2025-02-04T14:51:03Z</updated>
<author>
<name>Oskar</name>
<email>oskar@mullvad.net</email>
</author>
<published>2025-02-04T14:50:53Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=e637174951ee39c08552bc28bdb04b9196ddde1c'/>
<id>urn:sha1:e637174951ee39c08552bc28bdb04b9196ddde1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable compilation with Swift 6 for most targets</title>
<updated>2025-01-14T09:18:06Z</updated>
<author>
<name>Bug Magnet</name>
<email>marco.nikic@mullvad.net</email>
</author>
<published>2024-12-04T13:43:23Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=d1cf679456f87b2f93b150c67a76fa20e31d7643'/>
<id>urn:sha1:d1cf679456f87b2f93b150c67a76fa20e31d7643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass closure to block operations instead of the entire operation</title>
<updated>2023-05-03T14:41:55Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-05-03T14:21:27Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b1b1c15666c08b1a2a3185b7f0a30befd67b98a8'/>
<id>urn:sha1:b1b1c15666c08b1a2a3185b7f0a30befd67b98a8</id>
<content type='text'>
Block operations receive (Error?) -&gt; Void
Result block operations receive (Result&lt;Output, Error&gt;) -&gt; Void
Transform operations receive (Input, (Result&lt;Output, Error&gt;) -&gt; Void) -&gt; Void
</content>
</entry>
<entry>
<title>Add assertion that block cannot be nil</title>
<updated>2023-05-03T14:41:55Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-05-03T11:31:41Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=242a96da4f9d8d91195e3997e45aaf72a09db8ca'/>
<id>urn:sha1:242a96da4f9d8d91195e3997e45aaf72a09db8ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AsyncOperation: remove finish() call as it's guaranteed that execution block should exist</title>
<updated>2023-05-03T14:41:55Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-05-03T11:17:36Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=181d7cb4e21c9b6f265bac0480771a8a6eda3198'/>
<id>urn:sha1:181d7cb4e21c9b6f265bac0480771a8a6eda3198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Operations: add convenience initializer that returns cancellable object</title>
<updated>2023-05-03T14:41:55Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-04-26T15:59:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=fecf172fd12d4e29ed960555cbda24b4981098fc'/>
<id>urn:sha1:fecf172fd12d4e29ed960555cbda24b4981098fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure that cancellation does not fire until operation is executing</title>
<updated>2023-04-14T11:05:07Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-04-13T10:41:37Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=7198018f6bbe128c4c972a9407c0dc22be755855'/>
<id>urn:sha1:7198018f6bbe128c4c972a9407c0dc22be755855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Operations: update header comment</title>
<updated>2022-10-21T13:54:19Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2022-10-21T10:54:37Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=c29839313b324aec7b806001884a51b5c9b4e0a7'/>
<id>urn:sha1:c29839313b324aec7b806001884a51b5c9b4e0a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move AsyncOperation into Operations static library and add separate tests</title>
<updated>2022-09-26T14:35:38Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2022-09-25T14:34:23Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=f389956c2cd884df142adbf00ff2ac7e2f69c2b2'/>
<id>urn:sha1:f389956c2cd884df142adbf00ff2ac7e2f69c2b2</id>
<content type='text'>
</content>
</entry>
</feed>
