Cody Robibero
e1a30a4aef
Merge pull request #8598 from Neuheit/ipv4fallback
2 years ago
Stepan Goremykin
910617bbc3
Remove redundant 'else' keywords
2 years ago
Stepan Goremykin
e74630a613
Use MinBy and MaxBy
2 years ago
Bond_009
d280dc6554
Reduce log spam
...
Fixes #7801
2 years ago
Bond_009
24a7e210c3
Optimize tryparse
...
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2 years ago
Patrick Barron
dfc5a4373f
Change log level for bind address usage to debug
...
Fixes #9024
2 years ago
Bond-009
3462676a8f
Fix debug builds ( #8909 )
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Neuheit
c9a387943f
Add IPv4 fallback from IPv6 failure.
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2 years ago
Bond_009
a9a5fcde81
Use ArgumentNullException.ThrowIfNull helper method
...
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
```
2 years ago
luz paz
9ec2870b10
Fix various typos
...
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2 years ago
Cody Robibero
94a69c8a8b
Merge pull request #7549 from cvium/fix_isinlocalnetwork
...
(cherry picked from commit bdb85aeecf
)
Signed-off-by: crobibero <cody@robibe.ro>
3 years ago
Bond_009
3cb49d6df0
Fix option to disable server discovery
3 years ago
cvium
0485ff1899
Create a store key constant for network
3 years ago
Claus Vium
4f51a22081
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
cvium
ffe5ae8056
Merge branch 'master' into TVFix
3 years ago
BaronGreenback
7936ea59eb
Changed selection method
4 years ago
BaronGreenback
5741fa7dfa
Fix url for LiveTV
4 years ago
BaronGreenback
bb6fddde9a
Group Methods
4 years ago
BaronGreenback
0b774eac12
Enables the ability to bind to loopback address. ( #5773 )
4 years ago
Joshua M. Boniface
19e7ebb279
Merge pull request #5416 from BaronGreenback/SubnetOverlappFix
4 years ago
BaronGreenback
4c7680e186
Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix
4 years ago
BaronGreenback
6087831aa6
Fixed selection of correct interface ip
4 years ago
BaronGreenback
4cf88f67ba
Update NetworkManager.cs
4 years ago
BaronGreenback
3fa84500cf
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
f66cb9777d
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
3fdf0de6e3
Fix remote access
4 years ago
BaronGreenback
2fe26ef136
removed parameter preset
4 years ago
BaronGreenback
a031f7e410
Fix for multiple ip's in the same subnet per interface.
4 years ago
BaronGreenback
5942948714
Kestrel workaround
4 years ago
BaronGreenback
dedc94ec91
correction of ip6 loopback
4 years ago
BaronGreenback
cc19d281e7
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
d99d95422e
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
039a4fb22d
renamed method
4 years ago
BaronGreenback
b5c6e5fb97
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
BaronGreenback
f67137004c
Update Jellyfin.Networking/Manager/NetworkManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
BaronGreenback
ff7cae8a13
renamed method
4 years ago
BaronGreenback
5756c6dbad
Merge branch 'master' into bindfix
4 years ago
BaronGreenback
cb09096a59
optimized
4 years ago
BaronGreenback
b03bd7a299
Fix testing
4 years ago
BaronGreenback
605bd80251
Fix for ignoreVirtualInterfaces
4 years ago
BaronGreenback
a664aac881
optimization
4 years ago
BaronGreenback
90d72d6628
Update NetworkManager.cs
...
Changed split character
4 years ago
Joshua M. Boniface
ccc1b8bf92
Merge pull request #4729 from BaronGreenback/19.0RC---Fix-networkInterfaceFix
4 years ago
BaronGreenback
d96c8d7efd
Remove todo
4 years ago
Greenback
d69f2d7d7f
DNLA over HTTP only
4 years ago
BaronGreenback
abacae4520
Update NetworkManager.cs
...
Changed logging type.
4 years ago
Bond_009
e4fd61411f
Minor improvements
4 years ago
BaronGreenback
50e375020a
[Fix] NetworkManager binding to [::] ( #4549 )
...
* Autodiscovery enable/disable patch
* Fixed [::] issue on bind. Altered test.
* Update UdpServerEntryPoint.cs
* Update Jellyfin.Networking.Tests.csproj
* Update Jellyfin.Networking.Tests.csproj
* Update INetworkManager.cs
4 years ago