| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-08 | Rework SsdpHttpClient | Bond_009 | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
| 2021-09-21 | SsdpHttpClient: Ensure successful status code before reading response | Bond_009 | |
| 2021-05-07 | Enable nullable reference types for Emby.Dlna | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-03-22 | DLNA Exception catching | BaronGreenback | |
| 2021-03-06 | Use XDocument.LoadAsync instead of XDocument.Parse | Bond_009 | |
| 2020-12-02 | Minor improvements | Bond_009 | |
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-09-07 | Fix ObjectDisposedException | Bond_009 | |
| ``` System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Net.Http.StringContent'. at System.Net.Http.HttpContent.CheckDisposed() at System.Net.Http.HttpContent.CopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, CancellationToken cancellationToken) at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithNtConnectionAuthAsync(HttpConnection connection, HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/SsdpHttpClient.cs:line 41 at Emby.Dlna.PlayTo.Device.GetTransportInfo(TransportCommands avCommands, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 629 at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 445 ``` | |||
| 2020-09-03 | Revert "Remove ResponseHeadersRead where applicable" | crobibero | |
| This reverts commit 85844a84b68f7da07695c4e3fa4d187acc559797. | |||
| 2020-09-03 | Remove ResponseHeadersRead where applicable | crobibero | |
| 2020-09-01 | use UserAgent.ParseAdd where possible | crobibero | |
| 2020-09-01 | Properly migrate all HttpCompletionOption | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in Emby.Dlna | crobibero | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-04-02 | Fix some warnings | Bond_009 | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-01-22 | Improvements to dlna server | Bond_009 | |
| * Improve response writer * Add analyzers * Error on warnings in release mode * Disable doc warnings | |||
| 2019-08-16 | Clean up livestreaming code | 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-07-13 | Properly set content type | Bond_009 | |
| 2019-07-06 | Fixes issues with HttpClientManager | Bond_009 | |
| 2019-01-13 | Visual Studio Reformat: Emby.Dlna | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | 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. | |||
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2018-12-13 | Remove Emby branding from DLNA server | Ben Magee | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-23 | reduce dlna chatter | Luke Pulverenti | |
| 2017-10-22 | adjust header values | Luke Pulverenti | |
| 2017-10-22 | separate encoding from content type values | Luke Pulverenti | |
| 2017-10-20 | improve httpclient resource disposal | Luke Pulverenti | |
| 2016-10-29 | rework dlna project | Luke Pulverenti | |
| 2016-10-29 | rework dlna project | Luke Pulverenti | |
