aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
AgeCommit message (Collapse)Author
2023-11-15Remove RSSDPPatrick Barron
2023-11-14Update to .NET 8Bond_009
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-08Use null propagationStepan Goremykin
2023-10-08Pass cancellation tokenStepan Goremykin
2023-10-07Inline out variablesStepan Goremykin
2023-10-07Remove redundant semicolonStepan Goremykin
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Inline out variable declarationStepan Goremykin
2023-04-06Remove redundant ToString callStepan Goremykin
2023-02-20Apply review suggestionsShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-17Fix interface address assignment and resolution in SSDPShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-01-19Apply review suggestionsShadowghost
2022-12-07Merge branch 'master' into network-rewriteShadowghost
2022-12-07Update projects to .net7Bond_009
2022-10-14Apply review suggestionsShadowghost
2022-07-21Cleanup and fixesShadowghost
2022-07-21Enforce interface bindings on SSDP, add Loopback to LAN if no LAN definedShadowghost
2022-07-21Fix some ssdp errorsShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2022-03-08SocketFactory: Remove redundant codeBond_009
ExclusiveAddressUse should be false by default afaik
2022-02-06Fix invalid cref (#7277)Cody Robibero
2021-12-20Use our own Contains extensioncvium
2021-11-16Remove unused dependenciescvium
2021-11-15Fix some warningsBond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-09-24Target net6.0Bond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-24Remove some unnecessary allocationscvium
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-25Merge pull request #5826 from BaronGreenback/ssdpFixBond-009
PlayTo Fix: Use external ip not internal interface
2021-04-15Fix: PlayTo using external ip not internalBaronGreenback
2021-03-03Do nothing in timer callback when device locator is disposedcvium
2020-11-21Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-18More spelling corrections.Greenback
2020-11-16Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-14Missed some stuffBond_009
2020-11-10Update packages to net5crobibero
2020-10-31Updated with new NetManagerGreenback
2020-10-30Updated to latest version of code.Greenback
2020-10-04Updatig netcollection & re-inserting BOMJim Cartlidge
2020-09-24Updated to masterJim Cartlidge