summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* DBusMessage: add support for custom marshalingbaserock/ps/update-dlt-audiomanagerbaserock/genivi/G-1.1Aleksandar Kanchev2013-12-014-44/+132
* Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-128-19/+61
* Build _dbus_string_starts_with_c_str even if not building testsSimon McVittie2012-03-271-2/+0
* Merge branch 'dbus-1.4'Simon McVittie2012-03-271-12/+6
|\
| * Fix duplicate case value compiling with mingw-w64Andoni Morales Alastruey2012-03-271-12/+6
* | transport: add new unixexec transport on UnixLennart Poettering2012-03-127-1/+325
* | sysdeps-unix: introduce dbus_close_all() and make use of it where appropriateLennart Poettering2012-03-122-11/+68
* | 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
|\ \