summaryrefslogtreecommitdiff
path: root/telepathy-logger
AgeCommit message (Expand)AuthorFilesLines
2014-03-18logger: fix several string and date leaksHEADmasterSimon 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-09-30log-store-xml: fix reason leaksGuillaume Desmottes1-0/+2
2013-09-30log-store-pidgin: keep a ref on the account managerGuillaume Desmottes1-6/+10
2013-09-27stop using NUM_TP_*Guillaume Desmottes1-1/+1
2013-09-27include telepathy-glib-dbus.hGuillaume Desmottes6-0/+6
2013-09-27Prepare TpAccount if neededGuillaume Desmottes1-1/+59
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 Desmottes1-29/+13
2013-09-27text-event: chain up disposeGuillaume Desmottes1-0/+2
2013-09-26stop using tp-glib sealed variablesGuillaume Desmottes2-6/+4
2013-09-25fix tp-glib single headersGuillaume Desmottes1-1/+0
2013-09-25stop using tp_account_new()Guillaume Desmottes1-2/+13
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-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-05-01Merge branch 'telepathy-logger-0.8'Will Thompson1-0/+1
2013-05-01log_store_xml_get_events_for_file: fix self_id leakGuillaume Desmottes1-0/+1
2013-04-08ignorelist: Fix annotation and documentationNicolas Dufresne1-2/+1
2013-04-08Coding style fixNicolas Dufresne2-4/+5
2013-04-04Add ignore list capabilityDan Vrátil4-6/+256
2013-01-21version 0.8.0Debarshi Ray1-8/+8
2013-01-21doc: Mark TplLogStoreEmpathyClass fields as private to avoid warningsDebarshi Ray1-0/+1
2013-01-21log-walker: Add since tags to docstringsDebarshi Ray1-0/+16
2013-01-16Split legacy Empathy log reader into its own classWill Thompson5-28/+125
2013-01-16log-store-xml: use _tpl_log_store_get_name()Will Thompson1-3/+2
2013-01-16log-store-xml: simplify choosing basedirWill Thompson1-3/+2
2013-01-10log-walker: Use a queue instead of a mutex for serializing operationsDebarshi Ray1-37/+70
2013-01-10log-walker: Use the op_res for carrying async contextNicolas Dufresne1-26/+36
2013-01-09log-walker: Use _take_error instead of _set_from_error / _error_freeNicolas Dufresne1-8/+2
2013-01-09log-walker: Use complete_in_idle() instead of idle_add()Nicolas Dufresne1-22/+6
2013-01-09log-walker: Streamline the history codeDebarshi Ray1-16/+11
2013-01-09log-walker: Run the filter synchronously in the walkerDebarshi Ray11-142/+127
2013-01-09log-walker: Rework get_eventsDebarshi Ray1-71/+174
2013-01-09Include config.h as the first thing in every .c fileDebarshi Ray1-0/+2
2012-09-25TplLogStore: remove :name property entirely.Will Thompson4-43/+0
2012-09-25Make TplLogStore:name immutable.Will Thompson4-50/+11
2012-09-25LogManager: rearrange creating log stores a little.Will Thompson1-26/+25
2012-09-25LogManager: simplify checking for duplicate storesWill Thompson1-9/+3
2012-09-25TplLogStore: make :readable property immutableWill Thompson5-44/+11
2012-09-25TplLogStore: remove writable property.Will Thompson5-89/+11
2012-09-25TplLogStore: attach doc comments to the right propertiesWill Thompson1-11/+11
2012-09-25Correct some typos in docstringsWill Thompson1-4/+4
2012-08-30log-walker: Don't leak the GList nodeDebarshi Ray1-1/+1