Commit Graph

13171 Commits (446f9bf81fa3ac737acda71d57fdc7289c227cef)
 

Author SHA1 Message Date
Claus Vium 446f9bf81f Remove more Content-Length references
6 years ago
Claus Vium 913e80fd55 Add ProcessWebSocketRequest to IHttpListener
6 years ago
Claus Vium 9a4a01fb0e Fix DI in FileWriter.TransmitFile
6 years ago
Claus Vium df92df7bd6 Remove BOM
6 years ago
Claus Vium 78742b8e4c Switch to HeaderNames instead of hardcoded strings (and other header related fixes)
6 years ago
Claus Vium 318e0d4a24 Add GetValueOrDefault dictionary extension
6 years ago
Claus Vium bc00617df7 Remove unused Brotli compressor
6 years ago
Claus Vium 51648a2a21 Remove unused _listener
6 years ago
Claus Vium 12df381495 Grab content root from config and fix kestrel port bindings
6 years ago
Claus Vium 17ca23d73b Don't dispose the connection
6 years ago
Claus Vium 0250204f14 Expand todo
6 years ago
Claus Vium 9020f68ce1 Use QueryHelpers.AddQueryString
6 years ago
Claus Vium 557c4d065d Review comments
6 years ago
Claus Vium 6cc1bd544a Fix a logging statement
6 years ago
Claus Vium 040871459b Remove some unused references
6 years ago
Claus Vium 6263b73d9c Await host startup
6 years ago
Claus Vium 1cc433eabc Start the webhost before RunStartupTasks and fix ContentEncoding
6 years ago
Claus Vium d450169964 Use EnableHttps instead of CertificateInfo
6 years ago
Claus Vium e823c11b46 Add certificate to https and minor cleanup
6 years ago
Claus Vium 6bdb5debd2 Add some websocket manager boilerplate
6 years ago
Claus Vium 1ac282b12e Call SharpWebSocket's Closed event handler before disposing
6 years ago
Claus Vium 588a13377c Remove a file that shouldn't have been added
6 years ago
Claus Vium fb1de5a921 Remove more cruft and add the beginnings of a socket middleware
6 years ago
Claus Vium 71ed840944 Simplify websocket listeners
6 years ago
Claus Vium dab8e15052 Check websocket state before closing
6 years ago
Claus Vium e47d121985 Fix websockets
6 years ago
Claus Vium c0b95dbc79 Fix query log for real
6 years ago
Claus Vium 647adc51c8 Fix query log
6 years ago
Claus Vium 1e97e4d462 Remove IHttpResponse
6 years ago
Claus Vium 27e7e792b3 Replace some usage of QueryParamCollection
6 years ago
Claus Vium 91afaaf8fe Cleanup in QueryParamCollection
6 years ago
Claus Vium 333bd2107a Remove HttpUtility
6 years ago
Claus Vium 25d3d0b731 Remove some unused stuff
6 years ago
Claus Vium 77addb2283 Remove SocketHttpListener
6 years ago
Claus Vium 848cfc32cc More cleanup
6 years ago
Claus Vium 5510e8ebee Remove unused Cookies
6 years ago
Claus Vium 9c02e99e35 Undo some of the span abuse
6 years ago
Claus Vium 148db8b81a Remove unused SharpSocket stuff
6 years ago
Claus Vium e342b7bc71 Extend the IHttpServer interface to avoid the typecasting
6 years ago
Claus Vium f1c93ae618 Remove SetContentLength and company
6 years ago
Claus Vium 4e229ad86b Fix PathInfo
6 years ago
Claus Vium e88f079da6 Remove websocket options and configure kestrel listen ports
6 years ago
Claus Vium 4e8de67aca Remove SocketSharp from Jellyfin.Server and some other cleanup
6 years ago
Claus Vium a85488cd20 Fix websockets array index out of bounds and some cleanup
6 years ago
Claus Vium 5a7cca9d1b Fix websockets and RawUrl
6 years ago
Claus Vium d6c6f3c10c Still broken
6 years ago
Claus Vium 38f52a139e Add response compression middleware
6 years ago
Claus Vium 194da8416b Use middlewares instead of Routing
6 years ago
Claus Vium f3e7bc0573 Replace some todos with http extensions and prepare some socket work
6 years ago
Claus Vium c3fa299acc Remove hardcoded path and fix url bug in Windows
6 years ago