Go to file
Richard Hughes 95a2dcf78b bugfix: when we have more than one transaction queued, don't try to run them all at once
This bug was never triggered before as we were running eachpk_transaction_run in a loop
and so blocked at this point. Now we are idle_add'ing them, it's possible for all of
the remaining queue to be dispatched at the same time.
This fixes the bug where the dispatcher would sometimes fail to run the second method
and PkSpawn would error out with 'trying to set timeout when already set'.
2008-09-23 11:43:36 +01:00
backends yum: added set-locale support and return translated collection name & decription 2008-09-23 10:42:20 +02:00
client trivial: use pk_extra_set_access in pk-import-specspo 2008-09-23 10:37:02 +01:00
contrib trivial: fix the fedora spec file 2008-09-12 16:09:50 +01:00
data trivial: add a link to packagekit to fix the make check 2008-09-17 13:13:29 +01:00
docs Release version 0.3.4 2008-09-22 15:52:21 +01:00
etc Revert "change the default of RefreshCacheScanDesktopFiles and RefreshCacheUpdatePackageList to true. Distros that have slow methods may want to disable these" 2008-09-22 11:02:21 +01:00
libpackagekit bugfix: turn off synchronous fsync when using PkExtra as the data isn't valuable, and we can reduce the time of the desktop scanning by 80% 2008-09-22 21:14:31 +01:00
man Change Service Packs' extension from .pack to .servicepack 2008-08-22 23:06:39 +05:30
po updated spanish translation 2008-09-05 11:41:01 +00:00
policy Fixed a typo in policy file (system"S") 2008-08-04 20:10:19 -03:00
python yum: added set-locale support and return translated collection name & decription 2008-09-23 10:42:20 +02:00
src bugfix: when we have more than one transaction queued, don't try to run them all at once 2008-09-23 11:43:36 +01:00
tools trivial: add two new status enums, SCAN_APPLICATIONS and GENERATE_PACKAGE_LIST 2008-09-22 14:25:25 +01:00
.gitignore trivial: update some .gitignore files 2008-06-04 17:10:25 +01:00
acinclude.m4 configure: change modes for .ac and .m4 stuff 2008-05-07 01:02:06 +03:00
AUTHORS Add poldek backend 2008-03-10 16:47:22 +01:00
autogen.sh add some updated copyright attributions on request of James Westby 2008-05-11 17:44:57 +01:00
ChangeLog add ChangeLog 2007-08-20 13:32:02 +01:00
CodingStyle don't winge about coding style without justification; justify it. 2008-05-02 14:42:51 +01:00
configure.ac trivial: post release version bump 2008-09-22 16:01:30 +01:00
COPYING initial 2007-07-31 17:53:31 +01:00
HACKING Turn UpdatePackage() into UpdatePackages() - this lets us do some cool things 2008-03-18 23:48:15 +00:00
MAINTAINERS initial 2007-07-31 17:53:31 +01:00
Makefile.am don't use libselftest, instead use EggTest just like all my other projects 2008-09-04 09:29:54 +01:00
NEWS Release version 0.3.4 2008-09-22 15:52:21 +01:00
README point to www.packagekit.org 2007-09-02 22:38:38 +01:00
RELEASE trivial: post release version bump 2008-09-22 16:01:30 +01:00
TODO Make PkMessages into proper enumerated types with localised descriptions 2008-08-19 16:59:24 +01:00

			          PackageKit
		       A DBUS packaging abstraction layer

PackageKit is a DBUS abstraction layer that allows the session user to manage
packages in a secure way using a cross-distro, cross-architecture API.

For more information, please see http://www.packagekit.org