| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-08 | SocketFactory: Remove redundant code | Bond_009 | |
| ExclusiveAddressUse should be false by default afaik | |||
| 2022-02-06 | Fix invalid cref (#7277) | Cody Robibero | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-11-16 | Remove unused dependencies | cvium | |
| 2021-11-15 | Fix some warnings | Bond_009 | |
| 2021-10-03 | Fix warning: Type cast is redundant (#2149) | KonH | |
| 2021-10-03 | Fix warning: Qualifier is redundant (#2149) | KonH | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-05 | Code 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-25 | Merge pull request #5826 from BaronGreenback/ssdpFix | Bond-009 | |
| PlayTo Fix: Use external ip not internal interface | |||
| 2021-04-15 | Fix: PlayTo using external ip not internal | BaronGreenback | |
| 2021-03-03 | Do nothing in timer callback when device locator is disposed | cvium | |
| 2020-11-21 | Merge branch 'master' into NetworkPR2 | BaronGreenback | |
| 2020-11-18 | More spelling corrections. | Greenback | |
| 2020-11-16 | Merge branch 'master' into NetworkPR2 | BaronGreenback | |
| 2020-11-15 | Merge remote-tracking branch 'upstream/master' into dotnet-5 | crobibero | |
| 2020-11-14 | Missed some stuff | Bond_009 | |
| 2020-11-10 | Update packages to net5 | crobibero | |
| 2020-10-31 | Updated with new NetManager | Greenback | |
| 2020-10-30 | Updated to latest version of code. | Greenback | |
| 2020-10-04 | Updatig netcollection & re-inserting BOM | Jim Cartlidge | |
| 2020-09-24 | Updated to master | Jim Cartlidge | |
| 2020-09-16 | Minor improvements | Bond_009 | |
| 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-08-03 | Minor improvements | Bond_009 | |
| OFC I reduced some allocations | |||
| 2020-06-26 | Update SsdpCommunicationsServer.cs | BaronGreenback | |
| 2020-06-26 | Update SsdpCommunicationsServer.cs | BaronGreenback | |
| 2020-06-24 | Sending 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-24 | Removed debugging info | BaronGreenback | |
| 2020-06-24 | Added logging and broadcast = true | BaronGreenback | |
| Not intended for merge into the fork. | |||
| 2020-06-20 | Merge branch 'master' into SSDP | Cody Robibero | |
| 2020-06-20 | brace multiline if statements (cont.) | telans | |
| 2020-06-20 | newlines after braces | telans | |
| 2020-06-20 | brace multiline if statements | telans | |
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-20 | remove regions | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-03 | Enable TreatWarningsAsErrors for more projects | Bond-009 | |
| 2020-04-29 | Changes styles as suggested by @barronpm | BaronGreenback | |
| Added addtional comments & source type as per intellisense suggestion change code as per sonacloud | |||
| 2020-04-28 | Whilst 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-28 | Revert "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. | |||
