<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs, branch v10.11.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-01-28T10:29:46Z</updated>
<entry>
<title>Merge pull request #12925 from Bond-009/await</title>
<updated>2025-01-28T10:29:46Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-01-28T10:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=973489232205755abe16762c1e3446f2236349f2'/>
<id>urn:sha1:973489232205755abe16762c1e3446f2236349f2</id>
<content type='text'>
Always await instead of directly returning Task</content>
</entry>
<entry>
<title>Backport pull request #13033 from jellyfin/release-10.10.z</title>
<updated>2024-11-19T20:43:32Z</updated>
<author>
<name>goknsh</name>
<email>goknsh@users.noreply.github.com</email>
</author>
<published>2024-11-19T20:43:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=924c80a209be808366498bef46aaf1c52d52509b'/>
<id>urn:sha1:924c80a209be808366498bef46aaf1c52d52509b</id>
<content type='text'>
Respect cancellation token/HTTP request aborts correctly in `SymlinkFollowingPhysicalFileResultExecutor`

Original-merge: 293e0f5fafe6ba0c7cfc269b889cb0d4d1ada59a

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Always await instead of directly returning Task</title>
<updated>2024-10-31T16:02:06Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-10-31T16:02:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d2db7004024c6bbdd541a381c673f1e0b0aebfcb'/>
<id>urn:sha1:d2db7004024c6bbdd541a381c673f1e0b0aebfcb</id>
<content type='text'>
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task

The performance impact is negligible (and it's me saying that!)
</content>
</entry>
<entry>
<title>Remove BOM from UTF-8 files</title>
<updated>2024-08-30T13:29:48Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-08-30T13:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=97a02f58039855eb1e3e23686d4fe5bee1fbd15e'/>
<id>urn:sha1:97a02f58039855eb1e3e23686d4fe5bee1fbd15e</id>
<content type='text'>
I think some people need to change their IDE configuration ;)
</content>
</entry>
<entry>
<title>Replace != null with is not null</title>
<updated>2022-12-05T14:01:13Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-12-05T14:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=52194f56b5f07e3ae01e2fb6d121452e37d1e93f'/>
<id>urn:sha1:52194f56b5f07e3ae01e2fb6d121452e37d1e93f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove extra argument</title>
<updated>2022-10-06T18:39:22Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-10-06T18:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f5613add1af9e789a7c16f6f631cccd329d5841a'/>
<id>urn:sha1:f5613add1af9e789a7c16f6f631cccd329d5841a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanup</title>
<updated>2022-08-18T11:56:23Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-08-12T18:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5036afd69127cc6f6b0801329b2b04f21aee71f5'/>
<id>urn:sha1:5036afd69127cc6f6b0801329b2b04f21aee71f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Flush to disk async where possible</title>
<updated>2022-01-22T22:36:42Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-01-22T22:36:42Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e7be01d7a5b7d2e93d8ee0fddb812c2ce048db50'/>
<id>urn:sha1:e7be01d7a5b7d2e93d8ee0fddb812c2ce048db50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warning: Using directive is not required by the code and can be safely removed (#2149)</title>
<updated>2021-10-03T03:49:41Z</updated>
<author>
<name>KonH</name>
<email>konh@yandex.ru</email>
</author>
<published>2021-10-03T03:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b6bf43af4590579a1902552ed1b1eaaa4946f7b3'/>
<id>urn:sha1:b6bf43af4590579a1902552ed1b1eaaa4946f7b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6613 from Bond-009/randomaccess</title>
<updated>2021-09-25T18:34:21Z</updated>
<author>
<name>Claus Vium</name>
<email>cvium@users.noreply.github.com</email>
</author>
<published>2021-09-25T18:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c5491dc46cc4c9b52017bcfd3efb89b15629ee3c'/>
<id>urn:sha1:c5491dc46cc4c9b52017bcfd3efb89b15629ee3c</id>
<content type='text'>
</content>
</entry>
</feed>
