summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager.c
Commit message (Expand)AuthorAgeFilesLines
* log-manager: Add output annotations.Jasper St. Pierre2011-03-011-2/+3
* Start work on introspection support.Jasper St. Pierre2011-02-281-3/+3
* Let glib allocate the GList element for usSjoerd Simons2011-02-241-1/+1
* Doc fixNicolas Dufresne2011-02-231-2/+3
* Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne2011-02-221-11/+33
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-221-67/+46
* Merge branch 'remove-unused'Nicolas Dufresne2011-02-111-117/+0
|\
| * Strip off unused search_in_identifierNicolas Dufresne2011-02-081-117/+0
* | Implement clear_entity in TplLogManagerNicolas Dufresne2011-02-101-0/+19
* | Implement clear_account method in LogManagerNicolas Dufresne2011-02-101-0/+18
* | Implement clear method in TplLogManagerNicolas Dufresne2011-02-101-0/+17
|/
* Load TplLogStorePidgin at TplLogManager startupCosimo Alfarano2011-01-211-0/+3
* set "testmode" property only on logstores supporting itCosimo Alfarano2011-01-201-0/+7
* Renamed get_events() into get_entities()Nicolas Dufresne2011-01-191-41/+41
* Avoid copying lists when calling _finish()Nicolas Dufresne2011-01-191-59/+29
* Don't duplicate code to free listsNicolas Dufresne2011-01-191-55/+29
* [Doc] Don't document private func. & fix typosNicolas Dufresne2011-01-171-14/+14
* LogManager style fixes and functions orderNicolas Dufresne2011-01-171-99/+125
* Remove TplLogSearchHit.filenameEmilio Pozuelo Monfort2011-01-171-6/+1
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-19/+19
* Adapt the log manager to the API changesEmilio Pozuelo Monfort2011-01-101-353/+254
* Minor optimizationEmilio Pozuelo Monfort2011-01-051-1/+1
* 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