Commit Graph

13161 Commits (0250204f14e8a004c926e1ec263723459788a029)
 

Author SHA1 Message Date
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
Claus Vium 852460b991 kestrel init
6 years ago
Claus Vium 33b67a357f Remove unused deps
6 years ago
Claus Vium 4db31acff9 Begin removing System.Net sources
6 years ago
Joshua M. Boniface 968e282c90
Merge pull request #1007 from Bond-009/time
6 years ago
Bond-009 0804bed66d Log time in a standardized way
6 years ago
Vasily 9bab93262e
Merge pull request #1003 from Bond-009/stopwatch
6 years ago
Bond_009 0f9006c81f Use stopwatch for more accurate measurements and reduce log spam
6 years ago
Vasily b3438559cc
Merge pull request #1000 from cvium/fix_object_disposed
6 years ago
Claus Vium 4df3333b71 Remove the unused status code
6 years ago
Claus Vium 5262e50fee Try another fix
6 years ago