aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Networking/NetworkManager.cs
AgeCommit message (Collapse)Author
2020-06-05Use typed logger where possiblecrobibero
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-03-24Remove unused usingsBond_009
2019-11-28Minor improvements to network codeBond-009
2019-11-22Address commentsBond_009
2019-11-22Fix some warningsBond-009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-08-09Fix more warningsBond_009
2019-08-07Merge pull request #1580 from Bond-009/linklocaldkanada
Ignore Ipv6 link-local addresses
2019-07-29Include library via NuGet instead of via sourceBond_009
2019-07-29Ignore Ipv6 link-local addressesBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-02-27Remove redundant parenthesisXu Fasheng
2019-02-22Send DLNA devices message to only the matched interfaceXu Fasheng
This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
* Fix stupid namespacing so it lines up properly with file names and paths.
2019-02-02Remove MoreLINQBond_009
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies.
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part Liv-PErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-01reduce work done by system info endpointsLuke Pulverenti
2017-11-29fix live tv over dlnaLuke Pulverenti
2017-11-27cache network data longerLuke Pulverenti
2017-11-23reduce dlna chatterLuke Pulverenti
2017-11-103.2.36.7Luke Pulverenti
2017-11-03update support for moviedb urls in nfo filesLuke Pulverenti
2017-11-02allow separate image extractions for each audio bookLuke Pulverenti
2017-10-30allow separate configuration of date formatLuke Pulverenti
2017-10-28revise unknown audio stream handlingLuke Pulverenti
2017-10-27cache subnet resultsLuke Pulverenti
2017-10-26update address detectionLuke Pulverenti
2017-10-26update network detectionLuke Pulverenti
2017-10-11fixes #1769 - IsInLocalNetwork returns wrong valueLuke Pulverenti
2017-10-10Test for matching subnet of IP's (VPN request)randomevents
test available ip4 host address against the endpoint (only local addresses, 10 127 192.68 169), if there's a preliminary match, it finds the subnet of the host ip (255.255.255.0) and makes sure's there's a match between host (255.255.255) and endpoint
2017-10-05update loggingLuke Pulverenti
2017-08-16merge common implementations and server implementationsLuke Pulverenti