summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Release 1.2.8v1.2.8mainMatthias Klumpp1-0/+31
2023-11-08l10n: UpdateMatthias Klumpp60-88059/+50887
2023-11-08l10n: UpdateMatthias Klumpp60-51004/+88060
2023-11-08offline-updates: Make package update list deduplication more efficientMatthias Klumpp1-16/+8
2023-11-08offline-updates: Add only one entry per package to 'offline-update-competed' ...sid1-2/+16
2023-11-08trivial: Drop merge artifactMatthias Klumpp1-3/+0
2023-11-08Add metainfo fileMatthias Klumpp4-1/+52
2023-11-08Update POTFILES.inPiotr Drąg1-0/+1
2023-11-08Merge pull request #667 from pwithnall/pk-client-cancellationMatthias Klumpp1-130/+147
2023-11-08Merge branch 'main' into pk-client-cancellationMatthias Klumpp28-692/+1427
2023-11-06freebsd backend: Do not leak cleanup_cb's in the cancellation code path.Gleb Popov1-0/+4
2023-10-31freebsd backend: When cancelling perform all the cleanups libpkg asks for.Gleb Popov1-2/+38
2023-10-31freebsd backend: Get rid of stolen.c, the code copied from libpkg.Gleb Popov6-337/+134
2023-10-31freebsd backend: Sink PKG_EVENT_SANDBOX_* handlers down to libpkg.Gleb Popov1-194/+2
2023-10-31freebsd backend: Improve progress reporting and add cancellation support to r...Gleb Popov1-13/+16
2023-11-01trivial: fix typosCobra2-4/+4
2023-11-01PkClient: Replace the GSimpleAsyncResult with the GTask APICorentin Noël1-86/+78
2023-10-10dnf: Better weigh the progress of download-only transactionsAlessandro Astone1-4/+12
2023-10-10trivial: Specify metadata 'cache-age' usage more clearlysid3-3/+7
2023-10-01apt/dnf: Adjust for upcoming AppStream 1.0 APIMatthias Klumpp7-21/+33
2023-09-29pisi: Fix broken filename (#682)Erkan IŞIK1-0/+0
2023-09-28backends: Re-add PiSi backendErkan IŞIK6-2/+1063
2023-09-28docs: Update outdated offline-updates.txtsid1-28/+31
2023-09-28transaction: replace defunct www.packagekit.org URL with freedesktop URLCorentin Noël1-1/+1
2023-09-28transaction: We only need to emit finished when we were committedsid1-0/+1
2023-09-28dnf: Avoid downloading caches multiple times in one callAlessandro Astone1-0/+3
2023-09-26Revert "trivial: Use more bitfield helpers"Matthias Klumpp2-3/+3
2023-09-11pk-client: Rework refcounting for PkClientStatePhilip Withnall1-116/+117
2023-09-11pk-client: Move cancellable disconnect to disposePhilip Withnall1-8/+17
2023-09-11pk-client: Fix use-before-set of PkProgress on cancellationPhilip Withnall1-8/+12
2023-09-10dnf-backend: Remove unused import from backends/dnf/notify_packagekit.pyGordon Messmer1-1/+0
2023-09-08Add myself as the author of "freebsd" backend.Gleb Popov1-0/+3
2023-09-08freebsd backend: Remove dead code from stolen.c and add the original license ...Gleb Popov2-94/+41
2023-09-08freebsd backend: Depend on the development libpkg version.Gleb Popov1-1/+1
2023-09-08freebsd backend: Allow cancelling during package fetching in {install,update}...Gleb Popov2-25/+27
2023-09-08freebsd backend: Do not return failure from Jobs::apply() if the operation wa...Gleb Popov1-0/+4
2023-09-08freebsd backend: Query pkgdb by MATCH_EXACT in get_update_detail().Gleb Popov1-1/+1
2023-09-08freebsd backend: Fix crash in depends_on() when the package has no deps.Gleb Popov1-0/+2
2023-09-08freebsd backend: Fix PKG_EVENT_UPGRADE_FINISHED handler for {install,update}_...Gleb Popov1-1/+1
2023-09-08freebsd backend: Avoid failing glib assertion in the g_strsplit call.Gleb Popov1-2/+4
2023-09-08freebsd backend: Handle PKG_EVENT_PKG_ERRNO in the same way as PKG_EVENT_ERRNO.Gleb Popov1-6/+11
2023-09-08freebsd backend: Improve progress reporting and add cancellation support to r...Gleb Popov3-25/+25
2023-09-08freebsd backend: Emit job error when receiving ENETDOWN, ENETUNREACH, EHOSTUN...Gleb Popov1-0/+13
2023-09-08freebsd backend: Fix crash when handling PKG_SOLVED_DELETE.Gleb Popov1-1/+1
2023-09-08freebsd backend: Do not abort when pkg_jobs_apply fails, return a status inst...Gleb Popov2-10/+23
2023-09-08freebsd backend: Add "if (pk_backend_is_online())" checks where appropriate.Gleb Popov2-8/+37
2023-09-08freebsd backend: Plug memory leaks by disposing pkgdb iterators.Gleb Popov2-3/+17
2023-09-08freebsd backend: Unify {install,update}_packages().Gleb Popov1-143/+44
2023-09-08freebsd backend: Remove cancellation code from get_details().Gleb Popov1-4/+0
2023-09-08freebsd backend: Implement get_details_local().Gleb Popov1-1/+38