packagekit/libpackagekit
Richard Hughes 8fb39e1531 fix a tricky crash in pk_client_finished_cb
If we g_object_unref the client in ::finished (which is valid) we'll
no longer be okay to dereference the client->priv->synchronous and
hence go boom. For this case detect that we are finalised, and let
the finalise quit the loop.
2008-02-20 21:23:59 +00:00
..
.gitignore update gitignore 2008-02-02 08:58:26 +00:00
Makefile.am do not list check_PROGRAMS again in noinst_PROGRAMS 2008-02-20 18:12:46 +00:00
pk-client.c fix a tricky crash in pk_client_finished_cb 2008-02-20 21:23:59 +00:00
pk-client.h add the ServicePack functionality 2008-02-19 00:14:01 +00:00
pk-common.c use a new function pk_delay_yield to avoid code duplication 2008-02-18 21:55:26 +00:00
pk-common.h use a new function pk_delay_yield to avoid code duplication 2008-02-18 21:55:26 +00:00
pk-connection.c remove non-required trailing commas 2008-02-19 01:23:18 +00:00
pk-connection.h
pk-debug.c Fix gtk-doc comment 2008-02-14 11:56:28 +00:00
pk-debug.h update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-enum-list.c update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-enum-list.h add a pk_enum_list_contains_priority method that lets us search for items in an enumerated list with a priority 2008-01-24 18:06:44 +00:00
pk-enum.c remove non-required trailing commas 2008-02-19 01:23:18 +00:00
pk-enum.h add the ServicePack functionality 2008-02-19 00:14:01 +00:00
pk-extra-obj.c fix some more memory leaks in the self test code 2008-02-17 22:25:23 +00:00
pk-extra-obj.h update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-extra.c try harder to get a translation when we have stored a base locale, not a region locale 2008-02-19 10:11:02 +00:00
pk-extra.h update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-job-list.c remove non-required trailing commas 2008-02-19 01:23:18 +00: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 remove non-required trailing commas 2008-02-19 01:23:18 +00:00
pk-network-nm.c remove non-required trailing commas 2008-02-19 01:23:18 +00:00
pk-network.h add some more gtk-doc markup 2007-12-13 23:22:12 +00:00
pk-package-id.c update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-package-id.h update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-package-list.c update my copyright in the files i've touched recently 2008-02-13 21:50:39 +00:00
pk-package-list.h more gtk-doc markup 2008-02-12 22:52:37 +00:00
pk-polkit-client.c add some more gtk-doc markup 2007-12-13 23:22:12 +00:00
pk-polkit-client.h
pk-self-test.c add make check framework for PkClient 2008-02-20 18:39:15 +00:00
pk-task-list.c remove non-required trailing commas 2008-02-19 01:23:18 +00: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
wscript_build Fix x86_64 build (missing -fPIC). 2007-12-01 14:02:23 +00: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