summaryrefslogtreecommitdiff
path: root/wocky/wocky-debug.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Add a debug flag for Jingle stuff.Will Thompson1-0/+1
2012-02-06Namespace debug flags.Will Thompson1-22/+22
2012-02-06Include wocky-debug.h from wocky.hWill Thompson1-2/+2
2012-02-06Always define WockyDebugFlags and wocky_debug_set_flags()Will Thompson1-8/+0
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-64/+0
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2011-07-08Replace stub DEBUG macros with no-op static inline functionsWill Thompson1-9/+19
2011-03-22Merge branch 'meta-porter'Jonny Lamb1-0/+1
2011-03-08debug: make flag enum values privateJonny Lamb1-0/+1
2011-03-08debug: rename DebugFlags enum to WockyDebugFlagsJonny Lamb1-7/+7
2011-03-01connection-factory: add filesJonny Lamb1-0/+1
2011-01-18caps-cache: copy over from Gabble with s/gabble/wocky/gJonny Lamb1-0/+1
2010-10-25Add a GSource wrapping libiphb.Will Thompson1-0/+1
2010-10-25Fix DEBUGGING macro to call wocky_debug_flag_is_set()Will Thompson1-1/+1
2010-07-22Add utility to print debug from varargs.Cosimo Cecchi1-0/+4
2010-05-13adding "ping" debug flagSenko Rasic1-1/+2
2010-05-07rename sasl debug flag to authEitan Isaacson1-1/+1
2010-04-20Add debug helpers for node treesSjoerd Simons1-0/+10
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-2/+2
2010-03-24Rename WockyDataForms to WockyDataFormWill Thompson1-1/+1
2010-02-22add dataforms debug domainGuillaume Desmottes1-0/+1
2009-10-22Fixes calls to wocky_xmpp_connection_force_close_async. DEBUG gives file+line.Vivek Dasmohapatra1-1/+2
2009-09-25add pubsub debug flagGuillaume Desmottes1-0/+1
2009-09-20Namespace wocky-debug header file #ifdefSjoerd Simons1-2/+2
2009-08-20wocky-tls debugging via DEBUGGuillaume Desmottes1-0/+1
2009-08-13Add barebones of WockyContact class.Jonny Lamb1-0/+1
2009-07-14Add debug flag for connectorVivek Dasmohapatra1-0/+1
2009-06-29rename WockyXmppScheduler to WockyPorterGuillaume Desmottes1-1/+1
2009-06-09add xmpp-scheduler debug domainGuillaume Desmottes1-0/+1
2009-03-17Define stub DEBUG macros when !ENABLE_DEBUGWill Thompson1-3/+6
2009-03-17wocky-debug.h: G_BEGIN_DECLS has to be outside the #ifdef ENABLE_DEBUGGuillaume Desmottes1-3/+2
2009-03-17wocky-debug.h: remove wocky_goto_if_reached and wocky_goto_if_fail as they do...Guillaume Desmottes1-22/+0
2009-03-17wocky-debug.h: fix wocky_debug_set_flags_from_env prototypeGuillaume Desmottes1-1/+1
2009-03-17Added Marco's file transfer code.Jonny Lamb1-0/+1
2009-03-17Make wocky conform to telepathy coding styleSjoerd Simons1-2/+2
2009-03-17resolve conflictsGuillaume Desmottes1-0/+3
2009-03-17add bytestream flag in wocky-debugGuillaume Desmottes1-1/+0
2009-03-17wocky-debug: add wocky_goto_if_reached and wocky_goto_if_fail macrosGuillaume Desmottes1-0/+22
2009-03-17move DEBUG_STANZA to wocky-debugGuillaume Desmottes1-0/+11
2009-03-17Move SalutMucConnection to wocky as WockyMucConnectionSjoerd Simons1-0/+1
2009-03-17wocky-debug: Add a specific rmulticast debugging categorySjoerd Simons1-1/+2
2009-03-17Add debug category for the multicast senderSjoerd Simons1-6/+7
2009-03-17wocky-debug.h: Fix typo in __DEBUG_H__ defineSjoerd Simons1-1/+1
2009-03-17Implement an SSL transport for wockySjoerd Simons1-0/+1
2009-03-17Added SASL authentication helper for wocky (just digest-md5 for now)Sjoerd Simons1-0/+1
2009-03-17Push received transport data through handler functions instead of signalsSjoerd Simons1-3/+4
2009-03-17Add xmpp debugging categoriesSjoerd Simons1-0/+4
2009-03-17Refactor xmpp magic into it's own seperate librarySjoerd Simons1-0/+49