<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/ios/RelayCache, 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>2023-12-11T10:44:56Z</updated>
<entry>
<title>Moving RelayCache into MullvadREST</title>
<updated>2023-12-11T10:44:56Z</updated>
<author>
<name>mojganii</name>
<email>mojgan.jelodar@codic.se</email>
</author>
<published>2023-12-07T09:42:04Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=fef5f92b867126342192901c6abc7ec8514a4ea9'/>
<id>urn:sha1:fef5f92b867126342192901c6abc7ec8514a4ea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.</title>
<updated>2023-10-16T12:50:50Z</updated>
<author>
<name>Jon Petersson</name>
<email>jon.petersson@kvadrat.se</email>
</author>
<published>2023-09-26T14:11:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=c946ac56c4d591c41cc951ba1958f3d7d2f3affa'/>
<id>urn:sha1:c946ac56c4d591c41cc951ba1958f3d7d2f3affa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace Caching type with FileCache&lt;Content: Codable&gt;</title>
<updated>2023-06-13T14:25:10Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-06-12T09:52:10Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b6a59eb7d162c97dd8827eeed46cfca7d2eef171'/>
<id>urn:sha1:b6a59eb7d162c97dd8827eeed46cfca7d2eef171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cache the last used shadowsocks configuration and reuse it subsequently</title>
<updated>2023-06-13T14:25:10Z</updated>
<author>
<name>Bug Magnet</name>
<email>marco.nikic@mullvad.net</email>
</author>
<published>2023-05-30T13:52:26Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=e84905793ac54c4768a416f76dd4589e1f66fcf1'/>
<id>urn:sha1:e84905793ac54c4768a416f76dd4589e1f66fcf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat the code for Swift 5.8</title>
<updated>2023-05-22T11:33:59Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2023-05-22T10:06:35Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ab46d1d97532e2f944cca13191dcf0eb8a625cb9'/>
<id>urn:sha1:ab46d1d97532e2f944cca13191dcf0eb8a625cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make RelayCache an instance</title>
<updated>2022-10-25T06:46:18Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2022-10-24T13:00:40Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=220749af09f1943eb5b73e395361c801a4d00d1d'/>
<id>urn:sha1:220749af09f1943eb5b73e395361c801a4d00d1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add .gitkeep to RelayCache/Assets</title>
<updated>2022-10-21T13:45:55Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2022-10-21T13:45:55Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=f3ff92d0fc452d73a8388e406319446964888c04'/>
<id>urn:sha1:f3ff92d0fc452d73a8388e406319446964888c04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move RelayCache.IO and CachedRelays into new RelayCache.framework</title>
<updated>2022-10-21T13:16:32Z</updated>
<author>
<name>sajacl</name>
<email>sajaclvishkai@gmail.com</email>
</author>
<published>2022-10-21T11:27:05Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=8ad5803493f26eefaa4d2e72980919e3b7233cd7'/>
<id>urn:sha1:8ad5803493f26eefaa4d2e72980919e3b7233cd7</id>
<content type='text'>
Moved RelayCache.IO and CachedRelays into new RelayCache.framework

Moved prebuild script to build phase script.

Renamed script, renamed/moved RelayCache.IO to RelayCache.

Renamed RelayCache.Tracker to RelayCacheTracker.

Set APPLICATION_EXTENSION_API_ONLY to true for RelayCache framework.

Updated gitignore.

Removed relays.json from git.

Removed relays.json from RelayCache framework

Removed RelayCache/FetchResult, moved/renamed code into RelayCacheTracker file.

Renamed CachedRelaysFetchResult to RelaysFetchResult.

Changed access level for RelaysFetchResult and NoCachedRelaysError.
</content>
</entry>
</feed>
