summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-20tests: Add a test for log-iter-xml/get-eventsDebarshi Ray1-1/+2
2014-03-18logger: fix several string and date leaksSimon McVittie1-2/+9
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-27include telepathy-glib-dbus.hGuillaume Desmottes1-0/+1
2013-09-27use account's normalized name instead of its account idGuillaume Desmottes1-29/+13
2013-09-25ignore deprecation warning when calling tp_account_parse_object_path()Guillaume Desmottes1-0/+3
2013-09-25stop using tp_account_manager_get_valid_accounts()Guillaume Desmottes1-2/+2
2013-05-01log_store_xml_get_events_for_file: fix self_id leakGuillaume Desmottes1-0/+1
2013-01-16Split legacy Empathy log reader into its own classWill Thompson1-26/+1
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-09log-walker: Run the filter synchronously in the walkerDebarshi Ray1-5/+2
2012-09-25TplLogStore: remove :name property entirely.Will Thompson1-6/+0
2012-09-25Make TplLogStore:name immutable.Will Thompson1-23/+6
2012-09-25TplLogStore: make :readable property immutableWill Thompson1-16/+1
2012-09-25TplLogStore: remove writable property.Will Thompson1-20/+0
2012-08-28log-store-xml: Filter out duplicate dates in get_datesNicolas Dufresne1-0/+13
2012-08-28log-store-xml: Implement create_iterDebarshi Ray1-0/+19
2012-07-03Disable single include of telepathy-glib headersXavier Claessens1-5/+2
2012-03-28Port TplCallChannel to Call1 APINicolas Dufresne1-7/+2
2011-11-18Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano1-1/+1
2011-07-15Avoid dereferencing NULL pointersVincent Penquerc'h1-25/+39
2011-05-26Use gint64 for timestamps (not guint64)David Laban1-5/+5
2011-05-26Add edit-timestamp, and remove original-timestampDavid Laban1-18/+18
2011-05-26Move event_queue_insert_sorted_after() to utilNicolas Dufresne1-36/+4
2011-05-26Style fix two empty line between functionNicolas Dufresne1-0/+8
2011-05-26Fixed initial call event_queue_insert_sorted_after()Nicolas Dufresne1-12/+24
2011-05-25log-store-xml.c: fix uninitialised variable warningDavid Laban1-1/+1
2011-05-24add_text_event/parse_text_node: use original-timestamp for editsDavid Laban1-4/+31
2011-05-24add_{text,call}_event: s/timestamp/time_str/David Laban1-10/+10
2011-05-24log_store_xml_format_timestamp()David Laban1-2/+8
2011-05-19fixup! fixup! Store, save and test message-token and supersedes-tokenDavid Laban1-2/+2
2011-05-19fixup! fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban1-4/+4
2011-05-19fixup! Store events in the correct file according to their timestampDavid Laban1-1/+1
2011-05-19fixup! log_store_xml_get_events_for_file: replace edited messages.David Laban1-17/+31
2011-05-19fixup! Store, save and test message-token and supersedes-tokenDavid Laban1-8/+8
2011-05-18Store events in the correct file according to their timestampDavid Laban1-16/+22
2011-05-17log_store_xml_get_events_for_file: replace edited messages.David Laban1-6/+78
2011-05-17Extract an event_queue_insert_sorted_after utility functionDavid Laban1-16/+23
2011-05-17Store, save and test message-token and supersedes-tokenDavid Laban1-10/+36
2011-05-11log-store-xml: fix -Wuninitialized warningsJonny Lamb1-4/+4
2011-05-05Port search_new() to multi file designNicolas Dufresne1-12/+18
2011-05-05Port _get_events_for_date() to multi file designNicolas Dufresne1-24/+57
2011-05-04Port _get_dates() to multi file designNicolas Dufresne1-40/+17
2011-05-04Extract filename regex creation for reuseNicolas Dufresne1-20/+36
2011-05-04Store call and text events in seperate filesNicolas Dufresne1-10/+26
2011-05-04Set file match pattern into macro for reuseNicolas Dufresne1-2/+8
2011-05-03Reimplement _exists for multi-file event storageNicolas Dufresne1-9/+82
2011-05-03Cleanup includes fixing usage of " and <Nicolas Dufresne1-11/+12