summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* Check for events in the readable stores as documentedEmilio Pozuelo Monfort2011-01-051-1/+1
* Free strings with g_freeEmilio Pozuelo Monfort2010-12-061-1/+1
* Don't free the search results if there are noneEmilio Pozuelo Monfort2010-12-061-1/+0
* stop assuming lists have to be not NULLGuillaume Desmottes2010-11-291-3/+0
* _get_filtered_messages_async_result_free: NULL is a valid listGuillaume Desmottes2010-11-291-1/+0
* _tpl_log_manager_get_chats: properly free the returned listGuillaume Desmottes2010-11-241-5/+4
* tpl_log_manager_chat_info_free: don't leak the logentry and search_textGuillaume Desmottes2010-11-241-0/+3
* tpl_log_manager_chat_info_free: use tp_clear_*Guillaume Desmottes2010-11-241-6/+3
* Copy the returned list in _finish() functionsGuillaume Desmottes2010-11-241-18/+57
* _get_dates_async_result_free: the list is a list of GDate, not stringsGuillaume Desmottes2010-11-231-2/+2
* factor out copy_date()Guillaume Desmottes2010-11-231-2/+8
* add _tpl_log_manager_search_hit_copy()Guillaume Desmottes2010-11-231-0/+7
* don't leak GSimpleAsyncResult in async APIGuillaume Desmottes2010-11-231-0/+14
* add tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-0/+26
* Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley2010-08-061-0/+25
* log-manager: sync header with EmpathyGuillaume Desmottes2010-06-171-11/+10
* rename TPL_LOG_MANAGER_ERRORS to TPL_LOG_MANAGER_ERRORGuillaume Desmottes2010-06-111-2/+2
* fix typos in docGuillaume Desmottes2010-06-111-2/+2
* rename TPL_LOG_MANAGER_ERROR to TPL_LOG_MANAGER_ERRORS and properly define th...Guillaume Desmottes2010-06-101-1/+28
* use g_return_fail is user pass invalid arg to APIGuillaume Desmottes2010-06-101-72/+18
* remove TPL_LOG_MANAGER_LOG_STORE_DEFAULTGuillaume Desmottes2010-06-101-4/+4
* document log-managerGuillaume Desmottes2010-06-101-14/+54
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-18/+18
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-071-2/+2
* move tpl_log_entry_get_log_id as internal APIGuillaume Desmottes2010-06-041-1/+1
* log-store: prefix internal API with underscoreGuillaume Desmottes2010-06-041-15/+15
* pass const GDate where it makes senseGuillaume Desmottes2010-06-041-2/+2
* fix typoGuillaume Desmottes2010-06-041-1/+1
* document async APIGuillaume Desmottes2010-06-021-4/+97
* remove tpl_log_manager_get_date_readableGuillaume Desmottes2010-06-021-13/+0
* rename tpl_log_manager_search_new_async to tpl_log_manager_search_asyncGuillaume Desmottes2010-06-021-8/+8
* allow filter being NULLGuillaume Desmottes2010-06-021-4/+0
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-14/+19
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-3/+3
* rename log-manager-priv.h to log-manager-internal.hGuillaume Desmottes2010-05-271-1/+1
* Merge branch 'misc'Guillaume Desmottes2010-05-271-1/+1
|\
| * log-entry: make some more API publicGuillaume Desmottes2010-05-271-1/+1
* | remove useless commentsGuillaume Desmottes2010-05-271-19/+0
* | tpl_log_manager_get_chats_finish: fix g_simple_async_result_is_valid checkGuillaume Desmottes2010-05-271-1/+1
* | log-manager: move API not used by Empathy as internalGuillaume Desmottes2010-05-271-13/+14
* | log-manager: move sync API as internalGuillaume Desmottes2010-05-271-16/+18
|/
* log-manager: use tpl_log_entry_get_timestamp instead of the class pointerGuillaume Desmottes2010-05-261-4/+2
* log-entry: move API which are not used by Empathy as internalGuillaume Desmottes2010-05-261-1/+2
* fix tpl_log_manager_search_new_finishGuillaume Desmottes2010-05-261-5/+17
* fix tpl_log_manager_search_in_identifier_chats_new_finishGuillaume Desmottes2010-05-261-5/+18
* fix tpl_log_manager_get_chats_finishGuillaume Desmottes2010-05-261-5/+17
* fix tpl_log_manager_get_filtered_messages_finishGuillaume Desmottes2010-05-261-4/+17
* fix tpl_log_manager_get_messages_for_date_finishGuillaume Desmottes2010-05-261-4/+17
* fix tpl_log_manager_get_dates_finish signature and implementationGuillaume Desmottes2010-05-261-5/+17
* make _tpl_log_manager_add_message_finish saneGuillaume Desmottes2010-05-261-5/+12