summaryrefslogtreecommitdiff
path: root/telepathy-logger/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* stop using tp_account_new()Guillaume Desmottes2013-09-251-2/+13
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-4/+2
* Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano2011-11-181-1/+1
* Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano2011-11-181-2/+2
* all: fix -Wunused-but-set-variable warningsJonny Lamb2011-05-111-6/+0
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
* Change TplChannel into an interface and portNicolas Dufresne2011-03-151-10/+14
* Make TplEntity constructors publicNicolas Dufresne2011-02-221-4/+1
* Merge branch 'remove-unused'Nicolas Dufresne2011-02-111-188/+0
|\
| * Strip off GetRecentsEvents from D-Bus APINicolas Dufresne2011-02-081-188/+0
* | Don't leak entity object in clear_entityNicolas Dufresne2011-02-111-0/+2
* | Implement DBus method for clear_entityNicolas Dufresne2011-02-101-0/+53
* | Implement DBus method for ClearAccountNicolas Dufresne2011-02-101-0/+45
* | Implement clear method into D-Bus serviceNicolas Dufresne2011-02-101-0/+19
|/
* Renamed TplEventText into TplTextEventNicolas Dufresne2011-02-081-3/+3
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-15/+15
* Adapt the dbus service to the API changesEmilio Pozuelo Monfort2011-01-101-29/+29
* rename TplContact to TplEntityGuillaume Desmottes2010-06-151-1/+1
* rename TplLogEntryText to TplEntryText and TplLogEntry to TplEntryGuillaume Desmottes2010-06-071-5/+5
* move log-entry(-text) to entry(-text)Guillaume Desmottes2010-06-071-2/+2
* dbus-service: prefix internal API with underscoreGuillaume Desmottes2010-06-041-5/+5
* use ISO-8601 dates in DEBUGGuillaume Desmottes2010-06-041-2/+2
* Use GDate instead of string to represent dates in APIGuillaume Desmottes2010-06-021-3/+4
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-1/+1
* log-entry: make some more API publicGuillaume Desmottes2010-05-271-1/+1
* don't include internal header in log-entry-text.hGuillaume Desmottes2010-05-271-0/+1
* log-entry-text: no need to duplicate log-entry APIGuillaume Desmottes2010-05-261-1/+1
* fix tpl_log_manager_get_messages_for_date_finishGuillaume Desmottes2010-05-261-3/+2
* fix tpl_log_manager_get_dates_finish signature and implementationGuillaume Desmottes2010-05-261-3/+2
* log-manager: first argument of _finish methods is supposed to be the sourceGuillaume Desmottes2010-05-261-2/+4
* rename _tpl_action_chain_new to fit async/finish conventionsGuillaume Desmottes2010-05-261-2/+2
* properly name _finish functionsGuillaume Desmottes2010-05-261-2/+2
* Internalize action-chainSimon McVittie2010-04-231-18/+18
* 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
* dbus-service: un-obfuscate priv accessesSimon McVittie2010-04-221-27/+27
* tpl_actionchain_* -> tpl_action_chain_* -- make methods consistent with typeDanielle Madeley2010-03-191-17/+17
* Merge branch 'get-recent-messages-async'Danielle Madeley2010-02-261-71/+125
|\
| * dbus-service: make GetRecentMessages asynchronousDanielle Madeley2010-02-261-71/+125
* | Add favourite contacts support.Travis Reitter2010-02-251-0/+660
|/
* use dbus_g_method_return_error if tp_dbus_daemon cannot be acquiredCosimo Alfarano2010-02-221-0/+2
* TP style fixesCosimo Alfarano2010-02-181-2/+2
* dbus-service: don't leak GPtrArray or GErrorDanielle Madeley2010-02-161-2/+6
* Update spec for int64 timestamps, correct dbus-service typesDanielle Madeley2010-02-161-10/+12
* Use of tp_value_array_buildCosimo Alfarano2010-02-151-15/+9
* Use of g_list_last/previous instead of g_list_reverseCosimo Alfarano2010-02-151-4/+4
* Removal of util.c module.Cosimo Alfarano2010-02-151-2/+6
* include config.hCosimo Alfarano2010-02-151-0/+1
* dbus-service algorithms and readability improvemetsCosimo Alfarano2010-02-121-32/+38
* use tp_dbus_daemon_dup() and proper unrefCosimo Alfarano2010-02-121-26/+19