summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Make dbus-daemon.exe --print-address work under WindowsSimon McVittie2012-02-286-25/+25
* Add dbus-syntax.[ch]Simon McVittie2012-02-244-0/+370
* DBusBasicValue: add bool_val and fd members to complete the setSimon McVittie2012-02-241-1/+3
* Promote DBusBasicValue and DBus8ByteStruct to be APISimon McVittie2012-02-245-49/+59
* dbus-memory: add optional checking for system malloc() (etc.) failingSimon McVittie2012-02-211-10/+77
* dbus_realloc: don't crash if realloc() returns NULL while using guardsSimon McVittie2012-02-211-2/+5
* Turn the non-valgrind code path into inline functions to avoid compiler warningsSimon McVittie2012-02-211-3/+23
* DBusTransport: don't include dbus-marshal-header.h eitherSimon McVittie2012-02-211-1/+0
* Move _dbus_check_fdleaks_enter to dbus-message-internal.hSimon McVittie2012-02-212-4/+4
* DBusTransport: don't use dbus-message-private.hSimon McVittie2012-02-211-1/+1
* Zero-initialize DBusCounter at allocationSimon McVittie2012-02-211-15/+2
* internal_bus_get: centralize error handlingSimon McVittie2012-02-211-17/+13
* Add a macro to centralize checking for string-like typesSimon McVittie2012-02-211-6/+6
* Remove declaration of _dbus_type_is_fixed, no longer existsSimon McVittie2012-02-211-1/+0
* _dbus_verbose_real: tidy conditional prototype to not break nestingSimon McVittie2012-02-211-4/+3
* Remove _dbus_condvar_wake_all and both of its implementationsSimon McVittie2012-02-214-40/+0
* Never use non-libdbus threading primitivesSimon McVittie2012-02-214-633/+275
* dbus-threads: improve documentationSimon McVittie2012-02-211-3/+38
* Use actual recursive pthreads mutexes, rather than NIH'ing them, wrongSimon McVittie2012-02-211-99/+50
* Allow both recursive and non-recursive mutexes to be suppliedSimon McVittie2012-02-212-25/+17
* Distinguish between two flavours of mutexSimon McVittie2012-02-218-114/+283
* Make _dbus_mutex_new, _dbus_mutex_free staticSimon McVittie2012-02-212-19/+11
* Fixed runtime error caused by using uninitialized variable detected with msvc...Ralf Habacker2012-02-201-1/+1
* Merge branch 'dbus-1.4'Simon McVittie2012-02-201-1/+1
|\
| * dbus-protocol.h: compile under C++11Marc Mutz2012-02-201-1/+1
* | add and use _dbus_connection_trace_refSimon McVittie2012-02-131-12/+47
* | add and use _dbus_server_trace_refSimon McVittie2012-02-134-27/+57
* | add and use _dbus_pending_call_trace_refSimon McVittie2012-02-131-6/+41
* | Add and use _dbus_message_trace_refSimon McVittie2012-02-134-9/+59
* | Provide a hook to allow refcounting to be tracedSimon McVittie2012-02-132-0/+75
* | dbus_message_cache_or_finalize: allow message cache to be disabled at runtimeSimon McVittie2012-02-131-0/+34
* | DBusMemPool: inform valgrind what we're up toSimon McVittie2012-02-131-3/+18
* | Add support for inserting (a subset of) Valgrind client requestsSimon McVittie2012-02-132-1/+50
* | _dbus_string_append_double, _dbus_string_parse_double: removeSimon McVittie2012-02-134-309/+0
* | _dbus_string_append_unichar, _dbus_string_get_unichar: removeSimon McVittie2012-02-133-145/+0
* | _dbus_list_pop_last_link: remove, unusedSimon McVittie2012-02-132-30/+6
* | _dbus_connection_queue_received_message: remove, unusedSimon McVittie2012-02-102-28/+0
* | DBUS_HASH_TWO_STRINGS, DBUS_HASH_POINTER: remove, unusedSimon McVittie2012-02-102-382/+0
* | _dbus_list_insert_before: remove, unusedSimon McVittie2012-02-101-56/+0
* | _dbus_header_field_to_string: remove, unusedSimon McVittie2012-02-102-38/+0
* | Remove unused _dbus_string_append_4_aligned, _dbus_string_append_8_alignedSimon McVittie2012-02-102-52/+0
* | _dbus_getgid: remove, unusedSimon McVittie2012-02-102-12/+0
* | Merge branch 'system-search-paths-21620'Simon McVittie2012-02-101-39/+12
|\ \
| * | Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie2012-02-081-39/+12
* | | _dbus_get_environment: move from shared library to dbus-sysdeps-utilSimon McVittie2012-02-082-42/+52
* | | dbus-marshal-recursive: make some internal functions staticSimon McVittie2012-02-082-16/+18
* | | find_field_for_modification: document where the readers are left pointingSimon McVittie2012-02-081-0/+13
* | | Reinstate the recursive marshalling test but skip the later parts by defaultSimon McVittie2012-02-082-12/+19
* | | dbus-test: only test for memleaks if we actually ran the testSimon McVittie2012-02-081-4/+4
|/ /
* | at_console: ask systemd whether a user is at the consoleLennart Poettering2012-02-072-3/+41