packagekit/libpackagekit
Richard Hughes 7581c4790a bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686
This stops us downloading extra deps when using pkgenpack
2008-10-08 17:35:13 +01:00
..
.gitignore
egg-debug.c bugfix: use environent variables rather than static instance variables to hold the debugging state, so that we can get access to libpackagekit debugging when compiling with external programs 2008-10-03 17:05:02 +01:00
egg-debug.h bugfix: use environent variables rather than static instance variables to hold the debugging state, so that we can get access to libpackagekit debugging when compiling with external programs 2008-10-03 17:05:02 +01:00
egg-obj-list.c trivial: egg updates 2008-10-07 13:46:22 +01:00
egg-obj-list.h trivial: add the convenience function egg_obj_list_add_array() 2008-10-07 12:57:53 +01:00
egg-string.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
egg-string.h trivial: add a new egg function egg_strvequal() 2008-09-05 17:42:18 +01:00
egg-test.c trivial: add two convenience methods egg_test_title_assert and egg_test_assert 2008-09-21 14:59:06 +01:00
egg-test.h trivial: add two convenience methods egg_test_title_assert and egg_test_assert 2008-09-21 14:59:06 +01:00
Makefile.am trivial: don't use EggDbusMonitor in libpackagekit, we can just copy the trivial bits into the only user PkConnection 2008-10-08 15:00:00 +01:00
pk-bitfield.c trivial: whitespace changes 2008-09-17 09:03:09 +01:00
pk-bitfield.h trivial: add a new convenience helper, pk_bitfield_invert() 2008-09-16 15:22:06 +01:00
pk-catalog.c trivial: skip the GObjects that require packagekitd to be running if it is not already running 2008-09-25 16:19:03 +01:00
pk-catalog.h feature: Add PkCatalog for installing catalogs of applications. Catalog is the new name for Bundle 2008-06-06 16:09:01 +01:00
pk-category-obj.c trivial: remove unused struct member 2008-10-07 13:48:34 +01:00
pk-category-obj.h trivial: remove unused struct member 2008-10-07 13:48:34 +01:00
pk-client.c trivial: add a new PkClient API call to get the cached objects. Nothing uses this yet 2008-10-07 10:47:29 +01:00
pk-client.h trivial: add a new PkClient API call to get the cached objects. Nothing uses this yet 2008-10-07 10:47:29 +01:00
pk-common.c bugfix: remove all the funny '^','|',<tab>,etc seporators and make the delimiters all the same 2008-09-26 13:50:17 +01:00
pk-common.h bugfix: remove all the funny '^','|',<tab>,etc seporators and make the delimiters all the same 2008-09-26 13:50:17 +01:00
pk-connection.c trivial: don't use EggDbusMonitor in libpackagekit, we can just copy the trivial bits into the only user PkConnection 2008-10-08 15:00:00 +01:00
pk-connection.h
pk-control.c Merge branch 'master' of git+ssh://hughsie@git.packagekit.org/srv/git/PackageKit 2008-10-01 17:36:46 +01:00
pk-control.h feature, API addition: Add the GetMimeTypes method that can be used to get the MIME types of packages supported 2008-10-01 10:06:02 +01:00
pk-details-obj.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-details-obj.h use PkPackageId rather than a package_id in the PkUpdateDetail and PkDetails structs 2008-06-26 21:18:33 +01:00
pk-distro-upgrade-obj.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-distro-upgrade-obj.h add a structure type PkDistroUpgradeObj so we can use it in the DistroUpgrade callback easily 2008-08-20 12:11:46 +01:00
pk-enum.c feature: remove the ServicePack transaction method as it's only half implemented and won't be ever used 2008-10-08 16:24:36 +01:00
pk-enum.h feature: remove the ServicePack transaction method as it's only half implemented and won't be ever used 2008-10-08 16:24:36 +01:00
pk-extra.c 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
pk-extra.h feature: add in new API pk_extra_set_access() so we can avoid loading data when we are just writing to a database 2008-09-22 21:07:00 +01:00
pk-marshal.list
pk-package-id.c bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686 2008-10-08 17:35:13 +01:00
pk-package-id.h bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686 2008-10-08 17:35:13 +01:00
pk-package-ids.c trivial: add the convenience helper pk_package_ids_from_text() 2008-09-28 11:55:40 +01:00
pk-package-ids.h trivial: add the convenience helper pk_package_ids_from_text() 2008-09-28 11:55:40 +01:00
pk-package-list.c bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686 2008-10-08 17:35:13 +01:00
pk-package-list.h bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686 2008-10-08 17:35:13 +01:00
pk-package-obj.c bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686 2008-10-08 17:35:13 +01:00
pk-package-obj.h bugfix: add some functionality to compare PackageID's with a fuzzy arch, i.e. so that i386 == i686 2008-10-08 17:35:13 +01:00
pk-self-test.c bugfix: fix up all the memory leaks found by the self tests in src and libpackagekit -- saving 640 bytes, and fixing a couple of small slow daemon leaks 2008-09-11 17:36:15 +01:00
pk-task-list.c trivial: skip the GObjects that require packagekitd to be running if it is not already running 2008-09-25 16:19:03 +01:00
pk-task-list.h API CHANGE: GetRole() now returns the role and the search parameter or the package _name_. Not knowing if we are getting a package_id or free text is just bad API design 2008-07-21 18:21:44 +01:00
pk-update-detail-obj.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-update-detail-obj.h API CHANGE: add 4 new fields to the UpdateDetail struct 2008-08-07 14:05:50 +01:00