summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed log_to_debug_sender from debug.cCosimo Alfarano2010-02-161-44/+0
* fixing the clean target for data/ and the AM_CPPFLAGSCosimo Alfarano2010-02-162-2/+3
* log-manager: tp-style fixDanielle Madeley2010-02-161-1/+2
* dbus-service: don't leak GPtrArray or GErrorDanielle Madeley2010-02-161-2/+6
* debug: move tp-glib debugging onto a TP_DEBUG env varDanielle Madeley2010-02-161-4/+3
* test-api: fixes to make test-api work correctlyDanielle Madeley2010-02-161-16/+33
* conf: return TRUE if globally enabled is unset and unschemaedDanielle Madeley2010-02-161-11/+25
* Update spec for int64 timestamps, correct dbus-service typesDanielle Madeley2010-02-163-15/+19
* TP style fixesCosimo Alfarano2010-02-151-1/+3
* Use of tp_value_array_buildCosimo Alfarano2010-02-151-15/+9
* Renamed util.h CHAN_DEBUG into PATH_DEBUGCosimo Alfarano2010-02-152-29/+29
* TP style fixesCosimo Alfarano2010-02-154-35/+40
* testsuite enhancementsCosimo Alfarano2010-02-151-0/+27
* use of gint64 for timestampCosimo Alfarano2010-02-152-7/+7
* Use of g_list_last/previous instead of g_list_reverseCosimo Alfarano2010-02-151-4/+4
* Documentation string fixCosimo Alfarano2010-02-151-1/+1
* Passing NULL for unused handle_type calling tp_channel_get_handleCosimo Alfarano2010-02-151-3/+1
* avoiding use g_strdup if no storing for the value is doneCosimo Alfarano2010-02-152-13/+9
* G_DEFINE_TYPE should be used before any other func declarationCosimo Alfarano2010-02-151-4/+1
* Using arr[0] instead of a less clear *arr for elem 0Cosimo Alfarano2010-02-151-23/+19
* Using G_N_ELEMENTS instead of FOO_LEN constantsCosimo Alfarano2010-02-151-5/+4
* DBus registration failure should be notified even if TPL_DEBUG is not setCosimo Alfarano2010-02-151-2/+2
* checking against NULL before unreferencing a GObjectCosimo Alfarano2010-02-152-5/+11
* Returning reference to TplDBusServiceCosimo Alfarano2010-02-151-5/+13
* dbus-service algorithms and readability improvemetsCosimo Alfarano2010-02-151-1/+0
* Makefile.am cleanupsCosimo Alfarano2010-02-153-28/+7
* Using tp_proxy_get_object_pathCosimo Alfarano2010-02-153-9/+14
* renaming badly named functionCosimo Alfarano2010-02-151-4/+4
* Fix config.h inclusion in debug.hCosimo Alfarano2010-02-151-1/+1
* Removal of util.c module.Cosimo Alfarano2010-02-1516-82/+78
* Fix the the lib name for linker's -l paramCosimo Alfarano2010-02-151-1/+1
* include config.hCosimo Alfarano2010-02-1518-21/+40
* using obj = g_object_ref (obj)Cosimo Alfarano2010-02-155-34/+17
* break missing in switchCosimo Alfarano2010-02-121-0/+1
* using g_hash_table_replaceCosimo Alfarano2010-02-121-3/+4
* comment updates mostly for gtk-docCosimo Alfarano2010-02-121-9/+7
* properly freeing TplLogManagerAsyncDataCosimo Alfarano2010-02-121-38/+51
* using g_critical which is not fatalCosimo Alfarano2010-02-121-3/+2
* reordering vcalls declarations in class_initCosimo Alfarano2010-02-122-23/+21
* dbus-service algorithms and readability improvemetsCosimo Alfarano2010-02-121-32/+38
* finalize/dipose fixesCosimo Alfarano2010-02-122-2/+4
* renaming to tpl_log_register_log_storeCosimo Alfarano2010-02-123-4/+4
* Telepathy restylingCosimo Alfarano2010-02-126-34/+40
* Action chain module createdCosimo Alfarano2010-02-127-120/+162
* use tp_proxy_get_object_path()Cosimo Alfarano2010-02-122-8/+6
* GThread init before any func call.Cosimo Alfarano2010-02-122-12/+13
* use tp_dbus_daemon_dup() and proper unrefCosimo Alfarano2010-02-123-75/+67
* Fix prop's getters/setters and flagsCosimo Alfarano2010-02-126-55/+53
* Adding fixing or preprocessor if/endif commentsCosimo Alfarano2010-02-121-2/+0
* debug: fix coding styleCosimo Alfarano2010-02-121-3/+9