index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
SocketSharp
/
WebSocketSharpRequest.cs
Age
Commit message (
Expand
)
Author
2020-09-02
Remove ServiceStack and related stuff
Claus Vium
2020-06-05
Use typed logger where possible
crobibero
2020-06-03
Merge pull request #3203 from Bond-009/warn18
Vasily
2020-05-29
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
Bond_009
2020-05-26
Update WebSocketSharpRequest.cs
Bond-009
2020-05-26
Update WebSocketSharpRequest.cs
Bond-009
2020-05-25
Fix some 'bugs' flagged by sonarcloud
Bond_009
2020-05-03
Merge remote-tracking branch 'upstream/master' into integration-tests
Mark Monteiro
2020-04-20
Handle null values for RemoteIpAddress and LocalIpAddress in websocket requests
Mark Monteiro
2020-04-20
Add some simple tests
Bond_009
2019-12-03
Fix build
Bond-009
2019-12-01
Update Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs
Bond-009
2019-11-28
Minor improvements to network code
Bond-009
2019-11-22
Fix some warnings
Bond-009
2019-08-09
Fix build
Bond_009
2019-08-09
Replace custom code with Asp.Net Core code
Bond_009
2019-06-01
Merge branch 'master' into tasks
Bond-009
2019-04-12
Removed wrapping of HeaderNames fields
VooDooS
2019-04-12
Replace CRLF injection mitigation by use of .NET ip parsing
VooDooS
2019-04-11
Replace custom ip "normalization" by methods from `IPAddress`
VooDooS
2019-04-11
Simplify headers use in WSS
VooDooS
2019-04-09
Clean `WebSocketSharpRequest.PathInfo` (#1212)
Ulysse
2019-03-25
Lower the amount of running tasks
Bond_009
2019-03-07
Merge pull request #1065 from cvium/closed_response
Bond-009
2019-03-07
Don't set status code if response is closed
Claus Vium
2019-03-07
Cleanup/simplification
Bond-009
2019-03-07
Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
Claus Vium
2019-03-03
Start the webhost before RunStartupTasks and fix ContentEncoding
Claus Vium
2019-02-27
Replace some usage of QueryParamCollection
Claus Vium
2019-02-27
Remove some unused stuff
Claus Vium
2019-02-27
Remove SocketHttpListener
Claus Vium
2019-02-26
Remove unused Cookies
Claus Vium
2019-02-26
Undo some of the span abuse
Claus Vium
2019-02-26
Fix PathInfo
Claus Vium
2019-02-26
Fix websockets and RawUrl
Claus Vium
2019-02-26
Replace some todos with http extensions and prepare some socket work
Claus Vium
2019-02-26
kestrel init
Claus Vium