packagekit/libpackagekit
2008-09-22 21:14:31 +01:00
..
.gitignore update gitignore 2008-02-02 08:58:26 +00:00
egg-dbus-monitor.c trivial: Add the convenience function egg_dbus_monitor_reset so we can reuse a EggDbusMonitor object 2008-09-21 12:40:35 +01:00
egg-dbus-monitor.h trivial: Add the convenience function egg_dbus_monitor_reset so we can reuse a EggDbusMonitor object 2008-09-21 12:40:35 +01:00
egg-debug.c convert the pk_debug and pk_warning entries to egg_ prefixes to signify this is now code shared between projects and not PK specific 2008-08-28 12:44:24 +01:00
egg-debug.h convert the pk_debug and pk_warning entries to egg_ prefixes to signify this is now code shared between projects and not PK specific 2008-08-28 12:44:24 +01:00
egg-obj-list.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
egg-obj-list.h bugfix: use gconstpointer rather than const gpointer to avoid 'type qualifiers ignored on function return type' warning 2008-09-19 09:49:30 +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: unexport PkUpdateDetailList 2008-09-04 10:17:36 +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: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06: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-client.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-client.h bugfix: when we can't start the dameon from a DBUS method, emit a proper error code rather than just 'failed' 2008-09-17 14:33:24 +01:00
pk-common.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-common.h trivial, abi: rename some argv to strv to match glib 2008-09-16 12:37:42 +01:00
pk-connection.c PkDbusMonitor is not PackageKit specific, and so shouldn't be in libpackagekit 2008-08-28 12:55:02 +01:00
pk-connection.h constify *_get_type, it's top of the profile and could be unrolled 2008-04-02 01:01:51 +01:00
pk-control.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-control.h bugfix: when we can't start the dameon from a DBUS method, emit a proper error code rather than just 'failed' 2008-09-17 14:33:24 +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 trivial: add two new status enums, SCAN_APPLICATIONS and GENERATE_PACKAGE_LIST 2008-09-22 14:25:25 +01:00
pk-enum.h trivial: add two new status enums, SCAN_APPLICATIONS and GENERATE_PACKAGE_LIST 2008-09-22 14:25:25 +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 trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-package-id.h don't store the package_id as a char* in PkPackageObj, use a PkPackageId instead 2008-06-26 18:31:28 +01:00
pk-package-ids.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-package-ids.h make API changes to GetDetails(), GetFiles(), GetDepends(), GetUpdateDetail and Resolve() - all stable work is in PACKAGEKIT_0_2_X 2008-06-23 16:05:23 +01:00
pk-package-list.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-package-list.h trivial: rename pk_package_list_to_argv to pk_package_list_to_strv to better match glib 2008-09-17 11:41:04 +01:00
pk-package-obj.c trivial: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06:03 +01:00
pk-package-obj.h add two new methods pk_package_obj_from_string() and pk_package_obj_to_string() 2008-07-20 16:54:45 +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: use egg_test_assert to reduce the size of the self tests 2008-09-21 15:06: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