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 (
Collapse
)
Author
2019-03-12
Merge pull request #1021 from Bond-009/failonwarn
Vasily
Fail on warnings for Jellyfin.Server
2019-03-07
Merge pull request #1065 from cvium/closed_response
Bond-009
Don't set status code if response is closed
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
* Removed useless copies/allocations * Reduced unneeded complexity
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
fixes)
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