packagekit/libpackagekit
2007-10-16 20:14:08 +01:00
..
.gitignore use a selftest library 2007-08-31 00:20:13 +01:00
Makefile.am move common functionality into PkCommon 2007-10-13 20:12:26 +01:00
pk-client.c preserve the role when we do pk_client_requeue 2007-10-15 08:00:38 +01:00
pk-client.h add the client side bits for the repo functionality 2007-10-14 10:31:35 +01:00
pk-common.c add funtionality to validate input 2007-10-16 20:14:08 +01:00
pk-common.h add funtionality to validate input 2007-10-16 20:14:08 +01:00
pk-connection.c rename pk-task-common to pk-common as I want to abstract some stuff later 2007-10-13 19:29:00 +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 abstract out the text getting so we can see what we are not removing, if you see what i mean 2007-10-12 20:13:16 +01:00
pk-enum-list.h add pk_enum_list_remove to libpackagekit 2007-10-12 15:29:51 +01:00
pk-enum.c add the enumerated types for the new repo stuff 2007-10-14 00:12:51 +01:00
pk-enum.h add the enumerated types for the new repo stuff 2007-10-14 00:12:51 +01:00
pk-job-list.c rename pk-task-common to pk-common as I want to abstract some stuff later 2007-10-13 19:29:00 +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.c remove an unused priv variable 2007-10-09 18:27:40 +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 flawfinder to scan for potential security problems 2007-10-15 23:20:12 +01: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 rename pk_package_list_remove_buffer to pk_package_list_clear 2007-10-05 16:10:56 +01:00
pk-package-list.h rename pk_package_list_remove_buffer to pk_package_list_clear 2007-10-05 16:10:56 +01:00
pk-polkit-client.c
pk-polkit-client.h
pk-self-test.c move common functionality into PkCommon 2007-10-13 20:12:26 +01:00
pk-task-list.c 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
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