aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
AgeCommit message (Expand)Author
2013-05-06split rt provider into twoLuke Pulverenti
2013-05-06replaced http client cache with longer lived cacheLuke Pulverenti
2013-05-04add customizable accept header to http client interfaceLuke Pulverenti
2013-05-02fixes #222 - Music providers not downloading art.Luke Pulverenti
2013-04-20fixed http get methodLuke Pulverenti
2013-04-20removed superfluous GetMemoryStreamLuke Pulverenti
2013-04-20refactored GetMemoryStream to use GetLuke Pulverenti
2013-04-20refactor get method to use http responseLuke Pulverenti
2013-04-10resharper suggestions in common implementationsLuke Pulverenti
2013-03-31fixes #97 and creates a library dictionary cache to avoid FindById recursionLuke Pulverenti
2013-03-28try to avoid timeouts by increasing our default, and lower movie db concurrencyLuke Pulverenti
2013-03-16fix duplicate connections on the dashboardLukePulverenti
2013-03-14Add resume capability to GetTempFileLukePulverenti
2013-03-07removed base kernel and ikernelLukePulverenti
2013-03-04Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLukePulverenti
2013-03-04Created IConfigurationManagerLukePulverenti
2013-03-03First cut at LastfmArtistProviderEric Reed
2013-03-03made IHttpClient a little more flexible, allow Semaphore to be optionalLukePulverenti
2013-02-26a little more consolidationLukePulverenti