aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/NetworkParseTests.cs
AgeCommit message (Expand)Author
2026-07-17Added verbose, rambling, log warning to help users with config issues (hopin...WizardOfYendor1
2026-07-10Add Live TV published URL regression coverageWizardOfYendor1
2026-07-10Fix host and port handling for published server URI overridesWizardOfYendor1
2026-05-13Prevent unecessary log spam in NetworkUtilsShadowghost
2026-05-10Print warning on invalid Subnets in Network/Proxy configuration (#16793)Tim Eisele
2026-04-04Merge pull request #15902 from ZeusCraft10/fix/udp-discovery-cross-subnet-ipv6Joshua M. Boniface
2026-01-14Fix testsBond_009
2025-12-30Fix UDP Auto-Discovery returning IPv6 for cross-subnet IPv4 requestsZeusCraft10
2025-06-03Fix missing logging of connections by disallowed IPs (#14011)jade
2025-04-08Fix negated IP addresses without subnet mask not being parsed correctly (#13854)Markus Prettner
2025-01-25chore: fix spellingJosh Soref
2023-11-16Use new IPNetwork.TryParse functionBond_009
2023-11-14Fix warnings in test projectsBond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-07-29Fix Jellyfin.Networking.Tests (#10055)Bond-009
2023-07-03Extract networking constantsShadowghost
2023-07-02Apply review suggestionsShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-15Apply review suggestionsShadowghost
2022-12-07Fix .NET 7 compatibilityShadowghost
2022-10-17Properly handle IPs with subnetmasksShadowghost
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-08-15Fix various typos luz paz
2022-07-20Move away from using Collection, simplify code, add proper orderingShadowghost
2022-07-19Add generic IPAddress.Parse testsShadowghost
2022-07-19Fix buildShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2021-11-08Merge branch 'master' into TVFixcvium
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-09-07Use GetSmartApiUrl instead (hopefully it works)cvium
2021-09-05Merge branch 'master' into TVFixcvium
2021-06-05Add property based testingBond_009
2021-05-05Merge pull request #5762 from BaronGreenback/networkTestHardeningBill Thornton
2021-05-03Changed selection methodBaronGreenback
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
2021-04-26Fixed testBaronGreenback
2021-04-26removed unused usingsBaronGreenback
2021-04-26Fix url for LiveTVBaronGreenback
2021-04-14Enables the ability to bind to loopback address. (#5773)BaronGreenback
2021-04-12Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
2021-04-11Merge pull request #5416 from BaronGreenback/SubnetOverlappFixJoshua M. Boniface
2021-04-10Work through dns failure on test.BaronGreenback