summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Using the more informative CRITICAL instead of g_criticalCosimo Alfarano2010-03-121-9/+9
* Renamed Counter LogStore to Sqlite, adding also a Caching functionality, whichCosimo Alfarano2010-03-121-16/+718
* Fixed log-store-sqlite name propertyCosimo Alfarano2010-03-121-2/+2
* Renamed GET_PRIV into GET_PRIVATE for homogeneityCosimo Alfarano2010-03-121-7/+9
* Renamed log-store-counter into log-store-sqliteCosimo Alfarano2010-03-081-0/+602