summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* Make TplEntity constructors publicNicolas Dufresne2011-02-221-5/+1
* Renamed TplEventText into TplTextEventNicolas Dufresne2011-02-081-8/+8
* Refactored TplEvent/TplEventTextNicolas Dufresne2011-02-071-2/+2
* Room can be deduced from the receiver typeNicolas Dufresne2011-02-071-2/+2
* Properly move pending-msg-id into TplEventTextNicolas Dufresne2011-02-071-3/+3
* Renmove TplEventTextSignalTypeNicolas Dufresne2011-02-071-3/+1
* Refactored TplEntity and added unit-testNicolas Dufresne2011-01-191-4/+5
* Renamed get_events() into get_entities()Nicolas Dufresne2011-01-191-9/+11
* Use ROOM instead of GROUP to match Telepathy APINicolas Dufresne2011-01-171-1/+1
* Remove TplLogSearchHit.filenameEmilio Pozuelo Monfort2011-01-171-1/+1
* TplEvent:chat-id -> idEmilio Pozuelo Monfort2011-01-171-2/+2
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-45/+45
* Adapt the sqlite log store to the API changesEmilio Pozuelo Monfort2011-01-101-21/+24
* Avoid freeing random memoryEmilio Pozuelo Monfort2011-01-031-1/+1
* Don't continue adding a message if there was an errorEmilio Pozuelo Monfort2011-01-031-1/+1
* 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-2/+3
* avoid calling purge_entry_timeout: after the store has been destroyedGuillaume Desmottes2010-11-291-1/+9
* tpl_log_store_sqlite_get_chats: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-3/+4
* log-store-sqlite: relicense to LGPLGuillaume Desmottes2010-06-181-10/+9
* rename tpl_entry_get_pending_msg_id to tpl_entry_text_get_pending_msg_idGuillaume Desmottes2010-06-091-1/+1
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-34/+34
* 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-3/+3
* log-store-sqlite: prefix internal API with underscoreGuillaume Desmottes2010-06-041-19/+19
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-1/+1
* log-entry: make some more API publicGuillaume Desmottes2010-05-271-4/+4
* log-entry-text: move API not used by Empathy as internalGuillaume Desmottes2010-05-261-2/+3
* log-entry: move API which are not used by Empathy as internalGuillaume Desmottes2010-05-261-8/+9
* TplLogStoreSqlite: fix comment's typoCosimo Alfarano2010-04-261-1/+1
* g_store_sqlite_add_message_counter: inizialise to NULL @date, or it will segf...Cosimo Alfarano2010-04-261-1/+1
* Internalize datetime codeSimon McVittie2010-04-231-6/+6
* Internalize util.hSimon McVittie2010-04-231-1/+1
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-1/+1
* TplLogStoreSqlite: set GError insead of printing a debug messageCosimo Alfarano2010-04-051-1/+4
* TplLogStoreSQlite: Fix the pending column value, allowing to store ACK messag...Cosimo Alfarano2010-04-011-1/+1
* free partial retval for tpl_log_store_sqlite_get_pending_messages on errorCosimo Alfarano2010-04-011-0/+4
* add sanity check for tpl_log_store_sqlite_get_pending_messagesCosimo Alfarano2010-04-011-0/+1
* Removed useless #includesCosimo Alfarano2010-03-231-1/+0
* Fixing a bug in log-store-xml get/set propCosimo Alfarano2010-03-161-1/+0
* LogStoreSQLite: Purging 5-days-old entries every hour instead of every TPL boot.Cosimo Alfarano2010-03-151-10/+22
* Fixed authors in log-store-sqlite.cCosimo Alfarano2010-03-151-1/+1
* Imprioving insert/update in messagecounterCosimo Alfarano2010-03-151-17/+8
* improving GError messagesCosimo Alfarano2010-03-151-26/+21
* DEBUG format string fix (%d -> %u)Cosimo Alfarano2010-03-151-1/+1
* Removing TplLogStoreSqliteTable enumCosimo Alfarano2010-03-151-23/+13
* Fixed a column reference passed to SQlite _column_*Cosimo Alfarano2010-03-121-5/+5
* Fixing a possible leak if sqlite3_step returns ERROR during the step iterationCosimo Alfarano2010-03-121-0/+2
* Added TPL_LOG_ENTRY_MSG_ID_IS_VALID(x) macroCosimo Alfarano2010-03-121-2/+2
* Reintroducing static strings instead for SQLCosimo Alfarano2010-03-121-2/+2