summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Rename function to avoid conflict with stdio.hHEADmasterMichael Catanzaro2016-07-221-26/+26
* log-iter-xml: Fix crash when logs are corrupted or invalid XMLDebarshi Ray2015-04-281-1/+5
* tests: Add a test for log-iter-xml/get-eventsDebarshi Ray2015-04-202-2/+47
* tests: Add new TpLogger logs that don't parse as XMLDebarshi Ray2015-04-205-2/+19
* logger: fix several string and date leaksSimon McVittie2014-03-182-2/+13
* use tp_message_get_pending_message_id()Guillaume Desmottes2014-03-031-14/+7
* Ask libxml2 to recover from errors of possibleSjoerd Simons2014-01-051-1/+1
* Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie2013-11-071-2/+2
* Use subdir-objects (compile a/b.c to a/b.lo, not ./b.lo)Simon McVittie2013-11-071-1/+1
* Use the Automake "parallel-tests" driver, albeit in non-parallel modeSimon McVittie2013-11-073-14/+21
* Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_pSimon McVittie2013-11-073-4/+4
* Distribute debug.h, fixing distcheckSimon McVittie2013-11-071-0/+1
* Put Autoconf, Automake, Libtool droppings in /build-auxSimon McVittie2013-11-072-1/+2
* Fix out-of-tree documentation buildingSimon McVittie2013-11-071-1/+1
* autogen.sh: don't override Automake versionSimon McVittie2013-11-071-14/+0
* log-store-xml: fix reason leaksGuillaume Desmottes2013-09-301-0/+2
* test-tpl-log-store: test end reasonsGuillaume Desmottes2013-09-301-0/+15
* log-store-pidgin: keep a ref on the account managerGuillaume Desmottes2013-09-301-6/+10
* move tp_tests_copy_dir() to logger-test-helperGuillaume Desmottes2013-09-275-22/+25
* stop using tp_account_is_prepared()Guillaume Desmottes2013-09-272-4/+2
* stop using NUM_TP_*Guillaume Desmottes2013-09-271-1/+1
* include telepathy-glib-dbus.hGuillaume Desmottes2013-09-279-0/+9
* Prepare TpAccount if neededGuillaume Desmottes2013-09-272-1/+104
* log-manager: factor out start_async_op_in_thread()Guillaume Desmottes2013-09-271-10/+13
* use account's normalized name instead of its account idGuillaume Desmottes2013-09-272-31/+17
* tests/dbus/test-tpl-log-iters-xml: use tpl_test_create_and_prepare_account()Guillaume Desmottes2013-09-271-7/+22
* tests/dbus/test-tpl-log-store-xml: use tpl_test_create_and_prepare_account()Guillaume Desmottes2013-09-271-18/+38
* add logger-test-helper.cGuillaume Desmottes2013-09-273-1/+105
* text-event: chain up disposeGuillaume Desmottes2013-09-271-0/+2
* build with TP_DISABLE_SINGLE_INCLUDEGuillaume Desmottes2013-09-261-0/+1
* stop using tp-glib sealed variablesGuillaume Desmottes2013-09-263-6/+5
* tests/lib: sync with tp-glib masterGuillaume Desmottes2013-09-2618-176/+1651
* fix tp-glib single headersGuillaume Desmottes2013-09-254-4/+3
* stop building test-apiGuillaume Desmottes2013-09-252-8/+1
* bump TP_VERSION_MIN_REQUIRED to 0.22Guillaume Desmottes2013-09-251-1/+1
* test-entity: stop using tp_connection_get_contacts_by_handle()Guillaume Desmottes2013-09-251-31/+29
* tests/lib: sync with tp-glib masterGuillaume Desmottes2013-09-258-98/+777
* bump tp-glib dep to 0.21.2Guillaume Desmottes2013-09-251-2/+2
* stop using tp_account_new()Guillaume Desmottes2013-09-255-25/+60
* client-factory: turn to a singletonGuillaume Desmottes2013-09-253-3/+19
* ignore deprecation warning when calling tp_account_parse_object_path()Guillaume Desmottes2013-09-251-0/+3
* stop using tp_text_channel_get_pending_messages()Guillaume Desmottes2013-09-251-2/+2
* stop using tp_account_manager_get_valid_accounts()Guillaume Desmottes2013-09-253-5/+5
* stop using tp_account_get_protocol()Guillaume Desmottes2013-09-251-2/+2
* use tp_channel_get_connection()Guillaume Desmottes2013-09-252-2/+2
* sync tools/ with tp-glib masterGuillaume Desmottes2013-09-2517-138/+165
* bump GLib dep and use versioning macrosGuillaume Desmottes2013-09-251-8/+4
* tpl_log_manager_search_async: fix introspectionGuillaume Desmottes2013-09-231-1/+1
* sqlite: deal with g_date_time_new_from_unix_utc() failingGuillaume Desmottes2013-09-231-0/+1
* test-log-manager: make sure to pass a (gint64) as timestampGuillaume Desmottes2013-09-231-2/+2