summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Add a test for log-iter-xml/get-eventsDebarshi Ray2015-04-201-1/+2
* logger: fix several string and date leaksSimon McVittie2014-03-181-2/+9
* Ask libxml2 to recover from errors of possibleSjoerd Simons2014-01-051-1/+1
* log-store-xml: fix reason leaksGuillaume Desmottes2013-09-301-0/+2
* include telepathy-glib-dbus.hGuillaume Desmottes2013-09-271-0/+1
* use account's normalized name instead of its account idGuillaume Desmottes2013-09-271-29/+13
* ignore deprecation warning when calling tp_account_parse_object_path()Guillaume Desmottes2013-09-251-0/+3
* stop using tp_account_manager_get_valid_accounts()Guillaume Desmottes2013-09-251-2/+2
* log_store_xml_get_events_for_file: fix self_id leakGuillaume Desmottes2013-05-011-0/+1
* Split legacy Empathy log reader into its own classWill Thompson2013-01-161-26/+1
* 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: Run the filter synchronously in the walkerDebarshi Ray2013-01-091-5/+2
* TplLogStore: remove :name property entirely.Will Thompson2012-09-251-6/+0
* Make TplLogStore:name immutable.Will Thompson2012-09-251-23/+6
* TplLogStore: make :readable property immutableWill Thompson2012-09-251-16/+1
* TplLogStore: remove writable property.Will Thompson2012-09-251-20/+0
* log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne2012-08-281-0/+13
* log-store-xml: Implement create_iterDebarshi Ray2012-08-281-0/+19
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-5/+2
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-7/+2
* Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano2011-11-181-1/+1
* Avoid dereferencing NULL pointersVincent Penquerc'h2011-07-151-25/+39
* Use gint64 for timestamps (not guint64)David Laban2011-05-261-5/+5
* Add edit-timestamp, and remove original-timestampDavid Laban2011-05-261-18/+18
* Move event_queue_insert_sorted_after() to utilNicolas Dufresne2011-05-261-36/+4
* Style fix two empty line between functionNicolas Dufresne2011-05-261-0/+8
* Fixed initial call event_queue_insert_sorted_after()Nicolas Dufresne2011-05-261-12/+24
* log-store-xml.c: fix uninitialised variable warningDavid Laban2011-05-251-1/+1
* add_text_event/parse_text_node: use original-timestamp for editsDavid Laban2011-05-241-4/+31
* add_{text,call}_event: s/timestamp/time_str/David Laban2011-05-241-10/+10
* log_store_xml_format_timestamp()David Laban2011-05-241-2/+8
* fixup! fixup! Store, save and test message-token and supersedes-tokenDavid Laban2011-05-191-2/+2
* fixup! fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban2011-05-191-4/+4
* fixup! Store events in the correct file according to their timestampDavid Laban2011-05-191-1/+1
* fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban2011-05-191-17/+31
* fixup! Store, save and test message-token and supersedes-tokenDavid Laban2011-05-191-8/+8
* Store events in the correct file according to their timestampDavid Laban2011-05-181-16/+22
* log_store_xml_get_events_for_file: replace edited messages.David Laban2011-05-171-6/+78
* Extract an event_queue_insert_sorted_after utility functionDavid Laban2011-05-171-16/+23
* Store, save and test message-token and supersedes-tokenDavid Laban2011-05-171-10/+36
* log-store-xml: fix -Wuninitialized warningsJonny Lamb2011-05-111-4/+4
* Port search_new() to multi file designNicolas Dufresne2011-05-051-12/+18
* Port _get_events_for_date() to multi file designNicolas Dufresne2011-05-051-24/+57
* Port _get_dates() to multi file designNicolas Dufresne2011-05-041-40/+17
* Extract filename regex creation for reuseNicolas Dufresne2011-05-041-20/+36
* Store call and text events in seperate filesNicolas Dufresne2011-05-041-10/+26
* Set file match pattern into macro for reuseNicolas Dufresne2011-05-041-2/+8
* Reimplement _exists for multi-file event storageNicolas Dufresne2011-05-031-9/+82
* Cleanup includes fixing usage of " and <Nicolas Dufresne2011-05-031-11/+12