summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-xml.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove TplEventDirectionNicolas Dufresne2011-01-171-3/+2
* Remove TplLogSearchHit.filenameEmilio Pozuelo Monfort2011-01-171-3/+3
* TplEvent:chat-id -> idEmilio Pozuelo Monfort2011-01-171-1/+1
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-60/+60
* Adapt the xml log store to the API changesEmilio Pozuelo Monfort2011-01-101-107/+114
* Fix a memory leak in the xml log storetelepathy-logger-0.1Emilio Pozuelo Monfort2011-01-061-0/+3
* Move text signal types from TplEntry to TplEntryTextEmilio Pozuelo Monfort2010-12-241-1/+1
* Use TPL_IS_ENTRY_FOO to diferentiate entriesEmilio Pozuelo Monfort2010-12-241-14/+8
* More typo fixesEmilio Pozuelo Monfort2010-12-231-1/+1
* Escape the search text before searchingVitaly Minko2010-12-061-1/+4
* Check if we could open the log file before writing to itEmilio Pozuelo Monfort2010-12-061-2/+12
* log_store_xml_get_chats: remove useless (and retarded) iteration on hitsGuillaume Desmottes2010-11-241-7/+0
* log_store_xml_get_messages_for_file: don't leak log_idGuillaume Desmottes2010-11-231-0/+2
* log_store_xml_get_chats_for_dir: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-6/+7
* log_store_xml_search_hit_new: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-14/+16
* log-store-xml: reuse existing TpAccount instead of creating a new one (fdo #2...Guillaume Desmottes2010-06-231-9/+1
* entry: replace the 'account-path' property by the TpAccount itselfGuillaume Desmottes2010-06-231-2/+1
* log_store_xml_get_dates: use g_date_compare to sort datesGuillaume Desmottes2010-06-231-1/+2
* Properly check if the sender is the self user or notGuillaume Desmottes2010-06-231-1/+1
* log-store-xml: sync header with EmpathyGuillaume Desmottes2010-06-171-11/+10
* rename TPL_ENTITY_USER to TPL_ENTITY_CONTACTGuillaume Desmottes2010-06-151-1/+1
* rename TplContact to TplEntityGuillaume Desmottes2010-06-151-12/+12
* move contact(-internal) to entity(-internal)Guillaume Desmottes2010-06-151-1/+1
* rename tpl_entry_get_pending_msg_id to tpl_entry_text_get_pending_msg_idGuillaume Desmottes2010-06-091-1/+2
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-49/+49
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-071-3/+3
* move tpl_log_entry_get_log_id as internal APIGuillaume Desmottes2010-06-041-2/+2
* log-store-xml: prefix internal API with underscoreGuillaume Desmottes2010-06-041-3/+3
* don't use strptime, it's not portableGuillaume Desmottes2010-06-041-14/+9
* pass const GDate where it makes senseGuillaume Desmottes2010-06-041-2/+2
* use ISO-8601 dates in DEBUGGuillaume Desmottes2010-06-041-3/+3
* allow filter being NULLGuillaume Desmottes2010-06-021-1/+1
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-14/+50
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-2/+2
* log-entry: make some more API publicGuillaume Desmottes2010-05-271-3/+3
* fix 0-byte logfile crash (fdo #28275)Guillaume Desmottes2010-05-271-6/+12
* log-entry-text: move API not used by Empathy as internalGuillaume Desmottes2010-05-261-5/+5
* log-entry-text: move setters as internal APIGuillaume Desmottes2010-05-261-2/+3
* log-entry: move API which are not used by Empathy as internalGuillaume Desmottes2010-05-261-6/+6
* log-entry: move setter as internal APIGuillaume Desmottes2010-05-261-3/+4
* contact: move setters as internal APIGuillaume Desmottes2010-05-261-2/+2
* TplContact: internalize Class, tpl_contact_new and tpl_contact_from_tp_contactCosimo Alfarano2010-04-281-2/+2
* Internalize datetime codeSimon McVittie2010-04-231-5/+5
* Internalize util.hSimon McVittie2010-04-231-1/+1
* Namespace create_message_token properlySimon McVittie2010-04-231-1/+1
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
* TplLogStoreXml: use a temporary variable "priv" less oftenSimon McVittie2010-04-231-6/+4
* TplLogStoreXml: remove unused mentions of privSimon McVittie2010-04-231-9/+0
* TplLogStoreXml: don't dereference self->priv until self has been checkedSimon McVittie2010-04-231-21/+11
* log-store-xml: de-obfuscate priv accessSimon McVittie2010-04-221-56/+64