Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2 years ago
Stepan Goremykin
910617bbc3
Remove redundant 'else' keywords
2 years ago
Stepan Goremykin
c051736c80
Inline out variable declaration
2 years ago
Stepan Goremykin
9d738bb601
Remove redundant ToString call
2 years ago
Shadowghost
a5bfeb28aa
Apply review suggestions
2 years ago
Shadowghost
a5f16136eb
Apply review suggestions
2 years ago
Shadowghost
20fd05b050
Consistently write IP in upercase
2 years ago
Shadowghost
bedee7922f
Fix interface address assignment and resolution in SSDP
2 years ago
Shadowghost
42498194d9
Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
2 years ago
Shadowghost
6e46075414
Apply review suggestions
2 years ago
Shadowghost
2c86bd1875
Merge branch 'master' into network-rewrite
2 years ago
Bond_009
236dd650d0
Update projects to .net7
2 years ago
Shadowghost
4aec41752f
Apply review suggestions
2 years ago
Shadowghost
59a86568d9
Cleanup and fixes
2 years ago
Shadowghost
f6e41269d9
Enforce interface bindings on SSDP, add Loopback to LAN if no LAN defined
2 years ago
Shadowghost
05458a4a42
Fix some ssdp errors
2 years ago
Shadowghost
066db8ac7f
Migrate NetworkManager and Tests to native .NET IP objects
2 years ago
Bond_009
1d018c5575
SocketFactory: Remove redundant code
...
ExclusiveAddressUse should be false by default afaik
3 years ago
Cody Robibero
10d52d16a8
Fix invalid cref ( #7277 )
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
cvium
b50c3852ef
Remove unused dependencies
3 years ago
Bond_009
474b035d99
Fix some warnings
3 years ago
KonH
6cbfdea4c0
Fix warning: Type cast is redundant ( #2149 )
3 years ago
KonH
e3fccd5ae6
Fix warning: Qualifier is redundant ( #2149 )
3 years ago
Bond_009
13fbfe6091
Target net6.0
3 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
3 years ago
Rich Lander
c07e83fdf8
Invert code and style analysis configuration ( #6334 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 years ago
cvium
42a2cc1747
Remove some unnecessary allocations
4 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
Bond-009
f4a59c92e6
Merge pull request #5826 from BaronGreenback/ssdpFix
...
PlayTo Fix: Use external ip not internal interface
4 years ago
BaronGreenback
3199d1c902
Fix: PlayTo using external ip not internal
4 years ago
cvium
610a30d791
Do nothing in timer callback when device locator is disposed
4 years ago
BaronGreenback
7a6063ed41
Merge branch 'master' into NetworkPR2
4 years ago
Greenback
9a323f6df0
More spelling corrections.
4 years ago
BaronGreenback
d66f88672c
Merge branch 'master' into NetworkPR2
4 years ago
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
Bond_009
ff49a3bb61
Missed some stuff
4 years ago
crobibero
83629ab6f2
Update packages to net5
4 years ago
Greenback
83af636c61
Updated with new NetManager
4 years ago
Greenback
ec57eeff2b
Updated to latest version of code.
4 years ago
Jim Cartlidge
53af1e3455
Updatig netcollection & re-inserting BOM
4 years ago
Jim Cartlidge
5edf24db5c
Updated to master
4 years ago
Bond_009
2dbf73b989
Minor improvements
4 years ago
Jim Cartlidge
38b8110a3e
Removing blank lines.
4 years ago
Jim Cartlidge
b44455ad0d
Update based on PR1 changes.
4 years ago
Jim Cartlidge
9ef79d190b
Large number of files
4 years ago
Bond_009
2b355c36ff
Minor improvements
...
OFC I reduced some allocations
4 years ago
BaronGreenback
2272363197
Update SsdpCommunicationsServer.cs
4 years ago
BaronGreenback
27f6e1ddc8
Update SsdpCommunicationsServer.cs
4 years ago
BaronGreenback
f01baad05e
Sending multicasts out of Sockets without setting the broadcast to true - 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.
4 years ago