summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-23newline is a valid char, else the update descriptions look badPACKAGEKIT_0_1_XRichard Hughes1-1/+1
2008-05-22We never want to show self.txt, since it contains '(x/y) packagename' instead...Robin Norwood1-5/+1
2008-05-22report to the user when the comps groups are invalid. Might help fix bugs lik...Richard Hughes1-0/+2
2008-05-22yum: convert ';' chars in update description in to ',' to prevent a crash lik...Richard Hughes2-0/+8
2008-05-14Fix a backtrace when we try to use refresh-packagekit.py with an old daemon: ...Richard Hughes1-1/+1
2008-05-06don't use space as a delimiter in pk_va_list_to_argv, it breaks installingRichard Hughes5-8/+8
2008-05-05yum: Fix a bug in _get_update_extras caused by invalid tab->space conversion ...Luke Macken1-8/+7
2008-05-01backport a fix from master so that we don't inhibit twice for each transactio...Richard Hughes2-14/+10
2008-04-30when we find a package by it's repo id, make sure we take into account the NE...Richard Hughes1-132/+141
2008-04-25remove some debugging code that was causing the daemon to crash. Fixes rh#443972Richard Hughes1-6/+0
2008-04-24Don't leak argvJames Antill1-0/+1
2008-04-24fix pk_va_list_to_argv so that it splits lines with spaces as seporate entries.Richard Hughes1-3/+97
2008-04-23add a make snapshot target for rpm buildsRichard Hughes1-0/+3
2008-04-23properly handle exceptions locally rather than using customTracebackHandler. ...Richard Hughes1-56/+53
2008-04-23Fix for bug #443341 - RefreshYumcache not defined.Robin Norwood1-8/+2
2008-04-23add a new error enum: PK_ERROR_ENUM_MISSING_GPG_SIGNATURERichard Hughes3-11/+13
2008-04-23Since we disable existing repos, we have to manually init pkgSack. Yuck.Robin Norwood1-0/+3
2008-04-20add the new enums to support the metadata downloadingRichard Hughes2-0/+12
2008-04-20don't rely on a space to seporate the command list, as this breaks installing...Richard Hughes8-90/+131
2008-04-20correct an error enum when we failed to install a local file. rh#443235Richard Hughes1-1/+1
2008-04-20Another attempt at catching local install errors.Robin Norwood1-19/+33
2008-04-20convert the unused metadata signals into status signals. Now we get nice UI f...Richard Hughes4-42/+19
2008-04-20Catch errors when checking for updated packages during install_file method.Robin Norwood1-6/+11
2008-04-20yum: improve the BASENAME filter by preferably matching against a non -devel ...Richard Hughes1-1/+17
2008-04-20Fix some error messages.Robin Norwood1-3/+4
2008-04-18wait for network to come back up before refreshing after a suspend. fixes rh#...Richard Hughes1-2/+10
2008-04-15Change from network error to repo error when we cannot connect to a repository.Robin Norwood4-1/+10
2008-04-15merge Robin Norwood's changes in 12cc5abc950af7cc0079a729b5bf317981db50bb wit...Richard Hughes1-144/+157
2008-04-15Set default throttle to 90%Robin Norwood1-1/+7
2008-04-15Add 'zlib with acknowledgement' license tag.Robin Norwood2-0/+2
2008-04-15emit a custom error when there is a file conflictRichard Hughes3-2/+7
2008-04-15add the PK_ERROR_ENUM_NO_LICENSE_AGREEMENT so we can apply other patchesRichard Hughes2-0/+2
2008-04-15Fix enum names.Robin Norwood2-4/+4
2008-04-15Add repo configuration error enum.Robin Norwood4-1/+9
2008-04-15Add VOSTROM public license.Robin Norwood2-0/+2
2008-04-15correct the vendor_urls for the methods to match masterRichard Hughes1-8/+8
2008-04-15don't allow org.freedesktop.packagekit.install-file to be retainedRichard Hughes1-0/+11
2008-04-15yum: fix basename sorting so that we still show packages even if they do not ...Richard Hughes1-37/+61
2008-04-15remove unneeded sourcing from the pm-utils scriptTill Maas1-2/+0
2008-04-15Disable ptrace() and core dumping for applications which use libpackagekit so...Richard Hughes1-0/+15
2008-04-14don't allow org.freedesktop.packagekit.install-signature to be retainedRichard Hughes1-1/+1
2008-04-1495packagekit should be executable when installed. fixes rh#442286Richard Hughes1-0/+3
2008-04-14fix compiling PackageKit with GCC2Jens Granseuer1-3/+3
2008-04-13don't error out with 'Package is not installed' when geting requires of a not...Richard Hughes1-4/+0
2008-04-11yum: use the filter in get-depends, else we tell the user we are going to dow...Richard Hughes1-2/+3
2008-04-11watch for all changes on the config file, to properly detect rpm upgradesRichard Hughes1-3/+0
2008-04-11yum: fix a bug in the yum backend where we could not find available files whe...Richard Hughes1-1/+1
2008-04-11post release version bumpRichard Hughes1-1/+1
2008-04-11show the status next to the role in pkmonRichard Hughes1-1/+2
2008-04-11Friendlier message for "permission denied"Matthias Clasen1-3/+8