| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-21 | Merge pull request #5444 from Ullmie02/hdhr-fix | Claus Vium | |
| (cherry picked from commit 329edd9dbe867902e735282b9a4e09a2fb4b9bd7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-03-08 | Merge pull request #5402 from Ullmie02/fix-null-size | Joshua M. Boniface | |
| Use FileShare.None when creating files (cherry picked from commit 480dd66428e2a8bf76c0747256f2e99b15aae212) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4741 from jellyfin/tests8 | Claus Vium | |
| Add tests for HdHomerunHost.GetLineup (cherry picked from commit 31e82737953700a53970e31010bc6c710be25872) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4738 from jellyfin/tests8 | Claus Vium | |
| Add tests for HdHomerunHost.GetModelInfo (cherry picked from commit e6650651b3fd85bb359420c72eaf4335b89d0c2c) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4737 from crobibero/missing-ensure-success | Claus Vium | |
| (cherry picked from commit f3228661279cbb6bc7251c8f737680dff1336002) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4735 from crobibero/json-recursion | Anthony Lavado | |
| Fix JsonConverter recursion (cherry picked from commit 94d805d03d93764365c5b63e23f239d47d23ad0a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4715 from crobibero/hdhr-json-bool | Claus Vium | |
| Add number to bool json converter (cherry picked from commit 0aad17554c737404aaf9492d4cb16eee2ccbd4e7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-02 | Minor improvements | Bond_009 | |
| 2020-11-24 | Don't throw null reference if ContentType is null. | crobibero | |
| 2020-11-21 | Merge branch 'master' into NetworkPR2 | Joshua M. Boniface | |
| 2020-11-21 | Merge pull request #4182 from ryanpetris/fix-hdhomerun | Joshua M. Boniface | |
| Fix HD Home Run streaming | |||
| 2020-11-21 | Update ↵ | BaronGreenback | |
| Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-21 | Added more comments. | Greenback | |
| 2020-11-21 | Merge branch 'master' into NetworkPR2 | BaronGreenback | |
| 2020-11-19 | Updated to latest Unstable. | Greenback | |
| 2020-11-18 | Fixes spelling. | Greenback | |
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-11-16 | Merge branch 'master' into NetworkPR2 | BaronGreenback | |
| 2020-11-15 | Merge branch 'master' into fix-hdhomerun | Ryan Petris | |
| 2020-11-15 | Return a Task object and discard it instead of using async void. | Ryan Petris | |
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into http-exception | crobibero | |
| 2020-11-14 | remove custom HttpException | crobibero | |
| 2020-11-14 | Access last element by index where possible | Bond_009 | |
| 2020-11-06 | Merge pull request #4410 from crobibero/m3u-user-agent | Bond-009 | |
| Set UserAgent when getting M3u playlist | |||
| 2020-11-03 | Apply patch | crobibero | |
| 2020-11-01 | Set UserAgent when getting M3u playlist | crobibero | |
| 2020-10-31 | Updated with new NetManager | Greenback | |
| 2020-10-29 | Add stream disposal comment. | crobibero | |
| 2020-10-29 | Fix early filestream close | crobibero | |
| 2020-10-04 | Updatig netcollection & re-inserting BOM | Jim Cartlidge | |
| 2020-09-30 | Merged with latest master | Jim Cartlidge | |
| 2020-09-23 | Preemptively throw a LiveTvConflictException when the tracked live streams ↵ | Ryan Petris | |
| for a given device/tuner will exceed the number of supported streams. | |||
| 2020-09-19 | Use TcpClient.Connect(). | Ryan Petris | |
| 2020-09-18 | Fix HD Home Run streaming. | Ryan Petris | |
| * Use LocalEndPoint instead of RemoteEndPoint when determining local address. * HdHomerunUdpStream.StartStreaming is meant to run until stream is closed, however HdHomerunUdpStream.Open needs to return as soon as stream is open to send stream url back to client. Therefore, StartStreaming should not be awaited on. * TcpClient(IPEndPoint) treats endpoint as the local endpoint; use TcpClient(string, int) instead as it treats endpoint as the remote endpoint. | |||
| 2020-09-14 | Removing blank lines. | Jim Cartlidge | |
| 2020-09-14 | Update based on PR1 changes. | Jim Cartlidge | |
| 2020-09-12 | Large number of files | Jim Cartlidge | |
| 2020-09-03 | Revert "Remove ResponseHeadersRead where applicable" | crobibero | |
| This reverts commit 85844a84b68f7da07695c4e3fa4d187acc559797. | |||
| 2020-09-03 | Remove ResponseHeadersRead where applicable | crobibero | |
| 2020-09-01 | Fix styling | crobibero | |
| 2020-09-01 | Remove HttpRequestOptions | crobibero | |
| 2020-09-01 | Properly migrate all HttpCompletionOption | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in M3UTunerHost | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in M3uParser | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in SharedHttpStream | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in HdHomerunHost | crobibero | |
| 2020-08-19 | More warn | Bond_009 | |
| 2020-08-19 | Minor change | Bond_009 | |
| 2020-08-19 | Fix warnings | Bond_009 | |
| 2020-08-07 | Fix MemoryCache usage | Patrick Barron | |
