| 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-03-15 | Merge pull request #13493 from gnattu/fix-subnet-check-master | Cody Robibero | |
| 2025-02-22 | Remove GetMacAddresses from NetworkManager | Niels van Velzen | |
| 2025-02-05 | Typo | gnattu | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2025-02-04 | Fix subnet contains check | gnattu | |
| We are still using `Subnet.Contains` a lot but that does not handle IPv4 mapped to IPv6 addresses at all. It was partially fixed by #12094 in local network checking, but it may not always happen on LAN. Also make all local network checking to use IsInLocalNetwork method instead of just performing `Subnet.Contains` which is not accurate. Filter out all link-local addresses for external interface matching. | |||
| 2025-01-28 | Remove useless checks and dead code (#13405) | Bond-009 | |
| * Remove useless checks and dead code * Enable adaptive bitrate streaming again * Disable adaptive bitrate streaming by default | |||
| 2025-01-25 | Remove the ability to auto port forward (#13222) | Bond-009 | |
| 2025-01-22 | Remove useless checks and dead code | Bond_009 | |
| 2024-05-25 | Backport pull request #11766 from jellyfin/release-10.9.z | gnattu | |
| Filter invalid IPs on external interface matching Original-merge: 2eece01acc32dcd14ea83e224d2bccd8060010e2 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-11-30 | Fix nullability for INetworkManager.GetBindAddress | Patrick Barron | |
| 2023-11-16 | Use new IPNetwork.TryParse function | Bond_009 | |
| 2023-11-14 | Revert "Use System.Net.IPNetwork" | Bond_009 | |
| This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae. | |||
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-11-14 | Use System.Net.IPNetwork | 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-11-12 | Move network constants to MediaBrowser.Common | Patrick Barron | |
| 2023-07-03 | Extract networking constants | Shadowghost | |
| 2023-07-03 | Apply review suggestions | Shadowghost | |
| 2023-07-02 | Apply review suggestions | Shadowghost | |
| 2023-05-25 | Apply review suggestions | Shadowghost | |
| 2023-05-11 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-05-11 | Merge pull request #8598 from Neuheit/ipv4fallback | Cody Robibero | |
| 2023-02-20 | Apply review suggestions | Shadowghost | |
| 2023-02-20 | Apply review suggestions | Shadowghost | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 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 | |
| 2023-02-15 | Apply review suggestions | Shadowghost | |
| 2023-02-14 | Fix #9300 (#9312) | Bond-009 | |
| 2023-01-24 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-01-20 | Remove CustomHeaderNames | Patrick Barron | |
| 2022-12-07 | Fix .NET 7 compatibility | Shadowghost | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-20 | Add IPv4 fallback from IPv6 failure. | Neuheit | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2022-10-17 | Properly handle IPs with subnetmasks | Shadowghost | |
| 2022-10-16 | Properly name some bind address functions, cleanup logging | Shadowghost | |
| 2022-10-15 | Fix autodiscovery | Shadowghost | |
| 2022-10-14 | Apply review suggestions | 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-10-01 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-08-22 | Merge pull request #7433 from Bond-009/ssdphttpclient | Bond-009 | |
| 2022-07-21 | Cleanup and fixes | Shadowghost | |
| 2022-07-20 | Simplify code | Shadowghost | |
| 2022-07-20 | Move away from using Collection, simplify code, add proper ordering | Shadowghost | |
| 2022-07-20 | Apply review suggestions and fix build | Shadowghost | |
