aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/PlayTo
AgeCommit message (Expand)Author
2022-12-07Cleanup and refactor streambuilderShadowghost
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-27Investigate some TODO commentsBond_009
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-08-22Fix regression in DlnaHttpClientBond_009
2022-08-22Merge pull request #7433 from Bond-009/ssdphttpclientBond-009
2022-06-29Merge pull request #7947 from nyanmisaka/video-range-conditionCody Robibero
2022-06-14Fix format stringBond_009
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
2022-03-08Rework SsdpHttpClientBond_009
2022-03-08Implement TransportState according to spec (#7426)Bond-009
2022-02-21Optimize Guid comparisonsBond_009
2022-02-14Fix some warningsBond_009
2022-01-22Flush to disk async where possibleBond_009
2022-01-10Fix warning SA1414 and CA1849Bond_009
2021-12-27More cleanupBond_009
2021-11-16Remove unused dependenciescvium
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-21SsdpHttpClient: Ensure successful status code before reading responseBond_009
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-07-26Enable nullable in more filesBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-24Merge pull request #5659 from ssenart/feature/5644-dlna_next_trackClaus Vium
2021-05-24Update Emby.Dlna/PlayTo/Device.csClaus Vium
2021-05-24Apply suggestions from code reviewClaus Vium
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-05-07Enable nullable reference types for Emby.DlnaBond_009
2021-04-25Merge pull request #5826 from BaronGreenback/ssdpFixBond-009
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-15Fix: PlayTo using external ip not internalBaronGreenback
2021-04-10Make device/session code asyncPatrick Barron
2021-04-03Merge pull request #5598 from cvium/fix_hls_default_valuesBond-009
2021-04-02Various DLNA OptimizationsBaronGreenback
2021-03-30[5644] [DLNA] [Music] Next track command from any DLNA device does not do any...Stéphane Senart
2021-03-29[5644] [DLNA] [Music] Next track command from any DLNA device does not do any...Stéphane Senart
2021-03-29[5644] [DLNA] [Music] Next track command from any DLNA device does not do any...Stéphane Senart
2021-03-22fix isdirectstream defaultcvium
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-22DLNA Exception catchingBaronGreenback
2021-03-06Use XDocument.LoadAsync instead of XDocument.ParseBond_009
2021-03-03Remove Content-Length header from DLNA HEAD request (#5335)BaronGreenback
2021-02-20Fix buildBond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-20Merge pull request #5223 from Bond-009/minor10dkanada
2021-02-15Properly forward cancellationTokensBond_009
2021-02-13Minor improvementsBond_009
2021-01-18revertedBaronGreenback