aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
AgeCommit message (Collapse)Author
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
2020-09-16Minor improvementsBond_009
2020-09-14Removing blank lines.Jim Cartlidge
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-12Large number of filesJim Cartlidge
2020-08-03Minor improvementsBond_009
OFC I reduced some allocations
2020-06-26Update SsdpCommunicationsServer.csBaronGreenback
2020-06-26Update SsdpCommunicationsServer.csBaronGreenback
2020-06-24Sending multicasts out of Sockets without setting the broadcast to true - ↵BaronGreenback
causes the error "Bad value for ai_flags" on some systems (#3404) The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630. Basically, it's an access denied bug. It looks like multicasts need the same access rights as broadcasts on some systems.
2020-06-24Removed debugging infoBaronGreenback
2020-06-24Added logging and broadcast = trueBaronGreenback
Not intended for merge into the fork.
2020-06-20Merge branch 'master' into SSDPCody Robibero
2020-06-20brace multiline if statements (cont.)telans
2020-06-20newlines after bracestelans
2020-06-20brace multiline if statementstelans
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20remove regionstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-03Enable TreatWarningsAsErrors for more projectsBond-009
2020-04-29Changes styles as suggested by @barronpmBaronGreenback
Added addtional comments & source type as per intellisense suggestion change code as per sonacloud
2020-04-28Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵BaronGreenback
across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses
2020-04-28Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, ↵BaronGreenback
i came across a design issue in the current code - namely interfaces without a gateway were ignored." This reverts commit 2aaecb8e148aef6cda67797fa4227a8ebcf7e5bb.
2020-04-28Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵BaronGreenback
across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-03-24Remove unused usingsBond_009
2020-01-31Fix warningsBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-09-23Fix multiple mistakes and warningsBond_009