jellyfin/Emby.Server.Implementations
Xu Fasheng cbd0e71c07 Send DLNA devices message to only the matched interface
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-22 20:18:34 +08:00
..
Activity Merge pull request #736 from Bond-009/startasync 2019-02-03 22:23:54 -05:00
AppBase Removed remaining self-update code 2019-02-18 16:57:08 +01:00
Archiving Removed some unused fields 2019-02-09 15:57:42 +01:00
Branding Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
Browser Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
Channels Make all class implementing dynamically loaded interfaces public 2019-02-15 23:05:14 +01:00
Collections Removed some unused fields 2019-02-09 15:57:42 +01:00
Configuration Unwrapped MoveDirectory, DirectoryExists, FileExists & removed MoveFile 2019-01-28 22:10:00 +01:00
Cryptography Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
Data Merge pull request #848 from Bond-009/perf 2019-02-19 21:24:51 -05:00
Devices Removed some unused fields 2019-02-09 15:57:42 +01:00
Diagnostics Minor changes to encoding code 2019-02-02 15:56:54 +01:00
Dto Removed some unused fields 2019-02-09 15:57:42 +01:00
EntryPoints Make all class implementing dynamically loaded interfaces public 2019-02-15 23:05:14 +01:00
EnvironmentInfo Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
FFMpeg Removed some unused fields 2019-02-09 15:57:42 +01:00
HttpClientManager Properly dispose HttpWebResponse when the request failed to avoid 'too many open files' 2019-02-15 08:56:08 +01:00
HttpServer Merge pull request #848 from Bond-009/perf 2019-02-19 21:24:51 -05:00
Images Remove support for games as a media type 2019-01-31 19:04:47 +01:00
IO Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration 2019-02-18 19:30:11 +03:00
Library Merge pull request #848 from Bond-009/perf 2019-02-19 21:24:51 -05:00
LiveTv Avoid exceptions due to folder and file not found 2019-02-20 13:30:06 +00:00
Localization Translated using Weblate (Kazakh) 2019-02-14 18:45:24 -05:00
MediaEncoder Unwrapped OpenRead and CopyFile 2019-01-28 22:09:58 +01:00
Net Replaced injections of ILogger with ILoggerFactory 2019-01-20 21:05:12 +00:00
Networking Send DLNA devices message to only the matched interface 2019-02-22 20:18:34 +08:00
Playlists Remove MoreLINQ 2019-02-02 12:27:06 +01:00
Properties Update product name to Jellyfin Server 2019-01-19 23:53:23 -05:00
Reflection Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
ScheduledTasks Make all class implementing dynamically loaded interfaces public 2019-02-15 23:05:14 +01:00
Security Replaced injections of ILogger with ILoggerFactory 2019-01-20 21:05:12 +00:00
Serialization Less string allocations 2019-02-12 21:06:47 +01:00
Services Move some arrays to generics 2019-02-06 22:58:12 +01:00
Session Remove custom Threading 2019-02-05 16:47:50 +01:00
Sorting Make all class implementing dynamically loaded interfaces public 2019-02-15 23:05:14 +01:00
TV ReSharper conform to 'var' settings 2019-01-13 21:37:13 +01:00
Udp Visual Studio Reformat: Emby.Server.Implementations Part U-U & Root 2019-01-13 20:23:38 +01:00
Updates Change logging to match the action 2019-02-11 18:54:10 +01:00
UserViews Fix namespacing so it lines up properly with file names and paths (#715) 2019-02-09 10:10:33 +01:00
Xml Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
ApplicationHost.cs Add option to toggle if ignore virtual interfaces 2019-02-22 20:13:17 +08:00
ConfigurationOptions.cs Removed unnecessary configuration options and reduced primitive dependencies 2019-02-17 14:09:52 +00:00
Emby.Server.Implementations.csproj Removed Reference and replaced with package reference 2019-02-17 14:09:52 +00:00
IStartupOptions.cs Revert back to NoAutoRunWebApp 2019-01-31 18:56:34 +01:00
ResourceFileManager.cs Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. 2019-01-28 22:10:50 +01:00
ServerApplicationPaths.cs Rewrite rules for determining app paths and use XDG_CONFIG_HOME for configDir (#781) 2019-02-13 16:35:14 +01:00