Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-03 | Move telepathy-glib.supp to tools/; add and use valgrind.mk | Simon McVittie | 1 | -871/+0 | |
If we put all our valgrind stuff in one place, it's easier for other projects to use it. | |||||
2009-03-04 | Valgrind suppressions: suppress some more GTest clutter | Simon McVittie | 1 | -0/+19 | |
2009-03-04 | Add valgrind suppressions for GTest initialization | Simon McVittie | 1 | -0/+23 | |
2009-03-04 | tp_dbus_daemon_dup() is meant to leak one connection per process too, add ↵ | Simon McVittie | 1 | -0/+223 | |
suppressions | |||||
2009-03-04 | tp-glib-examples.supp: add dynamic linker suppressions for glibc 2.9 | Simon McVittie | 1 | -0/+21 | |
2008-12-12 | More shared DBus connection and g_type_init suppressions | Will Thompson | 1 | -0/+208 | |
2008-10-13 | Update suppression file for glibc 2.7's backtrace | Simon McVittie | 1 | -1/+21 | |
2008-09-29 | tp-glib-examples.supp: remove /lib prefix in front of libdbus-1.so.* | Guillaume Desmottes | 1 | -20/+20 | |
2008-09-29 | tp-glib.supp: don't hardcode /usr path to libdbus-1.so | Guillaume Desmottes | 1 | -20/+20 | |
2008-05-12 | Suppress leak warnings from ld.so initialization involving SELinux | Simon McVittie | 1 | -0/+40 | |
20080512144520-53eee-ad082dd56d31c5834405d28ab5d673f26732e2c7.gz | |||||
2008-04-14 | Make a Valgrind suppression slightly less specific to avoid needing ↵ | Simon McVittie | 1 | -1/+2 | |
dbus-glib debug symbols 20080414170513-53eee-cb480bcf1eacfb029f0b2c16eadb720f3135e900.gz | |||||
2008-05-02 | tp-glib-examples.supp: don't warn on dlopen initialization, triggered by ↵ | Simon McVittie | 1 | -0/+124 | |
handle-leak-debug code 20080502111707-53eee-c20ddbb191e3333dac11aea90acac90a3e8332f8.gz | |||||
2008-04-02 | tp-glib-examples.supp: update for GLib 2.16 and for lack of debug symbols | Simon McVittie | 1 | -6/+18 | |
20080402194233-53eee-6db5d97e4337df7de3827ca18bee3b7e4875e268.gz | |||||
2008-02-29 | Make suppressions file less specific to avoid complaints about ↵ | Simon McVittie | 1 | -20/+20 | |
dbus_g_bus_get() when no debug symbols are available 20080229115051-53eee-bc10d543d037589464a9e3fd0bb8bb904874b9c0.gz | |||||
2008-01-18 | tp-glib-examples.supp: suppress errors that are dbus-glib bug ↵ | Simon McVittie | 1 | -0/+7 | |
https://bugs.freedesktop.org/show_bug.cgi?id=14125 20080118153513-53eee-c62cd72dd84643ad4b55a5ea76c3d4af26922414.gz | |||||
2008-01-18 | Be a little less specific when detecting allocs made by ↵ | Simon McVittie | 1 | -27/+23 | |
g_quark_from_static_string 20080118145020-53eee-d4c35f14ef64dae9dbc7c95eb2c4569d0cfc62d1.gz | |||||
2008-01-18 | Add some more valgrind suppressions for allocated-once GLib internals | Simon McVittie | 1 | -4/+12 | |
20080118142154-53eee-3004e5138eec730add3e53da3369b04f9d5591a3.gz | |||||
2008-01-18 | Make suppresion of "leak" from g_main_context_default more general, and add ↵ | Simon McVittie | 1 | -2/+12 | |
a suppression for the same issue with G_SLICE_DEBUG=always-malloc 20080118132426-53eee-1d279f4fbd81d986c75c2aaab70ab0a74aa34048.gz | |||||
2008-01-18 | Make a valgrind suppression more general - we don't care about leaks caused ↵ | Simon McVittie | 1 | -11/+8 | |
by g_quark_from_static_string, ever 20080118132150-53eee-f38ce3b70e3787869a49f4f62d76a7ccc7ac495f.gz | |||||
2008-01-18 | Add an example valgrind Memcheck suppressions file. | Simon McVittie | 1 | -0/+162 | |
This ignores some global data that's allocated once per process and can't or shouldn't be freed - the default GMainContext, the default DBusConnection, and whatever it is g_type_init allocates. It's probably incomplete, but it makes the examples appear to be Valgrind-clean. 20080118130956-53eee-61c354f2f556f9e0cc9c260ff146dadd4385da4f.gz |