aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-05Remove --ffprobe logicPloughPuff
2019-03-05Remove BOMClaus Vium
2019-03-03Start the webhost before RunStartupTasks and fix ContentEncodingClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-02-26Remove SocketSharp from Jellyfin.Server and some other cleanupClaus Vium
2019-02-26Still brokenClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Remove unused depsClaus Vium
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-26Less string allocationsBond-009
2019-02-24Remove the unused status codeClaus Vium
2019-02-24Try another fixClaus Vium
2019-02-24Don't close the socket response multiple timesClaus Vium
2019-02-20Merge pull request #847 from Bond-009/asyncVasily
2019-02-20Merge pull request #851 from Bond-009/appdataVasily
2019-02-20Merge pull request #914 from Bond-009/httppostedfileVasily
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
2019-02-18Remove useless checkBond-009
2019-02-18Simplify code to get data dirBond_009
2019-02-17Removed async from non-async methodWilliam Taylor
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Removed primitives from services in Program.csWilliam Taylor
2019-02-16Merge branch 'master' into perfBond-009
2019-02-16Merge branch 'master' into asyncBond-009
2019-02-16Separate HttpPostedFileBond-009
2019-02-16CommentsBond-009
2019-02-16Update Jellyfin.Server/Jellyfin.Server.csprojVasily
2019-02-16Reorder elementsBond-009
2019-02-16Remove more doc warningsBond-009
2019-02-16More fixesBond-009
2019-02-16Correctly dispose WebSocketSharpListenerBond-009
2019-02-16More warningsBond-009
2019-02-16Warnings for docsBond-009
2019-02-16Fix up CoreAppHost.csBond-009
2019-02-16Do not declare visible instance fieldsBond-009
2019-02-16Closing braces should be followed by an empty lineBond-009
2019-02-16No multiple empty linesBond-009
2019-02-16Single line comments should start with a spaceBond-009
2019-02-16ConfigureAwaitBond-009
2019-02-16Change discardsBond-009
2019-02-15Merge pull request #801 from Bond-009/diVasily
2019-02-15Merge pull request #875 from Bond-009/errorVasily
2019-02-13Rewrite rules for determining app paths and use XDG_CONFIG_HOME for configDir...ploughpuff
2019-02-12Treat warnings as errors for release buildsBond-009
2019-02-12Address commentsBond-009
2019-02-12Revert back to netcoreapp2.1Bond_009
2019-02-12Last bitsBond_009
2019-02-12Less string allocationsBond_009
2019-02-12Tuple -> ValueTupleBond_009