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
Log time in a standardized way
|
6 years ago |
Bond-009
|
1731bf7372
|
Remove ordering items
|
6 years ago |
Bond-009
|
0804bed66d
|
Log time in a standardized way
|
6 years ago |
Bond-009
|
a0606b5730
|
Don't change submodule
|
6 years ago |
Bond-009
|
9ba6227db4
|
Less string allocations
|
6 years ago |
Vasily
|
9bab93262e
|
Merge pull request #1003 from Bond-009/stopwatch
Use stopwatch for more accurate measurements and reduce log spam
|
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 |
Vasily
|
b3438559cc
|
Merge pull request #1000 from cvium/fix_object_disposed
Don't close the socket response multiple times
|
6 years ago |
Vasily
|
8e5cccb22c
|
Merge pull request #998 from cvium/enableraisingevents_default_true
Set EnableRaisingEvents to true for processes that require it
|
6 years ago |
Vasily
|
500c0b9cba
|
Merge pull request #979 from Wuerfelbecher/release-disable-debug
Build Package releases without debug turned on
|
6 years ago |
Joshua Boniface
|
5054a77dcf
|
Fix the ffmpeg compatibility
Doing this the other way was just complex. No longer try to override
the system ffmpeg, just put ours somewhere else and depend on that
package.
|
6 years ago |
Joshua Boniface
|
dac2c98d8a
|
Disable documentation and debug in build
|
6 years ago |
Claus Vium
|
4df3333b71
|
Remove the unused status code
|
6 years ago |
Claus Vium
|
5262e50fee
|
Try another fix
|
6 years ago |
Claus Vium
|
547d0ecf58
|
Move the check further down
|
6 years ago |
Claus Vium
|
6e07eab247
|
Don't close the socket response multiple times
|
6 years ago |
Claus Vium
|
96b3d37caf
|
Check that ffmpeg log target isn't disposed before writing to it
|
6 years ago |
Claus Vium
|
aafed63c3f
|
Set EnableRaisingEvents to true for processes that require it
|
6 years ago |
Claus Vium
|
2e9a3d45c2
|
Fix slow local image validation (#990)
* Check for local image directory existence to avoid tons of exceptions
|
6 years ago |
Bond-009
|
e281c79d6f
|
Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuild
Release 10.2.z copr autobuild
|
6 years ago |
Thomas Büttner
|
38ec68c488
|
use common.build.sh for docker image builds
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
|
6 years ago |
Thomas Büttner
|
da61998ad6
|
Build releases without debug
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
|
6 years ago |
Joshua M. Boniface
|
f28dd79fb1
|
Merge pull request #964 from jellyfin/fedora-runtime
Install the dotnet runtime package in Fedora build
|
6 years ago |
Joshua Boniface
|
c2e57aba27
|
Add Debian armhf (Rasberry Pi) build plus crossbuild
|
6 years ago |
Bond-009
|
4a3e42e779
|
Merge pull request #986 from JustAMan/submodule-update
Backmerge submodule updating strategy
|
6 years ago |
The Lynxy
|
67f399dccf
|
Leave +genpts untouched in GetProgressiveVideoArguments()
|
6 years ago |
Lynxy
|
eb95b025d4
|
Add to contributors
|
6 years ago |
Anthony Lavado
|
de45cfdd8c
|
Merge pull request #984 from WWWesten/patch-1
Update kz.csv
|
6 years ago |
Xu Fasheng
|
47966793c0
|
Remove useless if..else in SsdpDevicePublisher
|
6 years ago |
Xu Fasheng
|
0c49079c16
|
Update comments for DLNA IPv6
|
6 years ago |
Vasily
|
d82d6b6aef
|
Merge pull request #981 from cvium/close_response_stream
Close the response stream after fetching temp files
|
6 years ago |
Vasily
|
7ae526da8b
|
Merging #975 to master
|
6 years ago |
WWWesten
|
e79d44d9f1
|
Update kz.csv
The new ratings system
|
6 years ago |
Claus Vium
|
fb7de2f966
|
Remove duplicate code and use using to properly dispose the response stream
|
6 years ago |
Bond-009
|
db54fe4c70
|
Merge pull request #975 from cvium/release-10.2.z
Update submodule
|
6 years ago |