| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-31 | remove IHttpClient 🎉 | crobibero | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-04-04 | Register and construct IHttpClient correctly | Mark Monteiro | |
| 2020-04-02 | Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.Common | Bond_009 | |
| 2020-02-06 | Fix some warnings in Emby.Server.Implementations | Bond_009 | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-22 | Address comments | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-08-11 | Check checksum for plugin downloads | Bond_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-09 | Fix build | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-07-24 | Don't copy the complete response stream | Bond_009 | |
| 2019-07-24 | Merge pull request #1560 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge for 10.3.7 | |||
| 2019-07-20 | Add HttpCompletionOption.ResponseHeadersRead to the buffering option to ↵ | Claus Vium | |
| avoid potentially having 2 copies in memory | |||
| 2019-07-19 | Use HttpCompletionOption.ResponseHeadersRead and resort to Content-Length ↵ | Claus Vium | |
| header for non-buffered content | |||
| 2019-07-14 | Merge pull request #1538 from joshuaboniface/epg | Joshua M. Boniface | |
| Try to fix XmlTvListingsProvider | |||
| 2019-07-13 | Try to fix XmlTvListingsProvider | Bond_009 | |
| 2019-07-13 | Create a new HttpMethod from the function name | Bond_009 | |
| 2019-07-13 | Properly set content type | Bond_009 | |
| 2019-07-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-07-06 | Address comments | Bond_009 | |
| 2019-07-06 | Remove duplicate code | Bond_009 | |
| 2019-07-06 | Use HttpResponseHeaders instead of a dictionary | Bond_009 | |
| 2019-07-06 | Fixes issues with HttpClientManager | Bond_009 | |
| 2019-06-18 | Remove more unused stuff | Bond-009 | |
| 2019-06-17 | Remove 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-08 | Remove more unused stuff | Bond-009 | |
| 2019-03-08 | Remove 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-05 | Switch to HeaderNames instead of hardcoded strings (and other header related ↵ | Claus Vium | |
| fixes) | |||
| 2019-02-26 | Remove SetContentLength and company | Claus Vium | |
| 2019-02-26 | Begin removing System.Net sources | Claus Vium | |
| 2019-02-22 | Remove duplicate code and use using to properly dispose the response stream | Claus Vium | |
| 2019-02-15 | Properly dispose HttpWebResponse when the request failed to avoid 'too many ↵ | Claus Vium | |
| open files' | |||
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Check if file exists instead of catching exceptions | Bond_009 | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-20 | Merge pull request #621 from Bond-009/perf | Andrew Rabert | |
| Minor improvements to library scan code | |||
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-20 | Minor improvements to library scan code | Bond_009 | |
| 2019-01-18 | Merge branch 'dev' into reformat | Erwin de Haan | |
| 2019-01-16 | Merge branch 'dev' into cleanup | Bond-009 | |
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part De-H | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
