aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/INetworkManager.cs
AgeCommit message (Collapse)Author
2019-12-11More warnings (removed)Bond_009
2019-11-28Minor improvements to network codeBond-009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-08-09Fix more warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
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-01-13EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, ↵Erwin de Haan
MediaBrowser.Common
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-29fix live tv over dlnaLuke Pulverenti
2017-03-02update legacy streamLuke Pulverenti
2016-12-04first pass at binding to multiple network addressesLuke Pulverenti
2016-11-11update core projectLuke Pulverenti
2016-11-08update portable projectsLuke Pulverenti
2016-11-04move classes to new server projectLuke Pulverenti
2016-10-21make model project portableLuke Pulverenti
2015-12-25update ulna interface bindingLuke
2015-12-14rework dialogLuke Pulverenti
2015-01-24added HasSyncJobLuke Pulverenti
2015-01-18Create self signed cert if one does not existMike
2014-08-153.0.5340.20849Luke Pulverenti
2014-01-01add more methods to file system interfaceLuke Pulverenti
2013-10-05create platform-specific network manager implementationLuke Pulverenti
2013-09-06restored network browserLuke Pulverenti
2013-09-05removed network option from directory picker due to unreliabilityLuke Pulverenti
2013-06-08removed unused methodsLuke Pulverenti
2013-05-27improve accuracy of local ip address discoveryLuke Pulverenti
2013-02-24extracted httpclient dependancyLukePulverenti
2013-02-23moved some network code to the networking assemblyLukePulverenti