-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adapts dnfdaemon callbacks to unified repo::DownloadCallbacks introduced in commit d24cad6. The new implementation is much simpler and resolves several segfaults in the dnf5daemon-server. - specialized RepoCB and PackageDownloadCB are replaced with shared DownloadCB - since repository and package downloads now share the same callbacks, signals are moved from REPO to BASE interface - added new "download_add_new" signal for the new download callback "add_new_download" Related: https://bugzilla.redhat.com/show_bug.cgi?id=2184276
- Loading branch information
Showing
14 changed files
with
347 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.