aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net
AgeCommit message (Collapse)Author
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-08-09Fix more warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-14Merge pull request #1538 from joshuaboniface/epgJoshua M. Boniface
Try to fix XmlTvListingsProvider
2019-07-13Try to fix XmlTvListingsProviderBond_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-06Use HttpResponseHeaders instead of a dictionaryBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-18Update MediaBrowser.Common/Net/IHttpClient.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-06-18Remove more unused stuffBond-009
2019-06-17Remove usage of depricated 'WebRequest'Bond-009
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
2019-06-14Merge pull request #1080 from Bond-009/httpclientAnthony Lavado
Remove usage of deprecated 'WebRequest'
2019-04-12Removed wrapping of HeaderNames fieldsVooDooS
2019-04-11Extend Microsoft.Net.Http.Headers.HeaderNamesVooDooS
2019-03-27Update MediaBrowser.Common/Net/IHttpClient.csClaus Vium
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-03-08Remove more unused stuffBond-009
2019-03-08Remove usage of depricated 'WebRequest'Bond-009
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-22Send DLNA devices message to only the matched interfaceXu Fasheng
This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, ↵Erwin de Haan
MediaBrowser.Common
2019-01-13Visual Studio Reformat: MediaBrowser.CommonErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-03Clean up HttpClientManager, LiveTvManager and InstallationManagerBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-29fix live tv over dlnaLuke Pulverenti
2017-11-14support sharing m3u tuner streamsLuke Pulverenti
2017-10-26deprecate localized guids config switchLuke Pulverenti
2017-10-22adjust header valuesLuke Pulverenti
2017-10-22separate encoding from content type valuesLuke Pulverenti
2017-10-20improve httpclient resource disposalLuke Pulverenti
2017-09-053.2.30.8Luke Pulverenti
2017-03-02update legacy streamLuke Pulverenti
2017-02-08restore config settings for nowLuke Pulverenti
2016-12-04first pass at binding to multiple network addressesLuke Pulverenti
2016-11-11update core projectLuke Pulverenti
2016-11-08update portable projectsLuke Pulverenti
2016-11-04move classes to new server projectLuke Pulverenti
2016-11-03change pcl's to .netstandardLuke Pulverenti
2016-10-31don't buffer responses by defaultLuke Pulverenti