aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
AgeCommit message (Expand)Author
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
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
2019-01-16Update HttpListenerHost.csBond-009
2019-01-16Merge branch 'dev' into cleanupBond-009
2019-01-15Merge branch 'dev' into reformatErwin de Haan
2019-01-15removed a bunch of validation, security, registration, premiere, whatever bsClaus Vium
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-06Cleanup some small thingsBond_009
2019-01-05Remove unnecessary using statementsBond_009
2019-01-05Remove FireEventIfNotNullBond_009