Commit Graph

123 Commits (62be2a2ea95d1ea44989dc82c402aea8b43f404a)

Author SHA1 Message Date
Shadowghost 266d55b7aa Fix bad string interpolation in MaskToCidr
11 months ago
Shadowghost 2bc2848b8e Apply review suggestions
11 months ago
Shadowghost e56275fb46 Extract networking constants
11 months ago
Shadowghost e233a3b074 Apply review suggestions
11 months ago
Shadowghost 32ac3b580c Rename additional values in NetworkConfiguration and add migration for all changed values
11 months ago
Shadowghost 3f65851520 Apply review suggestions
11 months ago
Shadowghost 9b0e44019a Apply review suggestions
11 months ago
Shadowghost c042f20224 Merge branch 'master' into network-rewrite
1 year ago
Cody Robibero e1a30a4aef
Merge pull request #8598 from Neuheit/ipv4fallback
1 year ago
Stepan Goremykin 910617bbc3 Remove redundant 'else' keywords
1 year ago
Stepan Goremykin e74630a613 Use MinBy and MaxBy
1 year ago
Bond_009 d280dc6554 Reduce log spam
1 year ago
Shadowghost a5bfeb28aa Apply review suggestions
1 year ago
Bond_009 24a7e210c3 Optimize tryparse
1 year ago
Shadowghost 20fd05b050 Consistently write IP in upercase
1 year ago
Shadowghost 42498194d9 Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
1 year ago
Shadowghost 3a91c37283 Merge branch 'master' into network-rewrite
1 year ago
Shadowghost 4eba16c672 Apply review suggestions
1 year ago
Shadowghost 1cc7572445 Apply review suggestions
1 year ago
Zoltan Csizmadia e0519189b2
Use Directory.Packages.props (#9135)
1 year ago
Bond-009 e448797df0
Merge pull request #9066 from barronpm/reduce-logspam
1 year ago
Shadowghost 343a94f185 Fix CA1851
1 year ago
Shadowghost 656a0bff6f Merge remote-tracking branch 'upstream/master' into network-rewrite
1 year ago
renovate[bot] e408da4651
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 (#9117)
1 year ago
Patrick Barron dfc5a4373f Change log level for bind address usage to debug
1 year ago
Bond-009 3462676a8f
Fix debug builds (#8909)
1 year ago
Neuheit 93fe47c7cb
Clarify code comment.
2 years ago
Neuheit 292c4ebe72
Clarify code comment.
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
Neuheit 6caabe68ff Change method to call IPv6 and IPv4 in parallel.
2 years ago
Neuheit 6c479dfb36 Ensure IPv6 property is threadsafe.
2 years ago
Neuheit c9a387943f Add IPv4 fallback from IPv6 failure.
2 years ago
Shadowghost f6d6f0367b Properly handle IPs with subnetmasks
2 years ago
Shadowghost 26d79a5ce3 Properly name some bind address functions, cleanup logging
2 years ago
Shadowghost 87d0158a4a Fix autodiscovery
2 years ago
Shadowghost 4aec41752f Apply review suggestions
2 years ago
Shadowghost 7b90fcd053 Merge branch 'master' into network-rewrite
2 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Shadowghost bd9a940fed Declare VirtualInterfaceNames as string array for consistency
2 years ago
luz paz 9ec2870b10 Fix various typos
2 years ago
Shadowghost 59a86568d9 Cleanup and fixes
2 years ago
Shadowghost cea8e8bbf6 Fix logging output
2 years ago