summaryrefslogtreecommitdiff
path: root/src/debug.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Enable debugging in YellDavid Laban1-0/+2
2010-10-28Merge branch 'telepathy-gabble-0.10'Simon McVittie1-1/+1
2010-10-28remove unnecessary castThomas Flueeli1-1/+1
2010-09-21Merge branch 'client-types'Jonny Lamb1-0/+2
2010-08-10Add debug flags for TLS.Cosimo Cecchi1-0/+1
2010-07-27client types: now it's called ClientTypes; update everythingJonny Lamb1-1/+1
2010-07-22debug: add a client-type debug flagJonny Lamb1-0/+1
2010-07-22debug: add a few reminders about keeping the enum/array up-to-dateJonny Lamb1-0/+1
2010-06-08Merge branch 'iGoogled' into masterSjoerd Simons1-0/+1
2010-06-03Merge remote branch 'smcv/error-macros'Will Thompson1-5/+1
2010-06-02Added server SASL channel and auth manager.Eitan Isaacson1-22/+23
2010-05-20Merge remote branch 'kakaroto/igoogle' into ft-trial-mergeSimon McVittie1-0/+1
2010-04-30Always build gabble_log etc., so --disable-debug won't disable ERROR()Simon McVittie1-5/+1
2010-04-29debug: rename gabble_debug to gabble_logJonny Lamb1-1/+1
2010-04-29debug: add more log levelsJonny Lamb1-5/+7
2010-03-30Adding a test jingle-share content typeYouness Alaoui1-0/+1
2010-03-25Merge branch '09-portability'Simon McVittie1-2/+8
2010-02-25Renamed "mail-notif" debug section into "mail"Nicolas Dufresne1-1/+1
2010-02-25Removed trailing white space introduce by mail notificationNicolas Dufresne1-1/+1
2010-02-22debug: conditionally include fcntl.hSimon McVittie1-1/+5
2010-02-22Conditionalize inclusion of unistd.hSimon McVittie1-1/+3
2010-02-18Adding mail notification debug sectionNicolas Dufresne1-0/+1
2009-11-20Add a debug flag for pluginsWill Thompson1-0/+1
2009-11-13debug: use TpDebugSender instead of implementing GabbleDebuggerJonny Lamb1-20/+22
2009-08-19Add a base class for channel implementations.Will Thompson1-0/+1
2009-08-19Add a debug flag for contact search.Will Thompson1-0/+1
2009-06-03Don't use a va_list twice.Will Thompson1-8/+8
2009-06-03Use g_direct_{hash,equal} instead of creating hash/equal functions for uints.Jonny Lamb1-14/+1
2009-06-03Use a hash table to contain debug flags.Jonny Lamb1-7/+38
2009-06-03Fix indentation.Jonny Lamb1-1/+1
2009-06-03Updated function definition style.Jonny Lamb1-4/+4
2009-04-21Fix misc. problems and remove some code duplication.Jonny Lamb1-7/+1
2009-04-21Split logging to debugger into another function.Jonny Lamb1-7/+23
2009-04-21Record all debug messages regardless of the GABBLE_DEBUG environment variable.Jonny Lamb1-6/+36
2009-02-18add file-transfer debug flagGuillaume Desmottes1-0/+1
2009-01-31Location: add debugs for the geolocationAlban Crequy1-0/+1
2008-08-07use tp_debug_divert_messages instead of our own copy of itGuillaume Desmottes1-33/+0
2008-07-21tidy up libc/glib includesDafydd Harries1-1/+0
2008-07-21tidy up include styleDafydd Harries1-3/+2
2008-04-16gabble_debug_set_log_file_from_env: trunc the file when openingGuillaume Desmottes1-1/+1
2008-04-04Stop supporting telepathy-glib < 0.7.0Simon McVittie1-6/+2
2007-11-12Use tp_debug_set_flags() if available, to separate 'persist' from the rest of...Simon McVittie1-2/+6
2007-10-18debug.c: enable request pipeline debug flagSenko Rasic1-0/+1
2007-04-27remove file transfer NS/cap/debug as we don't implement it yetGuillaume Desmottes1-1/+0
2007-04-26fix conflicts in capabilities and debugGuillaume Desmottes1-0/+4
2007-04-20add tubes and bytestream debug flagsGuillaume Desmottes1-1/+0
2007-05-11define gabble_debug_set_log_file_from_env even if ENABLE_DEBUG is not setGuillaume Desmottes1-36/+35
2007-05-07properly catch close and dup2 errorsGuillaume Desmottes1-4/+17
2007-05-07s/GABBLE_OUTPUT/GABBLE_LOGFILEGuillaume Desmottes1-2/+2
2007-05-07use dup2 instead of dup/closeGuillaume Desmottes1-5/+2