summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-sqlite.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | This way SQLite is ensured to have 5 days+1 hour old entries at most.
* 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
| | | | | | | | | | _bind_* family starts indexing from 1, while _column_ start from 0. This also fixes back to normality setting ack'd messages in SQLite. Due to this bug it complained a lot that it was unable to find msg-id <something-which-is-not-a-message-id> and failed to set it as ACK'd. the g_critical complaints are also fixed consequently
* 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
| | | | | | | | keeps count of incoming messages and allows duplicate checking LogStore Error codes has been updates to reflect some Index needings Fixed a typo in log-store.c tpl_log_store_is_readable
* 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
Updated also all the methods' calls