dkanada
|
97d6c2db6b
|
keep old base url for now
|
5 years ago |
dkanada
|
d521e5c36a
|
add base url to server configuration
|
5 years ago |
dkanada
|
c987203f5a
|
remove old routes from http server
|
5 years ago |
Bond_009
|
9fff4b060e
|
Replace custom code with Asp.Net Core code
|
5 years ago |
Erik Larsson
|
0e6417c9fa
|
Set log level to debug for HTTP range requests
|
5 years ago |
Bond-009
|
ce1fa42f9d
|
Merge branch 'master' into tasks
|
6 years ago |
Joshua M. Boniface
|
2bc378a9c3
|
Merge pull request #1337 from jellyfin/release-10.3.z
Backmerge for 10.3.2 release
|
6 years ago |
Bond-009
|
61d7bed181
|
Merge pull request #1304 from jellyfin/release-10.3.z
Backmerge 10.3.1
|
6 years ago |
Bond_009
|
71479286e9
|
Fix #1234
|
6 years ago |
Claus Vium
|
28c2ac528d
|
Re-add content length, semi revert of changes in #1010 (#1287)
* Re-add content length, semi revert of changes in #1010
|
6 years ago |
Bond-009
|
a8da122fb3
|
Merge pull request #1252 from jellyfin/release-10.3.z
Backmerge release 10.3.0
|
6 years ago |
Joshua Boniface
|
250e0c75df
|
Add MethodNotAllowedException with code 405
|
6 years ago |
Joshua M. Boniface
|
c3532b92f7
|
Merge pull request #1158 from Bond-009/httpclean
Reduce complexity http routes
|
6 years ago |
Bond-009
|
a332092769
|
Reduce complexity http routes
|
6 years ago |
Bond-009
|
b44a70ff36
|
Simplify/remove/clean code
* Remove useless runtime check (we only support one)
* Remove unused args
* Remove a global constant
And ofc fix some warnings ;)
|
6 years ago |
Bond_009
|
2696ac5eac
|
Lower the amount of running tasks
|
6 years ago |
Bill Thornton
|
4cd8903abc
|
Fix default value for Expires header
|
6 years ago |
Bond-009
|
e64aaebbac
|
Improvements around streams
* Use ArrayPool instead of allocating new buffers each time
* Remove NetworkStream copy
* Remove some dead code
|
6 years ago |
Claus Vium
|
e3b844b5aa
|
Add urlprefixes during init
|
6 years ago |
Claus Vium
|
3fa43a1e08
|
Don't set status code if response is closed
|
6 years ago |
Claus Vium
|
dfff68b2f4
|
Make SkipLogExtensions static
|
6 years ago |
Claus Vium
|
bba049c987
|
Make FileSystem readonly
|
6 years ago |
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
|
78742b8e4c
|
Switch to HeaderNames instead of hardcoded strings (and other header related fixes)
|
6 years ago |
Claus Vium
|
bc00617df7
|
Remove unused Brotli compressor
|
6 years ago |
Claus Vium
|
51648a2a21
|
Remove unused _listener
|
6 years ago |
Claus Vium
|
0250204f14
|
Expand todo
|
6 years ago |
Claus Vium
|
9020f68ce1
|
Use QueryHelpers.AddQueryString
|
6 years ago |
Claus Vium
|
e823c11b46
|
Add certificate to https and minor cleanup
|
6 years ago |
Claus Vium
|
fb1de5a921
|
Remove more cruft and add the beginnings of a socket middleware
|
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
|
27e7e792b3
|
Replace some usage of QueryParamCollection
|
6 years ago |
Claus Vium
|
333bd2107a
|
Remove HttpUtility
|
6 years ago |
Claus Vium
|
848cfc32cc
|
More cleanup
|
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
|
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
|
f3e7bc0573
|
Replace some todos with http extensions and prepare some socket work
|
6 years ago |
Claus Vium
|
852460b991
|
kestrel init
|
6 years ago |
Claus Vium
|
4db31acff9
|
Begin removing System.Net sources
|
6 years ago |
Bond-009
|
0804bed66d
|
Log time in a standardized way
|
6 years ago |
Bond_009
|
0f9006c81f
|
Use stopwatch for more accurate measurements and reduce log spam
DateTime.Now is suitible for small timespans
Replaced the needlessly complex and verbose logging for the httpserver
|
6 years ago |
Joshua M. Boniface
|
89d4ce309d
|
Merge pull request #848 from Bond-009/perf
Minor changes to reduce allocations
|
6 years ago |
Vasily
|
13f2783a8e
|
Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration
Replace primitive injection with IConfiguration
|
6 years ago |
William Taylor
|
18ae107ce4
|
Removed unnecessary configuration options and reduced primitive dependencies
|
6 years ago |
Claus Vium
|
c720504e39
|
Drop ETag and use Last-Modified header (#890)
Drop ETag and use Last-Modified since performance is much better
|
6 years ago |