Sonarr/src/NzbDrone.Core/Download
Mark McDowall 2728bf79ca New: Improve messaging if release is in queue because all episodes in release were not imported 2021-03-05 18:29:00 -08:00
..
Aggregation New: Added option to filter Release Profile to a specific indexer 2020-03-01 22:15:59 +01:00
Clients Fixed: Authentication on DSM 7 2021-02-07 14:05:31 +01:00
History Fixed: Exception thrown when marking download as complete 2020-06-13 13:11:30 -07:00
Pending New: Support in services for multiple scene naming/numbering exceptions 2021-01-04 17:35:35 +01:00
TrackedDownloads Fixed: Errors loading queue after episodes in series are removed 2021-02-07 20:25:44 -08:00
CheckForFinishedDownloadCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
CompletedDownloadService.cs New: Improve messaging if release is in queue because all episodes in release were not imported 2021-03-05 18:29:00 -08:00
DownloadCanBeRemovedEvent.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-04-25 11:49:18 -07:00
DownloadClientBase.cs Fixed: QBittorrent imports when torrent name and folder name differ 2020-11-13 23:15:58 +01:00
DownloadClientDefinition.cs Support for primary and fallback download client 2019-06-08 15:49:54 +02:00
DownloadClientFactory.cs Fixed: Regression prevented indexers from being re-enabled after a successful Test. 2017-06-17 23:41:38 +02:00
DownloadClientInfo.cs Renamed DownloadClientStatus to DownloadClientInfo to avoid conflict. 2017-05-13 00:16:53 +02:00
DownloadClientItem.cs Fixed: QBittorrent imports when torrent name and folder name differ 2020-11-13 23:15:58 +01:00
DownloadClientProvider.cs Support for primary and fallback download client 2019-06-08 15:49:54 +02:00
DownloadClientRepository.cs Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible. 2015-05-04 00:50:10 +02:00
DownloadClientStatus.cs Fixed: Prevent Download Client from being queried every minute if it failed repeatedly similar to Indexer temporarily disabled logic. 2017-05-27 20:44:55 +02:00
DownloadClientStatusRepository.cs Fixed: Prevent Download Client from being queried every minute if it failed repeatedly similar to Indexer temporarily disabled logic. 2017-05-27 20:44:55 +02:00
DownloadClientStatusService.cs New: Limit indexer/download client backoff to 5 min during the first 15 min of application start. 2019-01-12 13:15:41 +01:00
DownloadClientType.cs Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
DownloadCompletedEvent.cs Fixed: Manual import for unknown series items will properly mark as imported 2020-05-24 10:11:10 -07:00
DownloadEventHub.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-04-25 11:49:18 -07:00
DownloadFailedEvent.cs New: Language Profiles 2018-12-29 13:08:38 +01:00
DownloadIgnoredEvent.cs Track fully imported downloads in separate history table 2020-04-18 20:21:29 -07: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 Fixed: Not removing seeded download if it was manual imported in some cases 2020-05-30 10:18:17 -07:00
DownloadService.cs Fixed: Indexer being disabled due to download client rejecting it 2020-09-29 20:40:48 -07:00
DownloadsProcessedEvent.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
EpisodeGrabbedEvent.cs Track fully imported downloads in separate history table 2020-04-18 20:21:29 -07:00
FailedDownloadService.cs Track fully imported downloads in separate history table 2020-04-18 20:21:29 -07:00
IDownloadClient.cs Fixed: QBittorrent imports when torrent name and folder name differ 2020-11-13 23:15:58 +01:00
IgnoredDownloadService.cs Don't reject for having the same file size 2020-04-20 17:58:59 -07:00
InvalidNzbException.cs Fixed: Improve logging for invalid NZB messages 2017-12-28 22:05:20 -08:00
NzbValidationService.cs Improved error message when nzb download contains an newznab error instead 2020-04-17 00:14:05 +02:00
ProcessDownloadDecisions.cs New: Index priority 2020-09-10 15:04:53 -07:00
ProcessMonitoredDownloadsCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
ProcessedDecisions.cs Queue actions 2014-12-09 21:52:41 -08:00
ProvideImportItemService.cs Fixed: Update path before importing to ensure it hasn't changed 2020-12-30 14:01:01 -08:00
RedownloadFailedDownloadService.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
RefreshMonitoredDownloadsCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
TorrentClientBase.cs Generalized RateLimit logic to all indexers based on indexer id 2021-02-08 00:09:59 +01:00
UsenetClientBase.cs Generalized RateLimit logic to all indexers based on indexer id 2021-02-08 00:09:59 +01:00