aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-26Remove SetContentLength and companyClaus Vium
2019-02-26Fix PathInfoClaus Vium
2019-02-26Remove websocket options and configure kestrel listen portsClaus Vium
2019-02-26Remove SocketSharp from Jellyfin.Server and some other cleanupClaus Vium
2019-02-26Fix websockets array index out of bounds and some cleanupClaus Vium
2019-02-26Fix websockets and RawUrlClaus Vium
2019-02-26Still brokenClaus Vium
2019-02-26Add response compression middlewareClaus Vium
2019-02-26Use middlewares instead of RoutingClaus Vium
2019-02-26Replace some todos with http extensions and prepare some socket workClaus Vium
2019-02-26Remove hardcoded path and fix url bug in WindowsClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Remove unused depsClaus Vium
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-26Merge pull request #1007 from Bond-009/timeJoshua M. Boniface
Log time in a standardized way
2019-02-26Remove ordering itemsBond-009
2019-02-26Log time in a standardized wayBond-009
2019-02-26Don't change submoduleBond-009
2019-02-26Less string allocationsBond-009
2019-02-26Merge pull request #1003 from Bond-009/stopwatchVasily
Use stopwatch for more accurate measurements and reduce log spam
2019-02-25Use stopwatch for more accurate measurements and reduce log spamBond_009
DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver
2019-02-25Merge pull request #1000 from cvium/fix_object_disposedVasily
Don't close the socket response multiple times
2019-02-25Merge pull request #998 from cvium/enableraisingevents_default_trueVasily
Set EnableRaisingEvents to true for processes that require it
2019-02-25Merge pull request #979 from Wuerfelbecher/release-disable-debugVasily
Build Package releases without debug turned on
2019-02-25Fix the ffmpeg compatibilityJoshua Boniface
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.
2019-02-24Disable documentation and debug in buildJoshua Boniface
2019-02-24Remove the unused status codeClaus Vium
2019-02-24Try another fixClaus Vium
2019-02-24Move the check further downClaus Vium
2019-02-24Don't close the socket response multiple timesClaus Vium
2019-02-24Check that ffmpeg log target isn't disposed before writing to itClaus Vium
2019-02-24Set EnableRaisingEvents to true for processes that require itClaus Vium
2019-02-24Fix slow local image validation (#990)Claus Vium
* Check for local image directory existence to avoid tons of exceptions
2019-02-24Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuildBond-009
Release 10.2.z copr autobuild
2019-02-24use common.build.sh for docker image buildsThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-23Merge pull request #964 from jellyfin/fedora-runtimeJoshua M. Boniface
Install the dotnet runtime package in Fedora build
2019-02-23Add Debian armhf (Rasberry Pi) build plus crossbuildJoshua Boniface
2019-02-23Merge pull request #986 from JustAMan/submodule-updateBond-009
Backmerge submodule updating strategy
2019-02-23Leave +genpts untouched in GetProgressiveVideoArguments()The Lynxy
2019-02-23Merge pull request #1 from jellyfin/masterWWWesten
Merge from upstream
2019-02-22Add to contributorsLynxy
2019-02-22Merge pull request #984 from WWWesten/patch-1Anthony Lavado
Update kz.csv
2019-02-23Remove useless if..else in SsdpDevicePublisherXu Fasheng
2019-02-23Update comments for DLNA IPv6Xu Fasheng
2019-02-23Merge pull request #981 from cvium/close_response_streamVasily
Close the response stream after fetching temp files
2019-02-23Merging #975 to masterVasily
2019-02-23Update kz.csvWWWesten
The new ratings system
2019-02-22Remove duplicate code and use using to properly dispose the response streamClaus Vium
2019-02-22Merge pull request #975 from cvium/release-10.2.zBond-009
Update submodule