summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Check HAVE_DECL_LOG_PERROR with #if, not #ifdefJonathan Perkin2012-08-091-1/+1
* DBusTransport: do not assert that autolaunch address is non-emptySimon McVittie2012-07-031-1/+0
* Properly concat DBUS_CONSOLE_AUTH_DIR with usernameDave Reisner2012-06-281-2/+3
* dbus_pending_call_set_notify: don't leave the connection locked on OOMSimon McVittie2012-06-251-2/+6
* _dbus_transport_new_for_tcp_socket: add missing commas to addressSimon McVittie2012-06-051-2/+2
* Remove duplicate nonce-tcp (service-side) transport on WindowsSimon McVittie2012-06-051-27/+1
* Remove duplicate nonce-tcp (client side) transport on WindowsSimon McVittie2012-06-051-33/+2
* Merge branch 'dbus-1.4'Simon McVittie2012-04-251-3/+3
|\
| * Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2012-04-128-17/+55
* | 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