aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs
AgeCommit message (Expand)Author
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-05Use typed logger where possiblecrobibero
2020-04-04Register and construct IHttpClient correctlyMark Monteiro
2020-04-02Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.CommonBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-11-27Fix more warningsBond_009
2019-11-22Address commentsBond_009
2019-11-22Fix some warningsBond-009
2019-09-08Possible fix for MrMCBond_009
2019-08-11Check checksum for plugin downloadsBond_009
2019-08-09Fix buildBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-07-24Don't copy the complete response streamBond_009
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
2019-07-20Add HttpCompletionOption.ResponseHeadersRead to the buffering option to avoid...Claus Vium
2019-07-19Use HttpCompletionOption.ResponseHeadersRead and resort to Content-Length hea...Claus Vium
2019-07-14Merge pull request #1538 from joshuaboniface/epgJoshua M. Boniface
2019-07-13Try to fix XmlTvListingsProviderBond_009
2019-07-13Create a new HttpMethod from the function nameBond_009
2019-07-13Properly set content typeBond_009
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Address commentsBond_009
2019-07-06Remove duplicate codeBond_009
2019-07-06Use HttpResponseHeaders instead of a dictionaryBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-18Remove more unused stuffBond-009
2019-06-17Remove usage of depricated 'WebRequest'Bond-009
2019-03-08Remove more unused stuffBond-009
2019-03-08Remove usage of depricated 'WebRequest'Bond-009
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ...Claus Vium
2019-02-26Remove SetContentLength and companyClaus Vium
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-22Remove duplicate code and use using to properly dispose the response streamClaus Vium
2019-02-15Properly dispose HttpWebResponse when the request failed to avoid 'too many o...Claus Vium
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Check if file exists instead of catching exceptionsBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-20Merge pull request #621 from Bond-009/perfAndrew Rabert
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
2019-01-20Minor improvements to library scan codeBond_009
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-16Merge branch 'dev' into cleanupBond-009
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2019-01-06Cleanup some small thingsBond_009