summaryrefslogtreecommitdiff
path: root/telepathy-glib/debug-sender.c
Commit message (Expand)AuthorAgeFilesLines
* debug-sender: fix messages queue lockingFabrice Bellet2019-12-131-0/+7
* Add a #define for the Debug object pathWill Thompson2012-04-181-1/+2
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-1/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
* tp_debug_sender_add_message_vprintf: fix doc commentWill Thompson2011-09-211-1/+1
* Merge branch 'telepathy-glib-0.14'Vivek Dasmohapatra2011-09-071-0/+5
|\
| * Debug messages leaked if the debug message cache is disabled, ironicallyVivek Dasmohapatra2011-09-071-0/+5
* | Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-1/+1
* | DebugSender: wrap a long line.Will Thompson2011-06-291-1/+2
* | DebugSender: avoid calling g_get_current_time() twice.Will Thompson2011-06-291-3/+4
* | DebugSender: fix a reference to _set_timestamps()Will Thompson2011-06-291-1/+1
* | debug-sender: add tp_debug_sender_set_timestampsJonny Lamb2011-06-291-1/+47
|/
* Version 0.13.13telepathy-glib-0.13.13Vivek Dasmohapatra2011-02-091-2/+2
* Helper functions allow less printf'ing in the debug path.Vivek Dasmohapatra2011-02-091-1/+86
* ifdef the debug cache code based on ENABLE_DEBUG_CACHEVivek Dasmohapatra2011-02-091-0/+2
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
* Fix versioning annotationstelepathy-glib-0.11.15Simon McVittie2010-09-131-1/+1
* tp_debug_sender_log_handler: be thread-safe by deferring to the main threadSimon McVittie2010-09-101-5/+16
* tp_debug_sender_add_message: separate into thread-safe and non-thread-safeSimon McVittie2010-09-101-18/+24
* Use tp_dbus_daemon_register_object in the librarySimon McVittie2010-04-191-3/+2
* Don't document @parent, @priv in object structsSimon McVittie2010-04-051-1/+0
* tp_debug_sender_log_handler: explain why @exclude is usefulSimon McVittie2009-09-101-3/+6
* fd.o#23843: tp_debug_sender_log_handler: correct logic for exclude=NULL to ex...Simon McVittie2009-09-101-6/+1
* NEWS etc.Simon McVittie2009-09-031-6/+6
* Move debug codegen to its own "debug" section and only generate svc code.Jonny Lamb2009-09-031-0/+1
* Fix several typos in the documentation.Jonny Lamb2009-08-281-3/+3
* Added a note in the log handler example about CM usage.Jonny Lamb2009-08-281-0/+3
* Use TP_STRUCT_TYPE_DEBUG_MESSAGE instead of using dbus_g_type_get_struct.Jonny Lamb2009-08-281-11/+4
* Use C comments in code example.Jonny Lamb2009-08-241-6/+6
* No need to cast to a gpointer.Jonny Lamb2009-08-241-1/+1
* Make the debug_sender singleton a gpointer.Jonny Lamb2009-08-241-6/+5
* Added an example of using tp_debug_sender_log_handler.Jonny Lamb2009-08-241-1/+21
* Use the correct symbols for gtk-doc parameters.Jonny Lamb2009-08-241-9/+9
* Ignore errors if tp_dbus_daemon_dup fails.Jonny Lamb2009-08-241-11/+7
* Added more details on what the object is and how to use it.Jonny Lamb2009-08-241-2/+15
* Allow a GLogLevelFlags made up of many flags.Jonny Lamb2009-08-241-24/+15
* Rename {Tp,}DebugMessage and keep it out of the API.Jonny Lamb2009-08-241-21/+16
* Use a Private struct to hide members behind.Jonny Lamb2009-08-241-15/+23
* Cleaned up includes.Jonny Lamb2009-08-241-0/+1
* Fix gtk-doc for @exclude in tp_debug_sender_log_handler.Jonny Lamb2009-08-241-1/+1
* Add tp_debug_sender_log_handler.Jonny Lamb2009-08-241-0/+49
* Renamed tp_debug_sender_{get,dup} to copy tp_dbus_daemon_dup workingsJonny Lamb2009-08-241-26/+58
* Use 0.7.UNRELEASED instead of just UNRELEASED.Jonny Lamb2009-08-241-6/+6
* Rename TpDebugger to TpDebugSender.Jonny Lamb2009-08-241-0/+366