summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't duplicate code to free listsNicolas Dufresne2011-01-191-55/+29
* Use ROOM instead of GROUP to match Telepathy APINicolas Dufresne2011-01-175-11/+11
* Fix typoEmilio Pozuelo Monfort2011-01-171-1/+1
* Downgrade required autoconf to 2.66Nicolas Dufresne2011-01-171-1/+1
* Merge branch 'remove-direction'Nicolas Dufresne2011-01-178-62/+6
|\
| * Remove TplEventDirectionNicolas Dufresne2011-01-178-62/+6
* | [Doc] Don't document private func. & fix typosNicolas Dufresne2011-01-171-14/+14
* | LogManager style fixes and functions orderNicolas Dufresne2011-01-173-122/+167
|/
* Update build systemEmilio Pozuelo Monfort2011-01-171-9/+10
* Remove TplLogSearchHit.filenameEmilio Pozuelo Monfort2011-01-175-12/+5
* TplEntityType: chatroom -> roomEmilio Pozuelo Monfort2011-01-171-3/+3
* TplEvent:chat-id -> idEmilio Pozuelo Monfort2011-01-175-25/+25
* Added g_type_init_with_debug_flags to suppressionNicolas Dufresne2011-01-141-0/+7
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-1026-693/+693
* Adapt the tests to the API changesEmilio Pozuelo Monfort2011-01-102-4/+4
* Adapt the text channel to the API changesEmilio Pozuelo Monfort2011-01-101-2/+2
* Adapt the sqlite log store to the API changesEmilio Pozuelo Monfort2011-01-101-21/+24
* Adapt the xml log store to the API changesEmilio Pozuelo Monfort2011-01-101-107/+114
* Adapt the log store interface to the API changesEmilio Pozuelo Monfort2011-01-102-101/+102
* Adapt the dbus service to the API changesEmilio Pozuelo Monfort2011-01-102-35/+39
* Adapt the log manager to the API changesEmilio Pozuelo Monfort2011-01-102-384/+280
* Make log-manager API generic and not chat centricEmilio Pozuelo Monfort2011-01-101-20/+28
* Fix a memory leak in the xml log storetelepathy-logger-0.1Emilio Pozuelo Monfort2011-01-061-0/+3
* Minor optimizationEmilio Pozuelo Monfort2011-01-051-1/+1
* Check for events in the readable stores as documentedEmilio Pozuelo Monfort2011-01-051-1/+1
* 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
* Fix typoEmilio Pozuelo Monfort2011-01-031-1/+1
* Remove unused summary entryEmilio Pozuelo Monfort2011-01-031-1/+0
* Move text signal types from TplEntry to TplEntryTextEmilio Pozuelo Monfort2010-12-247-41/+31
* Use TPL_IS_ENTRY_FOO to diferentiate entriesEmilio Pozuelo Monfort2010-12-242-16/+11
* Set the program nameEmilio Pozuelo Monfort2010-12-231-0/+2
* More typo fixesEmilio Pozuelo Monfort2010-12-236-10/+10
* TypoEmilio Pozuelo Monfort2010-12-171-1/+1
* 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
* set nano versionGuillaume Desmottes2010-11-291-1/+1
* prepare 0.1.7telepathy-logger-0.1.7Guillaume Desmottes2010-11-292-2/+15
* 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