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
Age
Commit message (
Expand
)
Author
2019-03-07
Make SkipLogExtensions static
Claus Vium
2019-03-06
Make FileSystem readonly
Claus Vium
2019-03-06
Remove public Host property
Claus Vium
2019-03-06
Review comments
Claus Vium
2019-03-05
Remove more Content-Length references
Claus Vium
2019-03-05
Add ProcessWebSocketRequest to IHttpListener
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-05
Remove unused Brotli compressor
Claus Vium
2019-03-05
Remove unused _listener
Claus Vium
2019-03-05
Grab content root from config and fix kestrel port bindings
Claus Vium
2019-03-04
Expand todo
Claus Vium
2019-03-04
Use QueryHelpers.AddQueryString
Claus Vium
2019-03-04
Review comments
Claus Vium
2019-03-04
Fix a logging statement
Claus Vium
2019-03-03
Remove some unused references
Claus Vium
2019-03-03
Await host startup
Claus Vium
2019-03-03
Start the webhost before RunStartupTasks and fix ContentEncoding
Claus Vium
2019-03-03
Use EnableHttps instead of CertificateInfo
Claus Vium
2019-03-03
Add certificate to https and minor cleanup
Claus Vium
2019-03-01
Add some websocket manager boilerplate
Claus Vium
2019-02-27
Call SharpWebSocket's Closed event handler before disposing
Claus Vium
2019-02-27
Remove a file that shouldn't have been added
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
Fix query log for real
Claus Vium
2019-02-27
Fix query log
Claus Vium
2019-02-27
Replace some usage of QueryParamCollection
Claus Vium
2019-02-27
Remove HttpUtility
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
Extend the IHttpServer interface to avoid the typecasting
Claus Vium
2019-02-26
Remove SetContentLength and company
Claus Vium
2019-02-26
Fix PathInfo
Claus Vium
2019-02-26
Remove websocket options and configure kestrel listen ports
Claus Vium
2019-02-26
Remove SocketSharp from Jellyfin.Server and some other cleanup
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
Add response compression middleware
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
Remove hardcoded path and fix url bug in Windows
Claus Vium
2019-02-26
kestrel init
Claus Vium
2019-02-26
Begin removing System.Net sources
Claus Vium
[next]