summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-21dbus-memory: add optional checking for system malloc() (etc.) failingSimon McVittie1-10/+77
2012-02-21dbus_realloc: don't crash if realloc() returns NULL while using guardsSimon McVittie1-2/+5
2012-02-21Turn the non-valgrind code path into inline functions to avoid compiler warningsSimon McVittie1-3/+23
2012-02-21DBusTransport: don't include dbus-marshal-header.h eitherSimon McVittie1-1/+0
2012-02-21Move _dbus_check_fdleaks_enter to dbus-message-internal.hSimon McVittie3-5/+5
2012-02-21DBusTransport: don't use dbus-message-private.hSimon McVittie1-1/+1
2012-02-21Zero-initialize DBusCounter at allocationSimon McVittie1-15/+2
2012-02-21Do not AC_SUBST systemd flags from PKG_CHECK_MODULESSimon McVittie1-2/+0
2012-02-21Invoke PKG_PROG_PKG_CONFIG early in configure.acSimon McVittie1-0/+1
2012-02-21internal_bus_get: centralize error handlingSimon McVittie1-17/+13
2012-02-21Add a macro to centralize checking for string-like typesSimon McVittie1-6/+6
2012-02-21Remove declaration of _dbus_type_is_fixed, no longer existsSimon McVittie1-1/+0
2012-02-21_dbus_verbose_real: tidy conditional prototype to not break nestingSimon McVittie1-4/+3
2012-02-21Remove _dbus_condvar_wake_all and both of its implementationsSimon McVittie4-40/+0
2012-02-21Never use non-libdbus threading primitivesSimon McVittie4-633/+275
2012-02-21dbus-threads: improve documentationSimon McVittie1-3/+38
2012-02-21Use actual recursive pthreads mutexes, rather than NIH'ing them, wrongSimon McVittie1-99/+50
2012-02-21Allow both recursive and non-recursive mutexes to be suppliedSimon McVittie2-25/+17
2012-02-21Distinguish between two flavours of mutexSimon McVittie8-114/+283
2012-02-21Make _dbus_mutex_new, _dbus_mutex_free staticSimon McVittie2-19/+11
2012-02-20Fixed runtime error caused by using uninitialized variable detected with msvc...Ralf Habacker1-1/+1
2012-02-20Merge branch 'dbus-1.4'Simon McVittie2-1/+3
2012-02-20NEWS for 1.4Simon McVittie1-1/+1
2012-02-20dbus-protocol.h: compile under C++11Marc Mutz1-1/+1
2012-02-14NEWSSimon McVittie1-0/+2
2012-02-14dbus-send.1: document --reply-timeoutSimon McVittie1-0/+5
2012-02-14dbus-send.1, dbus-send: document --print-reply=literal consistentlySimon McVittie2-3/+9
2012-02-14dbus-send.1: use bold and italic type consistentlySimon McVittie1-15/+18
2012-02-13more NEWSSimon McVittie1-0/+4
2012-02-13add and use _dbus_connection_trace_refSimon McVittie1-12/+47
2012-02-13add and use _dbus_server_trace_refSimon McVittie4-27/+57
2012-02-13add and use _dbus_pending_call_trace_refSimon McVittie1-6/+41
2012-02-13Add and use _dbus_message_trace_refSimon McVittie4-9/+59
2012-02-13Provide a hook to allow refcounting to be tracedSimon McVittie2-0/+75
2012-02-13dbus_message_cache_or_finalize: allow message cache to be disabled at runtimeSimon McVittie1-0/+34
2012-02-13DBusMemPool: inform valgrind what we're up toSimon McVittie1-3/+18
2012-02-13Add support for inserting (a subset of) Valgrind client requestsSimon McVittie3-1/+61
2012-02-13Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie4-38/+63
2012-02-13NEWSSimon McVittie1-2/+2
2012-02-13_dbus_string_append_double, _dbus_string_parse_double: removeSimon McVittie4-309/+0
2012-02-13_dbus_string_append_unichar, _dbus_string_get_unichar: removeSimon McVittie3-145/+0
2012-02-13_dbus_list_pop_last_link: remove, unusedSimon McVittie2-30/+6
2012-02-13Merge branch 'dbus-1.4'Simon McVittie0-0/+0
2012-02-13Back to development statusSimon McVittie2-1/+6
2012-02-13Release D-Bus 1.4.18Simon McVittie2-2/+4
2012-02-13dbus-daemon: fix forgotten counter increase while copying configured auth mec...Pavel Strashkin1-0/+1
2012-02-13Revert "dbus-daemon: fix forgotten counter increase while copying configured ...Simon McVittie1-1/+0
2012-02-10_dbus_connection_queue_received_message: remove, unusedSimon McVittie2-28/+0
2012-02-10DBUS_HASH_TWO_STRINGS, DBUS_HASH_POINTER: remove, unusedSimon McVittie2-382/+0
2012-02-10_dbus_list_insert_before: remove, unusedSimon McVittie1-56/+0