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
Age
Commit message (
Expand
)
Author
2019-08-16
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
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-12
Merge pull request #1021 from Bond-009/failonwarn
Vasily
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
Fail on warnings for Jellyfin.Server
Bond-009
2019-03-07
Cleanup/simplification
Bond-009
2019-03-07
Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
Claus Vium
2019-03-05
Fix DI in FileWriter.TransmitFile
Claus Vium
2019-03-05
Switch to HeaderNames instead of hardcoded strings (and other header related ...
Claus Vium
2019-03-04
Review comments
Claus Vium
2019-03-04
Fix a logging statement
Claus Vium
2019-03-03
Start the webhost before RunStartupTasks and fix ContentEncoding
Claus Vium
2019-02-27
Call SharpWebSocket's Closed event handler before disposing
Claus Vium
2019-02-27
Remove more cruft and add the beginnings of a socket middleware
Claus Vium
2019-02-27
Check websocket state before closing
Claus Vium
2019-02-27
Fix websockets
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
More cleanup
Claus Vium
2019-02-26
Remove unused Cookies
Claus Vium
2019-02-26
Undo some of the span abuse
Claus Vium
2019-02-26
Remove unused SharpSocket stuff
Claus Vium
2019-02-26
Remove SetContentLength and company
Claus Vium
2019-02-26
Fix PathInfo
Claus Vium
2019-02-26
Fix websockets array index out of bounds and some cleanup
Claus Vium
2019-02-26
Fix websockets and RawUrl
Claus Vium
2019-02-26
Still broken
Claus Vium
2019-02-26
Use middlewares instead of Routing
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