summaryrefslogtreecommitdiff
path: root/telepathy-logger
Commit message (Expand)AuthorAgeFilesLines
* Fix the definition of DEBUGGINGWill Thompson2010-12-071-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
* Escape the search text before searchingVitaly Minko2010-12-061-1/+4
* Handle the error instead of aborting the loggerEmilio Pozuelo Monfort2010-12-061-3/+0
* Check if we could open the log file before writing to itEmilio Pozuelo Monfort2010-12-061-2/+12
* stop assuming lists have to be not NULLGuillaume Desmottes2010-11-291-3/+0
* avoid calling purge_entry_timeout: after the store has been destroyedGuillaume Desmottes2010-11-291-1/+9
* _get_filtered_messages_async_result_free: NULL is a valid listGuillaume Desmottes2010-11-291-1/+0
* log_store_xml_get_chats: remove useless (and retarded) iteration on hitsGuillaume Desmottes2010-11-241-7/+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-232-0/+9
* entity: don't leak log_id and channel_pathGuillaume Desmottes2010-11-231-0/+2
* entry: use tp_clear_pointer() and tp_clear_object()Guillaume Desmottes2010-11-231-14/+4
* entity: don't leak the avatar tokenGuillaume Desmottes2010-11-231-0/+1
* entity: use tp_clear_pointer()Guillaume Desmottes2010-11-231-4/+4
* don't leak GSimpleAsyncResult in async APIGuillaume Desmottes2010-11-231-0/+14
* log_store_xml_get_messages_for_file: don't leak log_idGuillaume Desmottes2010-11-231-0/+2
* Ensure we always return from ObserveChannelsWill Thompson2010-10-131-10/+30
* Clean up connecting to text channel signals.Will Thompson2010-10-131-52/+25
* Listen for text channel invalidation, not just ClosedWill Thompson2010-10-131-15/+13
* Fixed out-of-tree compilationNicolas Dufresne2010-08-271-0/+1
* merge PL and LIBTPL libs togetherGuillaume Desmottes2010-08-171-1/+1
* [conf] support a new env var TPL_TEST_MODE that doesn't enable GSettingsDanielle Madeley2010-08-121-12/+23
* _tpl_time_get_local_time can be staticGuillaume Desmottes2010-08-112-2/+1
* remove unused _tpl_time_to_string_relativeGuillaume Desmottes2010-08-112-59/+0
* move to nodist_libtelepathy_logger_la_SOURCESGuillaume Desmottes2010-08-111-1/+3
* tpl_log_store_sqlite_get_chats: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-3/+4
* log_store_xml_get_chats_for_dir: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-6/+7
* log_store_xml_search_hit_new: use _tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-111-14/+16
* add tpl_log_manager_search_hit_newGuillaume Desmottes2010-08-112-0/+32
* Ignore messages in LogManager when logging is disabled instead of in the Obse...Danielle Madeley2010-08-062-43/+25
* Add globally-enabled property + notificationDanielle Madeley2010-08-062-0/+85
* Remove ignore-accountsDanielle Madeley2010-08-063-153/+1
* Add a TplConf::ignore-accounts-changed signalDanielle Madeley2010-07-191-30/+82
* Add GLib marshaller generation boilerplateDanielle Madeley2010-07-192-2/+17
* Port TplConf to GSettingsDanielle Madeley2010-07-193-194/+58
* fix TpContact leak (#28903)Guillaume Desmottes2010-07-051-1/+1
* observer: ignore channels that we are already observingGuillaume Desmottes2010-07-051-0/+6
* Store TplChannel we are preparing into a hash tableGuillaume Desmottes2010-07-051-2/+15
* remove tpl_observer_get_channel_map and rename hash table to 'channels'Guillaume Desmottes2010-07-051-28/+12
* _tpl_observer_register_channel can be staticGuillaume Desmottes2010-07-052-24/+20
* always pass a weak pointer to tp_connection_get_contacts_by_handleGuillaume Desmottes2010-07-051-1/+2
* Don't cleanup stale log-ids when preparing text channelsGuillaume Desmottes2010-06-281-0/+7
* use the channel specific handle if anyGuillaume Desmottes2010-06-281-3/+9