aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
AgeCommit message (Expand)Author
2013-10-13better crash loggingLuke Pulverenti
2013-10-04mono fixesLuke Pulverenti
2013-10-02refactor http client factory for monoLuke Pulverenti
2013-10-01fixed xml providers running over and overLuke Pulverenti
2013-09-19reduce system info refreshing from dashboardLuke Pulverenti
2013-09-17allow request header overridesLuke Pulverenti
2013-08-28fully removed System.Net.HttpWebRequest dependencyLuke Pulverenti
2013-07-20added GetTempFileResponseLuke Pulverenti
2013-06-28tightened up image saving to reduce knowledge of file namesLuke Pulverenti
2013-06-27extracted an item refresh serviceLuke Pulverenti
2013-06-27enable http compression on postsLuke Pulverenti
2013-06-10optimize ratings by cachingLuke Pulverenti
2013-06-01display program data path and bookmark in the dashboardLuke Pulverenti
2013-06-01added basic timeout detectionLuke Pulverenti
2013-05-27#280 - avoid an extra request to last fm by taking data from the MusicArtist ...Luke Pulverenti
2013-05-22put request message disposal back inLuke Pulverenti
2013-05-22read entire response contentLuke Pulverenti
2013-05-22possible timeout fixLuke Pulverenti
2013-05-21localize library changed messages per userLuke Pulverenti
2013-05-20re-enable http compression for all providers except for last fmLuke Pulverenti
2013-05-19adjusted unc message and supporter icon on every pageLuke Pulverenti
2013-05-19slightly reduce simultaneous requestsLuke Pulverenti
2013-05-18Dispose httprequestmessageLuke Pulverenti
2013-05-17support static trailer streamingLuke Pulverenti
2013-05-08removed local trailers and special features from memoryLuke Pulverenti
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