summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-26Ensure the Package(finished) signal is always sent during the transaction. Fi...Richard Hughes1-1/+1
2010-03-26trivial: tiny optimisation so that we don't try to do Package(finished) for f...Richard Hughes1-13/+2
2010-03-22trivial: do not print a verbose debug statement in egg_debug_post_parse_hook()Richard Hughes1-1/+0
2010-03-18Never exit the daemon, even when we hit a race in PkSpawn - just cleanup, war...Richard Hughes1-2/+4
2010-03-17trivial: be less verbose when we are cleaning up after a script that does not...Richard Hughes5-12/+25
2010-03-17trivial: print an error to the console if the PkTransactionError action fails...Richard Hughes1-0/+5
2010-03-17trivial: poll in a 10ms delay when killing the backend, to avoid the noticabl...Richard Hughes1-3/+5
2010-03-17Be more careful when testing the value of waitpid() to try to debug a problem...Richard Hughes1-7/+46
2010-03-17trivial: fix up a few comments in PkSpawnRichard Hughes1-3/+8
2010-03-17Do not finish the transaction with success when the spawned backend does an n...Richard Hughes1-2/+10
2010-03-16trivial: allow PkStore values to be changed by the backend if requiredRichard Hughes1-36/+36
2010-03-16yum: gently nudge the backend to exit if we're waiting for the lock, rather t...Richard Hughes2-0/+16
2010-03-11trivial: do not allow backends to kill the default process (-1)Richard Hughes1-0/+6
2010-03-11Set the backend role in the pk_backend_(role) functions, not in PkTransactionRichard Hughes2-3/+31
2010-03-10trivial: add pk_backend_thread_finished() for use on threads that want to ret...Richard Hughes2-0/+21
2010-03-10Do not crash libdbus when libnm-glib uses it's own contextRichard Hughes2-25/+19
2010-03-10Add a configure option UseThreadsInBackend so we can more easily debug packag...Richard Hughes1-2/+19
2010-03-10trivial: make gdb.sh generally more usefulRichard Hughes1-1/+22
2010-03-08Fix reporting distribution upgrades by setting the correct property in two pl...Richard Hughes2-4/+4
2010-03-04Fix a nasty segfault if the library check-restart code tries to emit a restar...Richard Hughes2-20/+2
2010-02-24Added autoremove to simulateRemovePackageDaniel Nicoletti6-6/+27
2010-02-24Merge branch 'master' of git+ssh://git.packagekit.org/srv/git/PackageKitDaniel Nicoletti1-2/+2
2010-02-24Removed deprecated SetLocaleDaniel Nicoletti3-68/+0
2010-02-24trivial: Fix up the run-p.sh helper textRichard Hughes1-2/+2
2010-02-24Initialize relevant GError's to NULLJonathan Conder1-34/+34
2010-02-19trivial: Fix up the self test program now we've fixed the pk_backend_finished...Richard Hughes1-3/+3
2010-02-19Fix a logic problem where the PkSpawn and PkBackend instances would race and ...Richard Hughes1-51/+52
2010-02-15Do not set the transaction id for all backends, it's a bad performance penaltyRichard Hughes1-6/+9
2010-02-11trivial: ensure we set the role in the transaction after pk_backend_reset() h...Richard Hughes1-0/+3
2010-02-11trivial: add internal function pk_backend_get_role()Richard Hughes2-0/+11
2010-02-09Add the environment variable accecpted_eulas to the spawned processesRichard Hughes3-0/+41
2010-02-09Ensure that a malicious user can't make the backend exit by injecting a bogus...Richard Hughes1-6/+8
2010-02-09Add the environment variable transaction_id to the spawned processesRichard Hughes1-73/+87
2010-02-04Add a pk_backend_set_speed() helper functionRichard Hughes2-0/+29
2010-02-04Add the eula-required python method helperRichard Hughes1-0/+33
2010-02-02Add the polkit backend library in LIBADD, not LDFLAGS. Fixes fd#26373Richard Hughes1-1/+1
2010-02-01trivial: show a warning when we fallback to get-depends or get-requiresRichard Hughes1-0/+3
2010-01-27Update the Free Software Foundation addressRichard Hughes56-56/+56
2010-01-17trivial: use g_set_error() in more placesRichard Hughes3-30/+26
2010-01-12trivial: rename foo_[to|from]_text to foo_[to|from}_string functions, to fit ...Richard Hughes17-134/+134
2010-01-08trivial: reduce the verbosity of the debugging in PkProcRichard Hughes1-6/+2
2010-01-08trivial: remove some superflurious debugging in PkTransactionExtraRichard Hughes1-14/+8
2010-01-08bugfix: Ensure we set an error when the transaction is cancelledRichard Hughes1-0/+6
2010-01-08Cache autoremove too in transaction_remove_packagesValeriy Lyasotskiy1-0/+1
2010-01-06Add support for the 'interactive' hint in the daemon, and also sent it to the...Richard Hughes6-39/+121
2010-01-06bugfix: Ensure we enter SETUP before we run the pre-transaction checksRichard Hughes1-2/+5
2010-01-04trivial: fix up some NULL/FALSE typosRichard Hughes1-6/+6
2010-01-04trivial: fix up some simple errors that prevent make check from completingRichard Hughes3-23/+26
2009-12-16bugfix: allow the inhibit call to go through even if cancel is not implementedScott Reeves1-6/+3
2009-12-16Add functionality to check if certain running applications should prevent an ...Richard Hughes3-9/+180