summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* sqlite: deal with g_date_time_new_from_unix_utc() failingGuillaume Desmottes2013-09-231-0/+1
* TplLogStore: remove :name property entirely.Will Thompson2012-09-251-25/+0
* TplLogStore: make :readable property immutableWill Thompson2012-09-251-1/+0
* TplLogStore: remove writable property.Will Thompson2012-09-251-7/+0
* Stop using TplChannel interfaceXavier Claessens2012-07-041-1/+1
* Fix missing debug trace for first pending messageNicolas Dufresne2011-04-291-0/+2
* Fix SQL syntax error and pending message orderNicolas Dufresne2011-04-291-1/+1
* SQlite store: Use g_list_prepend for performanceNicolas Dufresne2011-03-251-2/+2
* Implement pending message cache in SQLiteNicolas Dufresne2011-03-161-32/+400
|\
| * Useless message cacheNicolas Dufresne2011-03-141-515/+234
* | Remove log_id from sqlite log-storeNicolas Dufresne2011-03-151-24/+2
* | Remove unused purge source IDNicolas Dufresne2011-03-151-8/+0
* | Drop message_cache table from SQLite storeNicolas Dufresne2011-03-141-653/+3
|/
* Port SQLite log store to GDateTimeNicolas Dufresne2011-03-031-16/+36
* 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