packagekit/libpackagekit
2007-11-04 18:31:33 +00:00
..
.gitignore add some extra gitignore entries for gcov 2007-11-04 18:30:40 +00:00
Makefile.am make the check program without doing make check 2007-10-29 21:35:33 +00:00
pk-client.c use more of pk_strequal and pk_strcmp for security and speed 2007-11-01 19:58:57 +00:00
pk-client.h Remove backend specific version values from libpackagekit 2007-10-30 10:03:19 +02:00
pk-common.c add a new method pk_strbuild_va to append a va_list in a sane way 2007-11-02 23:22:22 +00:00
pk-common.h add a new method pk_strbuild_va to append a va_list in a sane way 2007-11-02 23:22:22 +00:00
pk-connection.c emit connection-changed(TRUE) at startip in libgbus if the connection is active - this allows us to easily coldplug 2007-10-23 08:49:22 +01:00
pk-connection.h
pk-debug.c Convert debug to using g_vasprintf for long debug 2007-08-31 11:40:16 +02:00
pk-debug.h Fix pk_debug usage (in pk-engine, and with attributes) 2007-08-29 16:58:16 +02:00
pk-enum-list.c use more of pk_strequal and pk_strcmp for security and speed 2007-11-01 19:58:57 +00:00
pk-enum-list.h add pk_enum_list_remove to libpackagekit 2007-10-12 15:29:51 +01:00
pk-enum.c add some more error enums and use them in the backends 2007-11-04 09:12:00 +00:00
pk-enum.h add some more error enums and use them in the backends 2007-11-04 09:12:00 +00:00
pk-job-list.c rename a signal id for completeness 2007-10-24 18:43:46 +01:00
pk-job-list.h convert the job number to a transaction string. A big change, but it allows us to do some cool stuff. expect the daemon to leak and to crash for a few days. heh. 2007-09-18 21:35:32 +01:00
pk-marshal.list
pk-network-dummy.c apply a modified patch from S.Çağlar Onur to remove the hard dep on NetworkManager 2007-10-22 21:44:57 +01:00
pk-network-nm.c apply a modified patch from S.Çağlar Onur to remove the hard dep on NetworkManager 2007-10-22 21:44:57 +01:00
pk-network.h Need to move src/pk-network.* into libpackagekit so vendors can plug in 2007-10-09 18:21:41 +01:00
pk-package-id.c use more of pk_strequal and pk_strcmp for security and speed 2007-11-01 19:58:57 +00:00
pk-package-id.h make a more general purpose function pk_string_id_equal so we can use it for the transaction_id also 2007-10-13 21:05:01 +01:00
pk-package-list.c use more of pk_strequal and pk_strcmp for security and speed 2007-11-01 19:58:57 +00:00
pk-package-list.h don't export the private data array in PkClient or PkPackageList - breaks API with gnome-packagekit 2007-10-19 14:15:13 +01:00
pk-polkit-client.c use more of pk_strequal and pk_strcmp for security and speed 2007-11-01 19:58:57 +00:00
pk-polkit-client.h
pk-self-test.c use config.h in pk-self-test 2007-11-04 18:31:33 +00:00
pk-task-list.c remove task-list-finished and error-code from PkTaskList as there are no users now. A bit of background - the task list didn't give us all the details, and was essentially a non-discrimiate proxy of PkClient. This was bad. Now PkClient can do the other 'bolted on' stuff, there's no need for this functionality 2007-10-24 22:52:54 +01:00
pk-task-list.h don't use pk_task_list_get_lastest, instead use get_length an get_item to avoid exposing the private array data 2007-10-16 19:13:18 +01:00
README remove stuff we don't use 2007-09-24 23:36:58 +01:00

PkClient	Watch a single job for changes
PkJobList	Watch the job list for changes (list of jobs)
PkTaskList	Watch the job list and emit signals for tasks in job list