<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/SocketHttpListener, branch v10.0.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.0.0</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2019-01-24T17:56:43Z</updated>
<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>
<entry>
<title>Fixed csproj and xml identation.</title>
<updated>2019-01-19T14:01:16Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-19T14:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c5430f86b0b5863482e7c4f7e55a79c7d88c133b'/>
<id>urn:sha1:c5430f86b0b5863482e7c4f7e55a79c7d88c133b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat JustAMan review pt3 changes</title>
<updated>2019-01-18T15:48:01Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-18T15:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c1f76eb8ab2c4fe536a9b612d659bf739f0cc7ac'/>
<id>urn:sha1:c1f76eb8ab2c4fe536a9b612d659bf739f0cc7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper format: conform inline 'out' parameters.</title>
<updated>2019-01-13T20:46:33Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e8674464373c3635243953cded42fcd2aa87d196'/>
<id>urn:sha1:e8674464373c3635243953cded42fcd2aa87d196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper conform to 'var' settings</title>
<updated>2019-01-13T20:37:13Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=65bd052f3e8682d177520af57db1c8ef5cb33262'/>
<id>urn:sha1:65bd052f3e8682d177520af57db1c8ef5cb33262</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper Reformat: Properties to expression bodied form.</title>
<updated>2019-01-13T20:31:14Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a36658f6f0ed342d8b55dbf7c9ff95fe3abfa818'/>
<id>urn:sha1:a36658f6f0ed342d8b55dbf7c9ff95fe3abfa818</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt</title>
<updated>2019-01-13T20:10:15Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:10:15Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=089ad8e7c2ee6360b2ff24751202766795a2e82d'/>
<id>urn:sha1:089ad8e7c2ee6360b2ff24751202766795a2e82d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListener</title>
<updated>2019-01-13T20:03:10Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b062577d81895b2fe1874aa9b44a1961436094a2'/>
<id>urn:sha1:b062577d81895b2fe1874aa9b44a1961436094a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EditorConfig reformat: Non-CS files.</title>
<updated>2019-01-13T19:45:51Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=742bef5b5f916861920bf7522bc44960a8b4c686'/>
<id>urn:sha1:742bef5b5f916861920bf7522bc44960a8b4c686</id>
<content type='text'>
</content>
</entry>
</feed>
