Commit Graph

56 Commits (668e10ceb79fcce5713fced0cf8e6fc055105e82)

Author SHA1 Message Date
Bond-009 b61ee09a36
Update WebSocketSharpRequest.cs
4 years ago
Bond-009 0676d1c2f4
Update WebSocketSharpRequest.cs
4 years ago
Bond_009 10e381f66f Fix some 'bugs' flagged by sonarcloud
4 years ago
Mark Monteiro 2e09311a93
Merge branch 'master' into websocket
4 years ago
Mark Monteiro 1c06111497 Merge remote-tracking branch 'upstream/master' into integration-tests
4 years ago
Bond_009 04f826e50c Fix merge errors
4 years ago
Bond_009 15634a1913 Merge branch 'master' into websocket
4 years ago
Mark Monteiro 3cf2fce983 Handle null values for RemoteIpAddress and LocalIpAddress in websocket requests
4 years ago
Bond_009 7f4a229cd2 Add some simple tests
4 years ago
Mark Monteiro c49a12dd73 Make LoggerFactory private in ApplicationHost and use it to construct loggers with context
4 years ago
Bond_009 87d2479b78 Fix warnings
4 years ago
Bond_009 976459d3e8 Rewrite WebSocket handling code
5 years ago
Bond-009 caca2b31fe Fix build
5 years ago
Bond-009 84c136b1f2
Update Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs
5 years ago
Bond-009 6f45d95951 Minor improvements to network code
5 years ago
Bond-009 b477b3874e Fix some warnings
5 years ago
Bond_009 dc662beefe Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
5 years ago
Bond_009 cf7290343f Fix build
5 years ago
Bond_009 9fff4b060e Replace custom code with Asp.Net Core code
5 years ago
Bond-009 ce1fa42f9d
Merge branch 'master' into tasks
5 years ago
VooDooS ba12d96d23 Removed wrapping of HeaderNames fields
5 years ago
VooDooS bb807554e2 Replace CRLF injection mitigation by use of .NET ip parsing
5 years ago
VooDooS 56d1050bac Replace custom ip "normalization" by methods from `IPAddress`
5 years ago
VooDooS a6e1b23eb0 Simplify headers use in WSS
5 years ago
Ulysse a1d50a6d05 Clean `WebSocketSharpRequest.PathInfo` (#1212)
5 years ago
Bond_009 2696ac5eac Lower the amount of running tasks
5 years ago
Vasily 497b4f834f
Merge pull request #1021 from Bond-009/failonwarn
5 years ago
Bond-009 669c48cc8b
Merge pull request #1065 from cvium/closed_response
5 years ago
Claus Vium 3fa43a1e08 Don't set status code if response is closed
5 years ago
Bond-009 620d7b560d Fail on warnings for Jellyfin.Server
5 years ago
Bond-009 c5fce647de Cleanup/simplification
5 years ago
Claus Vium 0abe57e930 Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
5 years ago
Claus Vium 9a4a01fb0e Fix DI in FileWriter.TransmitFile
5 years ago
Claus Vium 78742b8e4c Switch to HeaderNames instead of hardcoded strings (and other header related fixes)
5 years ago
Claus Vium 557c4d065d Review comments
5 years ago
Claus Vium 6cc1bd544a Fix a logging statement
5 years ago
Claus Vium 1cc433eabc Start the webhost before RunStartupTasks and fix ContentEncoding
5 years ago
Claus Vium 1ac282b12e Call SharpWebSocket's Closed event handler before disposing
5 years ago
Claus Vium fb1de5a921 Remove more cruft and add the beginnings of a socket middleware
5 years ago
Claus Vium dab8e15052 Check websocket state before closing
5 years ago
Claus Vium e47d121985 Fix websockets
5 years ago
Claus Vium 27e7e792b3 Replace some usage of QueryParamCollection
5 years ago
Claus Vium 25d3d0b731 Remove some unused stuff
5 years ago
Claus Vium 77addb2283 Remove SocketHttpListener
5 years ago
Claus Vium 848cfc32cc More cleanup
5 years ago
Claus Vium 5510e8ebee Remove unused Cookies
5 years ago
Claus Vium 9c02e99e35 Undo some of the span abuse
5 years ago
Claus Vium 148db8b81a Remove unused SharpSocket stuff
5 years ago
Claus Vium f1c93ae618 Remove SetContentLength and company
5 years ago
Claus Vium 4e229ad86b Fix PathInfo
5 years ago