Radarr/src/NzbDrone.Core/Download
Bogdan efe5c3beb7 New: Async HttpClient
(cherry picked from commit e12111cee885e23a42308f299ef773e5ae021712)
2023-08-12 02:07:29 +03:00
..
Aggregation New: Use languages from Torznab/Newznab attributes if given 2023-05-22 02:03:33 +03:00
Clients New: Async HttpClient 2023-08-12 02:07:29 +03:00
Extensions Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
History Rename MovieImportedEvent to MovieFileImportedEvent 2022-07-03 12:35:15 -05:00
Pending Fixed: Don't retry grabbing the same release if download client is unavailable 2023-05-22 01:14:49 +03:00
TrackedDownloads New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
CheckForFinishedDownloadCommand.cs New: Monitor and Process downloads separately 2020-04-22 17:33:08 -04:00
CompletedDownloadService.cs New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
DownloadCanBeRemovedEvent.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-04-26 14:54:20 -04:00
DownloadClientBase.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00
DownloadClientDefinition.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadClientFactory.cs Fixed: Ensure failing providers are marked as failed when testing all 2023-08-10 12:14:42 +03:00
DownloadClientInfo.cs New: Added health check warning if SABnzbd sorting is enabled 2023-01-08 20:38:26 -06:00
DownloadClientItem.cs Fixed: Get actual file names from QBittorrent API (#5226) 2020-11-14 00:27:07 -05:00
DownloadClientProvider.cs New: Download Client Tags 2023-07-11 18:34:02 +03:00
DownloadClientRepository.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatus.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatusRepository.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatusService.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientType.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
DownloadCompletedEvent.cs Fixed: Manual Imports for Unknown Movies 2020-05-24 22:35:22 -04:00
DownloadEventHub.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadFailedEvent.cs New: Ability to skip redownload when marking an item as failed from Activity Queue 2023-07-23 04:25:49 +03:00
DownloadIgnoredEvent.cs New: Add Release group to history for all events 2022-03-06 17:27:25 -06:00
DownloadItemStatus.cs Use DownloadClientIds to find matching series/episodes instead of relying solely on release name 2014-09-28 16:20:06 -07:00
DownloadProcessingService.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadSeedConfigProvider.cs New: Removing rtorrent downloads when seeding criteria have been met 2021-11-23 15:06:44 -06:00
DownloadService.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00
DownloadsProcessedEvent.cs Remove empty constructors 2023-05-19 04:14:48 +03:00
FailedDownloadService.cs New: Ability to skip redownload when marking an item as failed from Activity Queue 2023-07-23 04:25:49 +03:00
IDownloadClient.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00
IgnoredDownloadService.cs New: Custom Format Updates (#8067) 2023-02-05 17:09:37 -06:00
InvalidNzbException.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
ManualInteractionRequiredEvent.cs New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
MovieGrabbedEvent.cs New: Download History 2020-04-22 17:33:08 -04:00
NzbValidationService.cs New: Use RadarrApi For MovieInfo 2020-05-20 11:00:20 -04:00
ProcessDownloadDecisions.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00
ProcessedDecisions.cs Queue actions 2014-12-09 21:52:41 -08:00
ProcessMonitoredDownloadsCommand.cs Don't block task queue for queued update task when there are longer running tasks 2022-11-29 21:44:03 -06:00
ProvideImportItemService.cs Fixed: Update path before importing to ensure it hasn't changed 2021-01-25 21:26:34 -05:00
RedownloadFailedDownloadService.cs New: Ability to skip redownload when marking an item as failed from Activity Queue 2023-07-23 04:25:49 +03:00
RefreshDownloadsCommand.cs New: Monitor and Process downloads separately 2020-04-22 17:33:08 -04:00
TorrentClientBase.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00
UsenetClientBase.cs New: Async HttpClient 2023-08-12 02:07:29 +03:00