summaryrefslogtreecommitdiff
path: root/dbus
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 McVittie2-4/+4
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-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 McVittie1-1/+1
2012-02-20dbus-protocol.h: compile under C++11Marc Mutz1-1/+1
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 McVittie2-1/+50
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-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
2012-02-10_dbus_header_field_to_string: remove, unusedSimon McVittie2-38/+0
2012-02-10Remove unused _dbus_string_append_4_aligned, _dbus_string_append_8_alignedSimon McVittie2-52/+0
2012-02-10_dbus_getgid: remove, unusedSimon McVittie2-12/+0
2012-02-10Merge branch 'system-search-paths-21620'Simon McVittie1-39/+12
2012-02-08_dbus_get_environment: move from shared library to dbus-sysdeps-utilSimon McVittie2-42/+52
2012-02-08dbus-marshal-recursive: make some internal functions staticSimon McVittie2-16/+18
2012-02-08find_field_for_modification: document where the readers are left pointingSimon McVittie1-0/+13
2012-02-08Reinstate the recursive marshalling test but skip the later parts by defaultSimon McVittie2-12/+19
2012-02-08dbus-test: only test for memleaks if we actually ran the testSimon McVittie1-4/+4
2012-02-08Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie1-39/+12
2012-02-07at_console: ask systemd whether a user is at the consoleLennart Poettering2-3/+41
2012-02-07Merge branch 'socket-set-33337'Simon McVittie9-154/+1032
2012-01-04Revert "windows fix: use install root as base path for relative pathes in dbu...Simon McVittie1-38/+6
2012-01-04Merge branch 'dbus-1.4'Simon McVittie1-1/+0
2012-01-04Remove some dead code related to fd.o #37258eXeC001er1-1/+0