<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/SocketHttpListener/Net, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2019-03-07T21:16:27Z</updated>
<entry>
<title>Remove file added in #996</title>
<updated>2019-03-07T21:16:27Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-07T21:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d014a1dc1d6e2c9f2cd34dff768a94521f2a0cb9'/>
<id>urn:sha1:d014a1dc1d6e2c9f2cd34dff768a94521f2a0cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce the amount of exceptions thrown</title>
<updated>2019-03-07T20:42:56Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2019-02-24T14:47:59Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=37ea50a572e8bd00aad39c193087228a5d3a3433'/>
<id>urn:sha1:37ea50a572e8bd00aad39c193087228a5d3a3433</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove SocketHttpListener</title>
<updated>2019-02-27T06:32:36Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-02-27T06:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=77addb22835478a32c1133cfd69ae0da2ec5edea'/>
<id>urn:sha1:77addb22835478a32c1133cfd69ae0da2ec5edea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Begin removing System.Net sources</title>
<updated>2019-02-26T21:11:21Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-02-21T09:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=4db31acff940dc9cabbd39649103faf4dc2e2c47'/>
<id>urn:sha1:4db31acff940dc9cabbd39649103faf4dc2e2c47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style fixes</title>
<updated>2019-02-09T14:45:36Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-09T14:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3a5bbcf2a879dc78eda969e3e91c02f79e60bf0e'/>
<id>urn:sha1:3a5bbcf2a879dc78eda969e3e91c02f79e60bf0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make more things async</title>
<updated>2019-02-09T14:39:17Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-09T14:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=449074e73f6f94fa5fb98f1f9250c937806851c0'/>
<id>urn:sha1:449074e73f6f94fa5fb98f1f9250c937806851c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more analyzer warnings</title>
<updated>2019-01-27T11:12:44Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-01-27T11:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a709cbdc64de36a1ce989636a19344af61d9026d'/>
<id>urn:sha1:a709cbdc64de36a1ce989636a19344af61d9026d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary unsafe keywords.</title>
<updated>2019-01-27T08:26:10Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-25T22:38:25Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=fee42e883c6052a8065c17be8fe650834605ad39'/>
<id>urn:sha1:fee42e883c6052a8065c17be8fe650834605ad39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate some compile warnings (#600)</title>
<updated>2019-01-24T17:56:43Z</updated>
<author>
<name>hawken</name>
<email>hawken@thehawken.org</email>
</author>
<published>2019-01-24T17:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3701ce40375fc13987174f843b61b2d757d4a11f'/>
<id>urn:sha1:3701ce40375fc13987174f843b61b2d757d4a11f</id>
<content type='text'>
* Remove some unused variables
* remove duplicate "using .." by sorting and deduping the list
* Remove things that already exist in the parent class (in one case I moved some documentation to the parent)
* EntityBodyData and and NextSearch were never set (only read), removed
* _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet</content>
</entry>
<entry>
<title>Remove MediaBrowser.Text since it violates licenses and is overall hacky</title>
<updated>2019-01-20T05:30:50Z</updated>
<author>
<name>cvium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-01-16T19:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b35dcbb9f02c27d2d84ee3281a60d654a3fb1259'/>
<id>urn:sha1:b35dcbb9f02c27d2d84ee3281a60d654a3fb1259</id>
<content type='text'>
</content>
</entry>
</feed>
