summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: Fix the build with Python 3telepathy-logger-0.8Debarshi Ray2020-02-109-62/+77
* start on version 0.8.3Debarshi Ray2015-04-302-1/+6
* version 0.8.2telepathy-logger-0.8.2Debarshi Ray2015-04-302-2/+15
* 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-282-2/+47
* tests: Add new TpLogger logs that don't parse as XMLDebarshi Ray2015-04-285-2/+19
* Ask libxml2 to recover from errors of possibleSjoerd Simons2015-04-211-1/+1
* set nano flagGuillaume Desmottes2014-08-251-1/+1
* 0.8.1telepathy-logger-0.8.1Guillaume Desmottes2014-08-252-2/+9
* log_store_xml_get_events_for_file: fix self_id leakGuillaume Desmottes2013-05-011-0/+1
* Post release verison bumpNicolas Dufresne2013-04-041-1/+1
* version 0.8.0telepathy-logger-0.8.0Debarshi Ray2013-01-213-14/+24
* doc: Mark TplLogStoreEmpathyClass fields as private to avoid warningsDebarshi Ray2013-01-211-0/+1
* doc: Use xi:fallback when including the annotation glossaryDebarshi Ray2013-01-211-1/+1
* log-walker: Add since tags to docstringsDebarshi Ray2013-01-211-0/+16
* Split legacy Empathy log reader into its own classWill Thompson2013-01-165-28/+125
* log-store-xml: use _tpl_log_store_get_name()Will Thompson2013-01-161-3/+2
* log-store-xml: simplify choosing basedirWill Thompson2013-01-161-3/+2
* log-walker: Use a queue instead of a mutex for serializing operationsDebarshi Ray2013-01-101-37/+70
* log-walker: Use the op_res for carrying async contextNicolas Dufresne2013-01-101-26/+36
* log-walker: Use _take_error instead of _set_from_error / _error_freeNicolas Dufresne2013-01-091-8/+2
* log-walker: Use complete_in_idle() instead of idle_add()Nicolas Dufresne2013-01-091-22/+6
* tests: Add a test for log-walker/rewindDebarshi Ray2013-01-091-0/+35
* tests: Add a test for log-walker/get-eventsDebarshi Ray2013-01-091-0/+41
* log-walker: Streamline the history codeDebarshi Ray2013-01-091-16/+11
* log-walker: Run the filter synchronously in the walkerDebarshi Ray2013-01-0913-148/+133
* log-walker: Rework get_eventsDebarshi Ray2013-01-091-71/+174
* Include config.h as the first thing in every .c fileDebarshi Ray2013-01-0913-0/+29
* Bump minimum GLib version to 2.28Debarshi Ray2013-01-091-1/+1
* Merge remote-tracking branch 'origin/telepathy-logger-0.6'Xavier Claessens2012-12-294-16/+32
|\
| * start on version 0.6.1telepathy-logger-0.6Jonny Lamb2012-10-302-1/+6
| * version 0.6.0telepathy-logger-0.6.0Jonny Lamb2012-10-302-7/+7
| * Add missing file in gitignoreNicolas Dufresne2012-10-301-0/+1
| * tools: Remove telepathy-glib-env from version controlDebarshi Ray2012-10-301-9/+0
| * tools: expect a tar.bz2 not a tar.gzJonny Lamb2012-10-302-10/+10
| * log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne2012-10-301-0/+13
| * Fix distcheck, missing file in clean listNicolas Dufresne2012-10-291-0/+1
| * NEWS: summary for 0.6.0Jonny Lamb2012-10-291-2/+13
* | Merge branch 'cleanup'Will Thompson2012-09-2710-257/+50
|\ \
| * | Ignore cscope.out fileWill Thompson2012-09-251-0/+1
| * | TplLogStore: remove :name property entirely.Will Thompson2012-09-254-43/+0
| * | Make TplLogStore:name immutable.Will Thompson2012-09-258-59/+14
| * | LogManager: rearrange creating log stores a little.Will Thompson2012-09-251-26/+25
| * | LogManager: simplify checking for duplicate storesWill Thompson2012-09-251-9/+3
| * | TplLogStore: make :readable property immutableWill Thompson2012-09-256-45/+11
| * | TplLogStore: remove writable property.Will Thompson2012-09-256-90/+11
| * | TplLogStore: attach doc comments to the right propertiesWill Thompson2012-09-251-11/+11
| * | Correct some typos in docstringsWill Thompson2012-09-251-4/+4
|/ /
* | log-walker: Don't leak the GList nodeDebarshi Ray2012-08-301-1/+1
* | log-walker: Add an example explaining how to use the APIDebarshi Ray2012-08-291-0/+135