aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* debug: add SASL debug flag and keyJonny Lamb2010-12-011-0/+1
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add a debug flag for TLSCosimo Cecchi2010-08-131-0/+1
|
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-171-6/+8
|
* add 'voip' debug domainGuillaume Desmottes2009-11-281-0/+1
|
* Add Test debug domainXavier Claessens2009-11-251-0/+1
|
* Add a new DEBUG domain for the mc4 account importerArnaud Maillet2009-08-241-0/+1
|
* empathy-debug: add connectivity debug keyJonny Lamb2009-08-181-0/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-181-8/+66
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use correct emacs modelines.Jonny Lamb2009-06-181-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add Location debug domainPierre-Luc Beaudoin2009-05-081-0/+1
|
* Added file transfer debug flag. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1735
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵Xavier Claessens2008-05-091-1/+1
| | | | | | parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093
* Fix build with debug disabled.Xavier Claessens2008-05-021-0/+11
| | | | svn path=/trunk/; revision=1075
* Remove useless g_print and enable tp-glib debug messages.Xavier Claessens2008-05-021-3/+2
| | | | svn path=/trunk/; revision=1073
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-96/+61
| | | | svn path=/trunk/; revision=1066
* Make sure we don't expect contact id and handle to be directly ready. Add ↵Xavier Claessens2008-03-111-1/+3
| | | | | | some _run_until_ready. svn path=/trunk/; revision=755
* Call tp_debug_set_flags() to get tp-glib debug messagesXavier Claessens2007-12-031-0/+3
| | | | svn path=/trunk/; revision=458
* Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes).Xavier Claessens2007-07-101-0/+37
| | | | | | | | | | | | 2007-07-09 Xavier Claessens <xclaesse@gmail.com> * src/empathy.c: * libempathy/empathy-debug.c: * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes). svn path=/trunk/; revision=179
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+92
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170