aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Expand)Author
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Merge pull request #844 from ploughpuff/ffmpegVasily
2019-03-06Remove public Host propertyClaus Vium
2019-03-06Merge pull request #915 from cvium/remove_encryptionmanagerVasily
2019-03-05Renamed Init() to SetFFmpegPath()PloughPuff
2019-03-05Review commentsPloughPuff
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
2019-03-05Fix DI in FileWriter.TransmitFileClaus Vium
2019-03-05Remove unused Brotli compressorClaus Vium
2019-03-05Grab content root from config and fix kestrel port bindingsClaus Vium
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-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