aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking
AgeCommit message (Expand)Author
2023-05-11Merge pull request #8598 from Neuheit/ipv4fallbackCody Robibero
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-01Use MinBy and MaxByStepan Goremykin
2023-03-01Reduce log spamBond_009
2023-02-19Optimize tryparseBond_009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
2023-01-20Merge pull request #9066 from barronpm/reduce-logspamBond-009
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v...renovate[bot]
2023-01-10Change log level for bind address usage to debugPatrick Barron
2022-12-14Fix debug builds (#8909)Bond-009
2022-12-08Clarify code comment.Neuheit
2022-12-08Clarify code comment.Neuheit
2022-12-08Add additional awaiter code comment.Neuheit
2022-12-08Add comments explaining GetAwaiter()Neuheit
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-29Add .NET MIT LicenseStefan Hendricks
2022-10-24Change method to call IPv6 and IPv4 in parallel.Neuheit
2022-10-20Ensure IPv6 property is threadsafe.Neuheit
2022-10-20Add IPv4 fallback from IPv6 failure.Neuheit
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-08-15Fix various typos luz paz
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
2022-04-07Merge pull request #7549 from cvium/fix_isinlocalnetworkCody Robibero
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
2022-02-14Fix option to disable server discoveryBond_009
2022-01-22Ban the usage of Task.ResultBond_009
2021-12-24Update StyleCopBond_009
2021-11-24Create a store key constant for networkcvium
2021-11-08Merge remote-tracking branch 'BaronGreenback/TVFix' into TVFixcvium
2021-11-08Merge branch 'master' into TVFixcvium
2021-10-25Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-a...Claus Vium
2021-09-24Target net6.0Bond_009
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
2021-09-07Update Jellyfin.Networking/Manager/NetworkManager.csClaus Vium
2021-09-05Merge branch 'master' into TVFixcvium
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
2021-05-03Changed selection methodBaronGreenback
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
2021-04-26Fix url for LiveTVBaronGreenback
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-14Enables the ability to bind to loopback address. (#5773)BaronGreenback
2021-04-11Merge pull request #5416 from BaronGreenback/SubnetOverlappFixJoshua M. Boniface
2021-03-22Merge branch 'master' into RemoteAccessFixBaronGreenback
2021-03-14Merge remote-tracking branch 'upstream/master' into SubnetOverlappFixBaronGreenback
2021-03-14Fixed selection of correct interface ipBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-12Update NetworkManager.csBaronGreenback