| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-30 | Move Jellyfin.Networking to src | Patrick Barron | |
| 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-10-11 | Refactor URI overrides (#10051) | Tim Eisele | |
| 2023-07-03 | Extract networking constants | Shadowghost | |
| 2023-07-03 | Apply review suggestions | Shadowghost | |
| 2023-07-02 | 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-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-01 | Use MinBy and MaxBy | Stepan Goremykin | |
| 2023-03-01 | Reduce log spam | Bond_009 | |
| Fixes #7801 | |||
| 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-01-19 | Fix CA1851 | Shadowghost | |
| 2023-01-10 | Change log level for bind address usage to debug | Patrick Barron | |
| Fixes #9024 | |||
| 2022-12-14 | Fix debug builds (#8909) | Bond-009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-03 | Fix build | Shadowghost | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 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 | Declare VirtualInterfaceNames as string array for consistency | Shadowghost | |
| 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-21 | Cleanup and fixes | Shadowghost | |
| 2022-07-21 | Fix logging output | Shadowghost | |
| 2022-07-21 | Enforce interface bindings on SSDP, add Loopback to LAN if no LAN defined | Shadowghost | |
| 2022-07-20 | Fix build, fix loopback binding, exclude unsupported IPs from bind | Shadowghost | |
| 2022-07-20 | Simplify code | Shadowghost | |
| 2022-07-20 | Move away from using Collection, simplify code, add proper ordering | Shadowghost | |
| 2022-07-20 | Move subnet parser to NetworkExtensions | Shadowghost | |
| 2022-07-19 | Fix build | Shadowghost | |
| 2022-07-19 | Migrate NetworkManager and Tests to native .NET IP objects | Shadowghost | |
| 2022-04-07 | Merge pull request #7549 from cvium/fix_isinlocalnetwork | Cody Robibero | |
| (cherry picked from commit bdb85aeecf10feae62ec615c8d80f1b517b8a5d6) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-02-14 | Fix option to disable server discovery | Bond_009 | |
| 2021-11-24 | Create a store key constant for network | cvium | |
