index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Networking
/
Manager
/
NetworkManager.cs
Age
Commit message (
Expand
)
Author
2023-11-30
Move Jellyfin.Networking to src
Patrick Barron
2023-11-14
Revert "Use System.Net.IPNetwork"
Bond_009
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
2023-02-20
Apply review suggestions
Shadowghost
2023-02-19
Optimize tryparse
Bond_009
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
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
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
2022-10-01
Declare VirtualInterfaceNames as string array for consistency
Shadowghost
2022-08-15
Fix various typos
luz paz
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
2022-02-14
Fix option to disable server discovery
Bond_009
2021-11-24
Create a store key constant for network
cvium
[next]