summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-22tests: Rename function to avoid conflict with stdio.hHEADmasterMichael Catanzaro1-26/+26
2015-04-28log-iter-xml: Fix crash when logs are corrupted or invalid XMLDebarshi Ray1-1/+5
2015-04-20tests: Add a test for log-iter-xml/get-eventsDebarshi Ray2-2/+47
2015-04-20tests: Add new TpLogger logs that don't parse as XMLDebarshi Ray5-2/+19
2014-03-18logger: fix several string and date leaksSimon McVittie2-2/+13
2014-03-03use tp_message_get_pending_message_id()Guillaume Desmottes1-14/+7
2014-01-05Ask libxml2 to recover from errors of possibleSjoerd Simons1-1/+1
2013-11-07Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie1-2/+2
2013-11-07Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)Simon McVittie1-1/+1
2013-11-07Use the Automake "parallel-tests" driver, albeit in non-parallel modeSimon McVittie3-14/+21
2013-11-07Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_pSimon McVittie3-4/+4
2013-11-07Distribute debug.h, fixing distcheckSimon McVittie1-0/+1
2013-11-07Put Autoconf, Automake, Libtool droppings in /build-auxSimon McVittie2-1/+2
2013-11-07Fix out-of-tree documentation buildingSimon McVittie1-1/+1
2013-11-07autogen.sh: don't override Automake versionSimon McVittie1-14/+0
2013-09-30log-store-xml: fix reason leaksGuillaume Desmottes1-0/+2
2013-09-30test-tpl-log-store: test end reasonsGuillaume Desmottes1-0/+15
2013-09-30log-store-pidgin: keep a ref on the account managerGuillaume Desmottes1-6/+10
2013-09-27move tp_tests_copy_dir() to logger-test-helperGuillaume Desmottes5-22/+25
2013-09-27stop using tp_account_is_prepared()Guillaume Desmottes2-4/+2
2013-09-27stop using NUM_TP_*Guillaume Desmottes1-1/+1
2013-09-27include telepathy-glib-dbus.hGuillaume Desmottes9-0/+9
2013-09-27Prepare TpAccount if neededGuillaume Desmottes2-1/+104
2013-09-27log-manager: factor out start_async_op_in_thread()Guillaume Desmottes1-10/+13
2013-09-27use account's normalized name instead of its account idGuillaume Desmottes2-31/+17
2013-09-27tests/dbus/test-tpl-log-iters-xml: use tpl_test_create_and_prepare_account()Guillaume Desmottes1-7/+22
2013-09-27tests/dbus/test-tpl-log-store-xml: use tpl_test_create_and_prepare_account()Guillaume Desmottes1-18/+38
2013-09-27add logger-test-helper.cGuillaume Desmottes3-1/+105
2013-09-27text-event: chain up disposeGuillaume Desmottes1-0/+2
2013-09-26build with TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes1-0/+1
2013-09-26stop using tp-glib sealed variablesGuillaume Desmottes3-6/+5
2013-09-26tests/lib: sync with tp-glib masterGuillaume Desmottes18-176/+1651
2013-09-25fix tp-glib single headersGuillaume Desmottes4-4/+3
2013-09-25stop building test-apiGuillaume Desmottes2-8/+1
2013-09-25bump TP_VERSION_MIN_REQUIRED to 0.22Guillaume Desmottes1-1/+1
2013-09-25test-entity: stop using tp_connection_get_contacts_by_handle()Guillaume Desmottes1-31/+29
2013-09-25tests/lib: sync with tp-glib masterGuillaume Desmottes8-98/+777
2013-09-25bump tp-glib dep to 0.21.2Guillaume Desmottes1-2/+2
2013-09-25stop using tp_account_new()Guillaume Desmottes5-25/+60
2013-09-25client-factory: turn to a singletonGuillaume Desmottes3-3/+19
2013-09-25ignore deprecation warning when calling tp_account_parse_object_path()Guillaume Desmottes1-0/+3
2013-09-25stop using tp_text_channel_get_pending_messages()Guillaume Desmottes1-2/+2
2013-09-25stop using tp_account_manager_get_valid_accounts()Guillaume Desmottes3-5/+5
2013-09-25stop using tp_account_get_protocol()Guillaume Desmottes1-2/+2
2013-09-25use tp_channel_get_connection()Guillaume Desmottes2-2/+2
2013-09-25sync tools/ with tp-glib masterGuillaume Desmottes17-138/+165
2013-09-25bump GLib dep and use versioning macrosGuillaume Desmottes1-8/+4
2013-09-23tpl_log_manager_search_async: fix introspectionGuillaume Desmottes1-1/+1
2013-09-23sqlite: deal with g_date_time_new_from_unix_utc() failingGuillaume Desmottes1-0/+1
2013-09-23test-log-manager: make sure to pass a (gint64) as timestampGuillaume Desmottes1-2/+2