| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-03 | Fix missing logging of connections by disallowed IPs (#14011) | jade | |
| 2025-04-08 | Fix negated IP addresses without subnet mask not being parsed correctly (#13854) | Markus Prettner | |
| 2025-01-25 | chore: fix spelling | Josh Soref | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2023-11-16 | Use new IPNetwork.TryParse function | Bond_009 | |
| 2023-11-14 | Fix warnings in test projects | Bond_009 | |
| 2023-11-12 | Move network configuration to MediaBrowser.Common | Patrick Barron | |
| 2023-11-12 | Move network utilities to MediaBrowser.Common | Patrick Barron | |
| 2023-10-11 | Refactor URI overrides (#10051) | Tim Eisele | |
| 2023-07-29 | Fix Jellyfin.Networking.Tests (#10055) | Bond-009 | |
| 2023-07-03 | Extract networking constants | Shadowghost | |
| 2023-07-02 | Apply review suggestions | Shadowghost | |
| 2023-02-20 | Apply review suggestions | Shadowghost | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-17 | Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery | Shadowghost | |
| 2023-02-15 | Apply review suggestions | Shadowghost | |
| 2022-12-07 | Fix .NET 7 compatibility | Shadowghost | |
| 2022-10-17 | Properly handle IPs with subnetmasks | Shadowghost | |
| 2022-10-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-07-20 | Move away from using Collection, simplify code, add proper ordering | Shadowghost | |
| 2022-07-19 | Add generic IPAddress.Parse tests | Shadowghost | |
| 2022-07-19 | Fix build | Shadowghost | |
| 2022-07-19 | Migrate NetworkManager and Tests to native .NET IP objects | Shadowghost | |
| 2021-11-08 | Merge branch 'master' into TVFix | cvium | |
| 2021-10-03 | Fix warning: Type cast is redundant (#2149) | KonH | |
| 2021-09-07 | Use GetSmartApiUrl instead (hopefully it works) | cvium | |
| 2021-09-05 | Merge branch 'master' into TVFix | cvium | |
| 2021-06-05 | Add property based testing | Bond_009 | |
| 2021-05-05 | Merge pull request #5762 from BaronGreenback/networkTestHardening | Bill Thornton | |
| Fix network test on dns failure | |||
| 2021-05-03 | Changed selection method | BaronGreenback | |
| 2021-05-01 | Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: David Ullmer <davidullmer@outlook.de> | |||
| 2021-05-01 | Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: David Ullmer <davidullmer@outlook.de> | |||
| 2021-05-01 | Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: David Ullmer <davidullmer@outlook.de> | |||
| 2021-05-01 | Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: David Ullmer <davidullmer@outlook.de> | |||
| 2021-04-26 | Fixed test | BaronGreenback | |
| 2021-04-26 | removed unused usings | BaronGreenback | |
| 2021-04-26 | Fix url for LiveTV | BaronGreenback | |
| 2021-04-14 | Enables the ability to bind to loopback address. (#5773) | BaronGreenback | |
| 2021-04-12 | Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Odd Stråbø <oddstr13@openshell.no> | |||
| 2021-04-11 | Merge pull request #5416 from BaronGreenback/SubnetOverlappFix | Joshua M. Boniface | |
| 2021-04-10 | Work through dns failure on test. | BaronGreenback | |
| 2021-04-03 | Merge pull request #5602 from Ullmie02/IP-string-IP | Bond-009 | |
| 2021-03-27 | changed split to single quotes | BaronGreenback | |
| 2021-03-23 | Add tests for IsInNetwork | David | |
| 2021-03-23 | fix compilation | BaronGreenback | |
| 2021-03-22 | Added more tests | BaronGreenback | |
| 2021-03-14 | Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix | BaronGreenback | |
| 2021-03-12 | Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-11 | split tests | BaronGreenback | |
