<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ryujinx/Ryujinx.HLE/HOS/Services/Sockets/Sfdnsres/IResolver.cs, branch master</title>
<subtitle>A backup of the Ryujinx master git branch.
</subtitle>
<id>https://git.benis.co.uk/Ryujinx/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/Ryujinx/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/'/>
<updated>2023-04-27T21:51:14+00:00</updated>
<entry>
<title>Move solution and projects to src</title>
<updated>2023-04-27T21:51:14+00:00</updated>
<author>
<name>TSR Berry</name>
<email>20988865+TSRBerry@users.noreply.github.com</email>
</author>
<published>2023-04-07T23:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=cee712105850ac3385cd0091a923438167433f9f'/>
<id>urn:sha1:cee712105850ac3385cd0091a923438167433f9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Hipc to Cmif where appropriate (#3880)</title>
<updated>2023-04-14T23:00:34+00:00</updated>
<author>
<name>Alex Barney</name>
<email>thealexbarney@gmail.com</email>
</author>
<published>2023-04-14T23:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=11ecff2ff04633d261b9a43db792f6438df63f40'/>
<id>urn:sha1:11ecff2ff04633d261b9a43db792f6438df63f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bsd: Add support for dns_mitm (#4102)</title>
<updated>2022-12-12T17:04:08+00:00</updated>
<author>
<name>TSRBerry</name>
<email>20988865+TSRBerry@users.noreply.github.com</email>
</author>
<published>2022-12-12T17:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=df758eddd1d61f776415422dc4dd1fa8a776719c'/>
<id>urn:sha1:df758eddd1d61f776415422dc4dd1fa8a776719c</id>
<content type='text'>
* bsd: Add dns_mitm from Atmosphère

related AMS files:
- https://github.com/Atmosphere-NX/Atmosphere/blob/master/stratosphere/ams_mitm/source/dns_mitm/dnsmitm_resolver_impl.cpp
- https://github.com/Atmosphere-NX/Atmosphere/blob/master/stratosphere/ams_mitm/source/dns_mitm/dnsmitm_host_redirection.cpp

* Remove debug logging and adjust redirect message

* Improve formatting

Co-authored-by: Ac_K &lt;Acoustik666@gmail.com&gt;

* Replace Initialize with instance property

* bsd: dns_mitm - Ignore empty lines

* bsd: Mark _mitmHostEntries as readonly

* bsd: Initialize Aliases when returning IpHostEntry

Fixes NullReferenceException

Co-authored-by: Ac_K &lt;Acoustik666@gmail.com&gt;</content>
</entry>
<entry>
<title>sfdnsres; Fix deserializer of AddrInfoSerialized when addresses are empty (#3924)</title>
<updated>2022-11-28T01:53:57+00:00</updated>
<author>
<name>Ac_K</name>
<email>Acoustik666@gmail.com</email>
</author>
<published>2022-11-28T01:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=472119c8da7edaf7bf60fa75e87812e5cb16e33b'/>
<id>urn:sha1:472119c8da7edaf7bf60fa75e87812e5cb16e33b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused usings. (#3593)</title>
<updated>2022-08-18T16:04:54+00:00</updated>
<author>
<name>Nicholas Rodine</name>
<email>halfofastaple@gmail.com</email>
</author>
<published>2022-08-18T16:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=951700fdd8f54fb34ffe8a3fb328a68b5bf37abe'/>
<id>urn:sha1:951700fdd8f54fb34ffe8a3fb328a68b5bf37abe</id>
<content type='text'>
* Removed unused usings.

* Added back using, now that it's used.

* Removed extra whitespace.</content>
</entry>
<entry>
<title>Sfdnsres; Stub ResolverSetOptionRequest (#3493)</title>
<updated>2022-08-02T22:10:28+00:00</updated>
<author>
<name>Ac_K</name>
<email>Acoustik666@gmail.com</email>
</author>
<published>2022-08-02T22:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=842cb26ba55382874f4cabe641efa0ad124d0fac'/>
<id>urn:sha1:842cb26ba55382874f4cabe641efa0ad124d0fac</id>
<content type='text'>
This PR stub ResolverSetOptionRequest (checked by RE), but the options parsing is still missing since we don't support it in our current code.

(Close #3479)</content>
</entry>
<entry>
<title>sfdnsres: Fix serialization issues (#2992)</title>
<updated>2022-01-12T16:43:00+00:00</updated>
<author>
<name>Mary</name>
<email>me@thog.eu</email>
</author>
<published>2022-01-12T16:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=d300a5a45b73c7d1fdb631a9d93db66c70903486'/>
<id>urn:sha1:d300a5a45b73c7d1fdb631a9d93db66c70903486</id>
<content type='text'>
* sfdnsres: Fix serialization issues

Fix a crash on Monster Hunter Rise

* Address gdkchan's comments

* Address gdkchan's comments</content>
</entry>
<entry>
<title>Return error on DNS resolution when guest internet access is disabled (#2983)</title>
<updated>2022-01-08T23:18:09+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2022-01-08T23:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=4864648e727c6f526e3b65478f222c15468f6074'/>
<id>urn:sha1:4864648e727c6f526e3b65478f222c15468f6074</id>
<content type='text'>
* Return error on DNS resolution when guest internet access is disabled

* Log DNS lookup calls</content>
</entry>
<entry>
<title>sfdnsres: Implement NSD resolution (#2962)</title>
<updated>2022-01-03T21:12:50+00:00</updated>
<author>
<name>Mary</name>
<email>me@thog.eu</email>
</author>
<published>2022-01-03T21:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=60f03cb78a4c7b66ee72dbbfee4b1998474a604a'/>
<id>urn:sha1:60f03cb78a4c7b66ee72dbbfee4b1998474a604a</id>
<content type='text'>
This fix a missing implementation usage of NSD on IResolver when
requested on GetAddrInfoRequest* and GetHostByNameRequest*.</content>
</entry>
<entry>
<title>Fix GetHostByNameRequestWithOptions and GetHostByAddrRequestWithOptions (#2943)</title>
<updated>2021-12-28T11:22:58+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2021-12-28T11:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=6dacc4c577ed4ea81581e6d376630d0f6cc8250b'/>
<id>urn:sha1:6dacc4c577ed4ea81581e6d376630d0f6cc8250b</id>
<content type='text'>
</content>
</entry>
</feed>
