index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
LiveTv
/
TunerHosts
/
HdHomerun
Age
Commit message (
Expand
)
Author
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-11-10
Fix incorrect starting offset of buffer span in CheckTunerAvailability.
Michael Powers
2022-02-14
Fix some warnings
Bond_009
2022-02-06
Merge pull request #7241 from Bond-009/async5
Cody Robibero
2022-01-22
Flush to disk async where possible
Bond_009
2022-01-22
Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuatio...
Bond_009
2022-01-10
Fix warning SA1414 and CA1849
Bond_009
2022-01-07
Remove task cancellation hacks
Bond_009
2021-12-27
Remove more warnings
Cody Robibero
2021-12-27
More cleanup
Bond_009
2021-12-24
Merge branch 'master' into comparisons
Cody Robibero
2021-12-20
Use our own Contains extension
cvium
2021-11-15
Fix some warnings
Bond_009
2021-11-09
Merge pull request #5905 from BaronGreenback/TVFix
Claus Vium
2021-11-09
Fix some warnings
Bond_009
2021-11-08
Merge branch 'master' into TVFix
cvium
2021-10-08
Merge pull request #6678 from Bond-009/random
Claus Vium
2021-10-08
Use new Random.Shared instead of creating new instances
Bond_009
2021-10-06
Fix the last few warnings
Bond_009
2021-09-25
Fix some warnings
Bond_009
2021-09-24
Target net6.0
Bond_009
2021-09-20
Merge pull request #6538 from cvium/livetv_oh_no
Bond-009
2021-09-19
Reduce allocations
Bond_009
2021-09-10
Kill ProgressiveFileCopier and seek to end for ongoing livetv
cvium
2021-09-07
Ignore published server url for local access
cvium
2021-09-05
Merge branch 'master' into TVFix
cvium
2021-09-03
Fix some warnings
Bond_009
2021-08-28
Remove more and more warnings
Cody Robibero
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-06-19
Merge branch 'master' into comparisons
BaronGreenback
2021-05-28
Fix some warnings
Bond_009
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-16
Merge pull request #5999 from Bond-009/legacyhdhomerun
Bond-009
2021-05-08
Merge branch 'master' into comparisons
BaronGreenback
2021-05-06
Add support for legacy HDhomerun DUAl
Bond_009
2021-05-06
Use new ReadAllLines extensions
Bond_009
2021-05-05
Merge branch 'master' into comparisons
BaronGreenback
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
2021-05-03
Renamed
BaronGreenback
2021-05-03
Changed selection method
BaronGreenback
2021-04-30
prevent cancellationtoken leakage
cvium
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-17
Cleaned up "value assigned is not used in any execution path"
BaronGreenback
2021-04-08
Merge pull request #5520 from Bond-009/hdhomerun2
Bond-009
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-03-13
Rewrite HdHomerunManager.ParseReturnMessage
Bond_009
2021-03-13
Add test for HdHomerunManager.ParseReturnMessage
Bond_009
2021-03-13
Add test for HdHomerunManager.WriteSetMessage
Bond_009
2021-03-13
Merge pull request #5220 from Bond-009/hdhomerun
Bond-009
[next]