summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove call from supported types if call is disabledNicolas Dufresne2011-05-031-0/+5
* Style fixNicolas Dufresne2011-05-031-1/+1
* Fix spelling Wheter -> WhetherNicolas Dufresne2011-04-011-1/+1
* XML Store: use GQueue not list_append for performanceNicolas Dufresne2011-03-251-4/+4
* Avatar token can no longer be NULLNicolas Dufresne2011-03-251-6/+4
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
* Add call support to log_store_xml_get_dates()Nicolas Dufresne2011-03-251-23/+71
* Make regex matching in file a utility functionNicolas Dufresne2011-03-251-23/+32
* Add call support to log_store_xml_exists()Nicolas Dufresne2011-03-251-2/+3
* Add support to read call eventNicolas Dufresne2011-03-251-75/+197
* Add support for searching call in XML storeNicolas Dufresne2011-03-251-0/+9
* Use regex instead of simple strstr to search XMLNicolas Dufresne2011-03-251-15/+43
* Write Call logs to XML storeNicolas Dufresne2011-03-251-2/+99
* Remove unused pending message ID from text eventNicolas Dufresne2011-03-151-3/+0
* Remove log_id from XML log storeNicolas Dufresne2011-03-151-31/+2
* Move _time_parse() to util and remove datetimeNicolas Dufresne2011-03-031-1/+0
* Port XML log store to GDateTimeNicolas Dufresne2011-03-031-7/+11
* Initialise variables that get freed in out labelNicolas Dufresne2011-03-011-4/+4
* Set an error if text event body is empty or NULLEmilio Pozuelo Monfort2011-02-281-1/+6
* Fix _xml_get_filtered_events() to return num_eventsNicolas Dufresne2011-02-281-11/+9