Bond_009
|
f31224fa8f
|
Remove sync FileStream hack
|
3 years ago |
Bond_009
|
a6d1e542e6
|
Reduce allocations
|
3 years ago |
Claus Vium
|
74fef6c05b
|
Merge pull request #6177 from Bond-009/async
Use async FileStreams where it makes sense
|
3 years ago |
Cody Robibero
|
bfb37a9ed9
|
Fix typos
|
3 years ago |
Cody Robibero
|
8e498b01e7
|
Fix issues from merge
|
3 years ago |
Bond_009
|
e3dac4fda2
|
Use async FileStreams where it makes sense
|
3 years ago |
Cody Robibero
|
d7459fa2ec
|
Add missing xmldoc
|
3 years ago |
Cody Robibero
|
cba07b1ca6
|
Remove more and more warnings
|
3 years ago |
Bond_009
|
645825db36
|
Enable nullable for more files
|
3 years ago |
Bond_009
|
6f8ccab788
|
Move non-jellyfin extensions to separate project
|
3 years ago |
Bond_009
|
7e8428e588
|
Enable nullable reference types for Emby.Server.Implementations
|
4 years ago |
BaronGreenback
|
2e98de9062
|
Code Clean up: Convert to null-coalescing operator ?? (#5845)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
4 years ago |
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
4 years ago |
Bond_009
|
eba859e33e
|
Minor improvements
|
4 years ago |
dkanada
|
13d65318eb
|
Merge pull request #5223 from Bond-009/minor10
Minor improvements
|
4 years ago |
Bond_009
|
e9f22303a4
|
Properly forward cancellationTokens
|
4 years ago |
Bond_009
|
65bab55ca0
|
Minor improvements
|
4 years ago |
Bond-009
|
054adf6379
|
Merge pull request #4853 from Ullmie02/servicestack-json
|
4 years ago |
David
|
043d045448
|
Put json serializer options in private field
|
4 years ago |
David
|
196388d607
|
Remove custom Json serializer from Emby.Server.Implementations
|
4 years ago |
Ryan Petris
|
c0c0eaec05
|
new List(int) does not pre-allocate indicies like Arrays, it merely sets the initial capacity.
|
4 years ago |
crobibero
|
a9aafbaf5a
|
Don't throw exception unless needed
|
4 years ago |
crobibero
|
e621244405
|
Add missing EnsureSuccessStatusCode
|
4 years ago |
Claus Vium
|
0a35f35311
|
Merge pull request #4591 from jellyfin/schedulesdirect
Clean up SchedulesDirect
|
4 years ago |
Bond_009
|
81ca6cb47c
|
Clean up SchedulesDirect
|
4 years ago |
Bond_009
|
38932fc7d1
|
Schedules Direct requires the hex to be lowercase
|
4 years ago |
Bond_009
|
8c8a71692e
|
Remove Hex class as the BCL has one now
|
4 years ago |
Greenback
|
e51ddd326c
|
Fixes spelling.
|
4 years ago |
Bond_009
|
4b1c9dc9ea
|
Pass cancellation where possible
|
4 years ago |
crobibero
|
95a2de757f
|
remove custom HttpException
|
4 years ago |
Neil Burrows
|
e9d35cb2ca
|
Switching to the more efficient Hex.Encode function
|
4 years ago |
Neil Burrows
|
866c41519f
|
Perform hashing of Password for Schedules Direct on server
|
4 years ago |
Matt Montgomery
|
53d5f64e03
|
Fix SA1513, SA1514, SA1507, and SA1508
|
4 years ago |
Bond_009
|
384ab39f5b
|
Fix some warnings
|
4 years ago |
crobibero
|
2a8653b309
|
Merge remote-tracking branch 'upstream/master' into http-client-migrate
|
4 years ago |
crobibero
|
ae8ff1ca54
|
last time I swear
|
4 years ago |
crobibero
|
4d4dc0b555
|
Remove ResponseHeadersRead in SchedulesDirect
|
4 years ago |
crobibero
|
d8a0edc511
|
Revert "Remove ResponseHeadersRead where applicable"
This reverts commit 85844a84b6 .
|
4 years ago |
crobibero
|
85844a84b6
|
Remove ResponseHeadersRead where applicable
|
4 years ago |
crobibero
|
b111b9e2c9
|
Fix styling
|
4 years ago |
crobibero
|
4038d15c83
|
Properly migrate all HttpCompletionOption
|
4 years ago |
Bond_009
|
e653eef44f
|
Fix some warnings
|
4 years ago |
crobibero
|
97cc3d54bb
|
migrate to IHttpClientFactory in XmlTvListingsProvider
|
4 years ago |
crobibero
|
652e688cc1
|
migrate to IHttpClientFactory in SchedulesDirect
|
4 years ago |
Bond_009
|
ab2147751f
|
Make MediaBrowser.MediaEncoding warnings free
|
4 years ago |
Bond_009
|
2b400c99ef
|
Fix warnings
|
4 years ago |
Bond_009
|
febb6bced6
|
Review usage of string.Substring (part 1)
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
|
4 years ago |
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
4 years ago |
telans
|
3d9049ef08
|
fix SA1508
|
4 years ago |