summaryrefslogtreecommitdiff
path: root/telepathy-logger/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable single include of telepathy-glib headersXavier Claessens2012-07-031-1/+1
|
* Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano2011-11-181-1/+1
|
* Removed broken editor instructionNicolas Dufresne2011-03-251-1/+0
|
* Add TPL_DEBUG="testsuite" to debug.cCosimo Alfarano2011-01-211-1/+2
|
* Renamed TplEntry* into TplEvent*Nicolas Dufresne2011-01-101-1/+1
|
* rename TplContact to TplEntityGuillaume Desmottes2010-06-151-1/+1
|
* move tpl_critical as internal APIGuillaume Desmottes2010-06-041-1/+1
|
* Rename debug.h to debug-internal.h and underscore-prefix its functionsSimon McVittie2010-04-231-7/+7
|
* Adding CRITICAL macro and tpl_critical functionCosimo Alfarano2010-03-121-0/+20
|
* Removed log_to_debug_sender from debug.cCosimo Alfarano2010-02-161-44/+0
| | | | | | It should be called only by the client (ie telepathy-logger service daemon) and not within tpl_debug. A library should use the already ready one by the client.
* debug: move tp-glib debugging onto a TP_DEBUG env varDanielle Madeley2010-02-161-4/+3
|
* include config.hCosimo Alfarano2010-02-151-4/+6
| | | | Also alphabetic ordering for TPL_DEBUG_XXX constant and GDebugKey array
* debug: fix coding styleCosimo Alfarano2010-02-121-3/+9
|
* Replace uses of g_debug with DEBUGDanielle Madeley2010-02-121-0/+2
|
* telepathy-logger: Enable debuggingDanielle Madeley2010-02-121-0/+1
|
* Added debug module from gabbleCosimo Alfarano2010-02-101-0/+140
* added debug support in channel-text and observer using the new debug module