aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
AgeCommit message (Expand)Author
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-13Fix GetPathValue functionBond-009
2019-10-16Address review commentsVasily
2019-10-14Log to debug all HTTP 500 response urlsVasily
2019-10-09Merge pull request #1863 from joshuaboniface/fix-baseurl-issuesVasily
2019-10-09Make NormalizeUrlPath staticJoshua Boniface
2019-10-09Fix template for loggingVasily
2019-10-09Always log at least error message when error happens during request processingVasily
2019-10-09Set response length and mime type correctly when reporting an errorVasily
2019-10-08Normalize baseUrl behaviourJoshua Boniface
2019-09-24add an exception to loggingdkanada
2019-09-24add mediabrowser route back for nowdkanada
2019-08-11keep old base url for nowdkanada
2019-08-11add base url to server configurationdkanada
2019-08-11remove old routes from http serverdkanada
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-06-01Merge branch 'master' into tasksBond-009
2019-04-25Merge pull request #1304 from jellyfin/release-10.3.zBond-009
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
2019-04-20Merge pull request #1252 from jellyfin/release-10.3.zBond-009
2019-04-17Add MethodNotAllowedException with code 405Joshua Boniface
2019-03-26Reduce complexity http routesBond-009
2019-03-25Lower the amount of running tasksBond_009
2019-03-07Add urlprefixes during initClaus Vium
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-05Add ProcessWebSocketRequest to IHttpListenerClaus Vium
2019-03-05Remove unused _listenerClaus Vium
2019-03-04Expand todoClaus Vium
2019-03-04Use QueryHelpers.AddQueryStringClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-02-27Fix query log for realClaus Vium
2019-02-27Fix query logClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Remove HttpUtilityClaus Vium
2019-02-26More cleanupClaus Vium
2019-02-26Remove SetContentLength and companyClaus 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-26Replace some todos with http extensions and prepare some socket workClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Begin removing System.Net sourcesClaus 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-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
2019-01-20Remove MediaBrowser.Text since it violates licenses and is overall hackycvium
2019-01-18Merge branch 'dev' into reformatErwin de Haan