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
/
Configuration
/
NetworkConfiguration.cs
Age
Commit message (
Expand
)
Author
2023-11-12
Move network configuration to MediaBrowser.Common
Patrick Barron
2023-09-04
Fix typo in NetworkConfiguration.cs
Ikko Eltociear Ashimine
2023-07-03
Apply review suggestions
Shadowghost
2023-07-03
Rename additional values in NetworkConfiguration and add migration for all ch...
Shadowghost
2023-02-15
Apply review suggestions
Shadowghost
2022-10-01
Declare VirtualInterfaceNames as string array for consistency
Shadowghost
2022-07-21
Remove more unused network configuration parameters
Shadowghost
2022-07-20
Cleanup and sort NetworkConfiguration
Shadowghost
2022-07-20
Move away from using Collection, simplify code, add proper ordering
Shadowghost
2022-07-19
Migrate NetworkManager and Tests to native .NET IP objects
Shadowghost
2021-09-14
Dynamically populate LocalAddress based on HTTP request
Fredrik Lindberg
2021-04-17
Remove unused using directives
BaronGreenback
2021-01-12
Impliments KnownNetworks and KnownProxies
BaronGreenback
2020-12-11
fix ssl certificate cannot be saved
nyanmisaka
2020-11-21
Networking: 1 - Network Manager (#4124)
BaronGreenback