aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs
AgeCommit message (Expand)Author
2020-06-05Use typed logger where possiblecrobibero
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-26Update WebSocketSharpRequest.csBond-009
2020-05-26Update WebSocketSharpRequest.csBond-009
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-03Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-20Handle null values for RemoteIpAddress and LocalIpAddress in websocket requestsMark Monteiro
2020-04-20Add some simple testsBond_009
2019-12-03Fix buildBond-009
2019-12-01Update Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.csBond-009
2019-11-28Minor improvements to network codeBond-009
2019-11-22Fix some warningsBond-009
2019-08-09Fix buildBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-06-01Merge branch 'master' into tasksBond-009
2019-04-12Removed wrapping of HeaderNames fieldsVooDooS
2019-04-12Replace CRLF injection mitigation by use of .NET ip parsingVooDooS
2019-04-11Replace custom ip "normalization" by methods from `IPAddress`VooDooS
2019-04-11Simplify headers use in WSSVooDooS
2019-04-09Clean `WebSocketSharpRequest.PathInfo` (#1212)Ulysse
2019-03-25Lower the amount of running tasksBond_009
2019-03-07Merge pull request #1065 from cvium/closed_responseBond-009
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-07Cleanup/simplificationBond-009
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-03Start the webhost before RunStartupTasks and fix ContentEncodingClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Remove some unused stuffClaus Vium
2019-02-27Remove SocketHttpListenerClaus Vium
2019-02-26Remove unused CookiesClaus Vium
2019-02-26Undo some of the span abuseClaus Vium
2019-02-26Fix PathInfoClaus Vium
2019-02-26Fix websockets and RawUrlClaus Vium
2019-02-26Replace some todos with http extensions and prepare some socket workClaus Vium
2019-02-26kestrel initClaus Vium