aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
AgeCommit message (Expand)Author
2022-02-14Fix option to disable server discoveryBond_009
2022-02-10Add option to change unix socket permissionsknackebrot
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-02-04Prevent additional errors on startup/shutdown (#6788)Cody Robibero
2022-01-22Flush to disk async where possibleBond_009
2021-11-24Migrate network configuration safelycvium
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-09Fix some warningsBond_009
2021-11-03Merge branch 'master' into client-loggerCody Robibero
2021-11-02Streamline startup codeBond_009
2021-10-26Add ability to upload entire fileCody Robibero
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-09-25Remove sync FileStream hackBond_009
2021-09-20Allow shutdown while starting WebHostBond_009
2021-09-06Use appHost.Resolve for accessing the context in Program.csFernando Fernández
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-04Minor improvementsBond_009
2021-07-12Improve platform checksBond_009
2021-05-24Address review commentsFernando Fernández
2021-05-24Run SQLite query planner optimization at shutdown/restartFernando Fernández
2021-04-26Clean client filename generationcrobibero
2021-04-26Add endpoint to log client eventscrobibero
2021-04-17Remove unused using directivesBaronGreenback
2021-04-12Fix random failing of testsBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-08Merge pull request #5315 from BaronGreenback/FixFor5280Part2Joshua M. Boniface
2021-03-04Merge pull request #5345 from BaronGreenback/IP6Fixdkanada
2021-03-02Update Jellyfin.Server/Program.csBaronGreenback
2021-03-02Merge pull request #5342 from BaronGreenback/errorMessageCorrectionBond-009
2021-03-01Kestrel workaroundBaronGreenback
2021-03-01Changed messageBaronGreenback
2021-02-27fixBaronGreenback
2021-02-23Pls fix race conditionBond_009
2020-12-30Encoding fix for System Logs. (#4564)BaronGreenback
2020-11-24enable cl-va p010 interopNyanmisaka
2020-11-04removed github merge introduced spaces.Greenback
2020-11-04Merge branch 'master' into NetworkPR2BaronGreenback
2020-10-31Updated with new NetManagerGreenback
2020-10-31Http1AndHttp2 is the default, no need to explicitly enable itBond_009
2020-10-26Merge branch 'master' into NetworkPR2BaronGreenback
2020-10-06Fix IWebSocketListener service registrationcvium
2020-09-14Removing blank lines.Jim Cartlidge
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-12Large number of filesJim Cartlidge
2020-09-11Normalize application pathscvium
2020-09-03Merge remote-tracking branch 'upstream/master' into api-doc-base-urlcrobibero
2020-09-03Kill HttpListenerHostClaus Vium
2020-09-02Properly host static files and set base urlcrobibero
2020-08-16Allow plugins to register services.Patrick Barron