Commit Graph

87 Commits (603fce59df780626c3269eaa94d95504e823b2f6)

Author SHA1 Message Date
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
Bond_009 24a7e210c3 Optimize tryparse
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
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)
2 years 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
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
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
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
luz paz 9ec2870b10 Fix various typos
2 years ago
dependabot[bot] 812841d01e
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
2 years ago
Cody Robibero 94a69c8a8b Merge pull request #7549 from cvium/fix_isinlocalnetwork
2 years ago
dependabot[bot] dde984bd0e
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
2 years ago
Bond_009 3cb49d6df0 Fix option to disable server discovery
2 years ago
Bond_009 2dcb2f8a9f Ban the usage of Task.Result
2 years ago
Bond_009 cbfa355e31 Update StyleCop
3 years ago
cvium 0485ff1899 Create a store key constant for network
3 years ago
cvium 1c47211a9e Merge remote-tracking branch 'BaronGreenback/TVFix' into TVFix
3 years ago
cvium f03e77a4d5 Merge branch 'master' into TVFix
3 years ago
Claus Vium 5eda5eb636
Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-api-url
3 years ago
Bond_009 13fbfe6091 Target net6.0
3 years ago
Fredrik Lindberg 90174f68e2 Dynamically populate LocalAddress based on HTTP request
3 years ago
Claus Vium 4f51a22081
Update Jellyfin.Networking/Manager/NetworkManager.cs
3 years ago
cvium ffe5ae8056 Merge branch 'master' into TVFix
3 years ago
Rich Lander c07e83fdf8
Invert code and style analysis configuration (#6334)
3 years ago
BaronGreenback 7936ea59eb Changed selection method
3 years ago
Bond-009 eeb5d4bd1e
Merge pull request #5842 from BaronGreenback/optimization
3 years ago
BaronGreenback 5741fa7dfa Fix url for LiveTV
3 years ago
BaronGreenback bc1cc2d04a Remove unused using directives
3 years ago
BaronGreenback bb6fddde9a Group Methods
3 years ago
BaronGreenback 0b774eac12
Enables the ability to bind to loopback address. (#5773)
3 years ago
Joshua M. Boniface 19e7ebb279
Merge pull request #5416 from BaronGreenback/SubnetOverlappFix
3 years ago
BaronGreenback 5d16d1f66d
Merge branch 'master' into RemoteAccessFix
3 years ago
BaronGreenback 4c7680e186 Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix
3 years ago
BaronGreenback 6087831aa6 Fixed selection of correct interface ip
3 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
3 years ago
BaronGreenback 4cf88f67ba
Update NetworkManager.cs
3 years ago