Bond_009
|
635d67d458
|
Revert "Use System.Net.IPNetwork"
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
|
1 year ago |
Bond_009
|
b62b0ec2b5
|
Fix warnings
|
1 year ago |
Bond_009
|
99e0d46ad9
|
Use System.Net.IPNetwork
|
1 year ago |
Bond_009
|
eb022c49cc
|
Update to .NET 8
|
1 year ago |
Patrick Barron
|
e463dbda47
|
Move network configuration to MediaBrowser.Common
|
1 year ago |
Patrick Barron
|
9595636d61
|
Move network utilities to MediaBrowser.Common
|
1 year ago |
Patrick Barron
|
223b156270
|
Move network constants to MediaBrowser.Common
|
1 year ago |
Bond_009
|
a9ef103c95
|
Add IDisposableAnalyzers to more projects
|
1 year ago |
Stepan Goremykin
|
8d7e4229ca
|
Merge branch 'master' into fix-resharper-warnings
# Conflicts:
# Emby.Server.Implementations/Net/SocketFactory.cs
# RSSDP/SsdpCommunicationsServer.cs
# RSSDP/SsdpDeviceLocator.cs
# RSSDP/SsdpDevicePublisher.cs
|
1 year ago |
Tim Eisele
|
dc27d8f9cd
|
Refactor URI overrides (#10051)
|
1 year ago |
Stepan Goremykin
|
f84469d500
|
Remove redundant using directives
|
1 year ago |
Stepan Goremykin
|
963d8e66a2
|
Remove redundant type specification
|
1 year ago |
Ikko Eltociear Ashimine
|
7d649d2f31
|
Fix typo in NetworkConfiguration.cs
conjuntion -> conjunction
|
1 year ago |
Shadowghost
|
266d55b7aa
|
Fix bad string interpolation in MaskToCidr
|
1 year ago |
Shadowghost
|
2bc2848b8e
|
Apply review suggestions
|
1 year ago |
Shadowghost
|
e56275fb46
|
Extract networking constants
|
1 year ago |
Shadowghost
|
e233a3b074
|
Apply review suggestions
|
1 year ago |
Shadowghost
|
32ac3b580c
|
Rename additional values in NetworkConfiguration and add migration for all changed values
|
1 year ago |
Shadowghost
|
3f65851520
|
Apply review suggestions
|
1 year ago |
Shadowghost
|
9b0e44019a
|
Apply review suggestions
|
1 year ago |
Shadowghost
|
c042f20224
|
Merge branch 'master' into network-rewrite
|
2 years ago |
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 |
Shadowghost
|
a5bfeb28aa
|
Apply review suggestions
|
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 |
Shadowghost
|
20fd05b050
|
Consistently write IP in upercase
|
2 years ago |
Shadowghost
|
42498194d9
|
Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
|
2 years ago |
Shadowghost
|
3a91c37283
|
Merge branch 'master' into network-rewrite
|
2 years ago |
Shadowghost
|
4eba16c672
|
Apply review suggestions
|
2 years ago |
Shadowghost
|
1cc7572445
|
Apply review suggestions
|
2 years ago |
Zoltan Csizmadia
|
e0519189b2
|
Use Directory.Packages.props (#9135)
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
|
2 years ago |
Bond-009
|
e448797df0
|
Merge pull request #9066 from barronpm/reduce-logspam
Change log level for bind address usage to debug
|
2 years ago |
Shadowghost
|
343a94f185
|
Fix CA1851
|
2 years ago |
Shadowghost
|
656a0bff6f
|
Merge remote-tracking branch 'upstream/master' into network-rewrite
|
2 years ago |
renovate[bot]
|
e408da4651
|
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 (#9117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
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 |
Neuheit
|
93fe47c7cb
|
Clarify code comment.
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2 years ago |
Neuheit
|
292c4ebe72
|
Clarify code comment.
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2 years ago |
Neuheit
|
a7fc5e6e12
|
Add additional awaiter code comment.
|
2 years ago |
Neuheit
|
9e791a92c3
|
Add comments explaining GetAwaiter()
|
2 years ago |
Shadowghost
|
2c86bd1875
|
Merge branch 'master' into network-rewrite
|
2 years ago |
Bond_009
|
236dd650d0
|
Update projects to .net7
|
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 |
Shadowghost
|
95740ef9a2
|
Fix build
|
2 years ago |
Shadowghost
|
36994c17bf
|
Apply review suggestions
|
2 years ago |
Stefan Hendricks
|
6621121c1b
|
Add .NET MIT License
|
2 years ago |