index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Common.Implementations
/
HttpClientManager
/
HttpClientManager.cs
Age
Commit message (
Expand
)
Author
2013-05-06
split rt provider into two
Luke Pulverenti
2013-05-06
replaced http client cache with longer lived cache
Luke Pulverenti
2013-05-04
add customizable accept header to http client interface
Luke Pulverenti
2013-05-02
fixes #222 - Music providers not downloading art.
Luke Pulverenti
2013-04-20
fixed http get method
Luke Pulverenti
2013-04-20
removed superfluous GetMemoryStream
Luke Pulverenti
2013-04-20
refactored GetMemoryStream to use Get
Luke Pulverenti
2013-04-20
refactor get method to use http response
Luke Pulverenti
2013-04-10
resharper suggestions in common implementations
Luke Pulverenti
2013-03-31
fixes #97 and creates a library dictionary cache to avoid FindById recursion
Luke Pulverenti
2013-03-28
try to avoid timeouts by increasing our default, and lower movie db concurrency
Luke Pulverenti
2013-03-16
fix duplicate connections on the dashboard
LukePulverenti
2013-03-14
Add resume capability to GetTempFile
LukePulverenti
2013-03-07
removed base kernel and ikernel
LukePulverenti
2013-03-04
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
LukePulverenti
2013-03-04
Created IConfigurationManager
LukePulverenti
2013-03-03
First cut at LastfmArtistProvider
Eric Reed
2013-03-03
made IHttpClient a little more flexible, allow Semaphore to be optional
LukePulverenti
2013-02-26
a little more consolidation
LukePulverenti