packagekit/libpackagekit
Tom Parker 3197f7bf23 Convert debug to using g_vasprintf for long debug
pk_{debug,warning,error} used g_vsnprintf with a fixed 1024 byte
buffer. Admittedly, using pk_debug with things exceeding that
is a bit silly, but still. This patch converts the debug
functions to using g_vasprintf, which means we can throw away
the fixed buffer entirely and get >1024 character messages.
2007-08-31 11:40:16 +02:00
..
.gitignore use a selftest library 2007-08-31 00:20:13 +01:00
Makefile.am split out the package id stuff to a seporate file, also add some tests 2007-08-31 01:33:49 +01:00
pk-connection.c move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-connection.h move the common client code to a library 2007-08-23 14:50:55 +01:00
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-job-list.c use a proper cnverted to avoid error on 64 bit 2007-08-29 11:09:47 +01:00
pk-job-list.h move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-marshal.list move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-package-id.c remove a memory leak, and optimise the storage of the ident structure on sparse data 2007-08-31 01:52:23 +01:00
pk-package-id.h split out the package id stuff to a seporate file, also add some tests 2007-08-31 01:33:49 +01:00
pk-polkit-client.c move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-polkit-client.h move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-self-test.c split out the package id stuff to a seporate file, also add some tests 2007-08-31 01:33:49 +01:00
pk-task-client.c only assign on success - a failed method is fair game to be reused straight away 2007-08-31 04:02:04 +01:00
pk-task-client.h Add GetActions into libpackagekit 2007-08-28 20:05:27 +01:00
pk-task-common.c move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-task-common.h move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-task-list.c fix the library too 2007-08-30 01:29:41 +01:00
pk-task-list.h move the common client code to a library 2007-08-23 14:50:55 +01:00
pk-task-monitor.c disconnect the dbus signals in PtTaskMonitor 2007-08-30 18:00:55 +01:00
pk-task-monitor.h fix the library too 2007-08-30 01:29:41 +01:00
pk-task-utils.c fix a direction error spotted by ray. add a boat load of unit tests and fix up the other issues 2007-08-31 02:53:18 +01:00
pk-task-utils.h rename the filter checker methods 2007-08-31 01:54:21 +01:00
README move the common client code to a library 2007-08-23 14:50:55 +01:00

PkTaskClient	Do action, wait until completion
PkTaskMonitor	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