aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Expand)Author
2019-03-03Remove some unused referencesClaus Vium
2019-03-03Await host startupClaus Vium
2019-03-03Use EnableHttps instead of CertificateInfoClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-02-27Remove more cruft and add the beginnings of a socket middlewareClaus Vium
2019-02-27Merge pull request #978 from fasheng/fix-dlna-multiple-interfacesVasily
2019-02-26Undo some of the span abuseClaus Vium
2019-02-26Extend the IHttpServer interface to avoid the typecastingClaus Vium
2019-02-26Remove websocket options and configure kestrel listen portsClaus Vium
2019-02-26Remove SocketSharp from Jellyfin.Server and some other cleanupClaus Vium
2019-02-26Fix websockets array index out of bounds and some cleanupClaus Vium
2019-02-26Still brokenClaus Vium
2019-02-26Add response compression middlewareClaus Vium
2019-02-26Use middlewares instead of RoutingClaus Vium
2019-02-26Replace some todos with http extensions and prepare some socket workClaus Vium
2019-02-26Remove hardcoded path and fix url bug in WindowsClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Log time in a standardized wayBond-009
2019-02-25Use stopwatch for more accurate measurements and reduce log spamBond_009
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Remove IEncryptionManagerClaus Vium
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
2019-02-18Got to start somewhereBond-009
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
2019-02-18Removed remaining self-update codeBond_009
2019-02-18Merge pull request #913 from Bond-009/logVasily
2019-02-18Merge pull request #829 from Bond-009/fieldsVasily
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Merge remote-tracking branch 'upstream/release-10.2.z' into newmaserBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Reduce log spamBond-009
2019-02-15Remove SizeLimitClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-12Address commentsBond-009
2019-02-12Don't create multiple instances of the same typeBond_009
2019-02-12Simplify plugin loadingBond_009
2019-02-12Move to Microsoft.Extensions.DependencyInjectionBond_009
2019-02-10Add support for ZIP plugin archivesJoshua Boniface
2019-02-09Removed some unused fieldsBond_009
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
2019-02-05Remove custom ThreadingClaus Vium
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
2019-02-03Merge pull request #732 from Bond-009/localeJoshua M. Boniface
2019-02-02Remove unused fieldBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-31Revert back to NoAutoRunWebAppPloughPuff
2019-01-31Move Options to Jellyfin.Server and create interface filePloughPuff
2019-01-31Use CommandLineParser package for handling CLI argsPloughPuff