summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | spec: document unixexec transportsLennart Poettering2012-03-121-3/+64
* | | Fix spelling errors in dbus-launch(1)John Bradshaw2012-03-121-2/+2
* | | Merge branch 'dbus-1.4'Simon McVittie2012-03-121-83/+131
|\ \ \ | |/ / | | / | |/ |/|
| * Enumerate data files used in the build rather than using find(1)Simon McVittie2012-03-121-83/+130
* | Update NEWSSimon McVittie2012-02-281-1/+11
* | Make dbus-daemon.exe --print-address work under WindowsSimon McVittie2012-02-286-25/+25
* | Add a regression test for validating various string types with the public APISimon McVittie2012-02-242-0/+294
* | Add dbus-syntax.[ch]Simon McVittie2012-02-245-0/+372
* | 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
* | Development versionSimon McVittie2012-02-212-1/+6
* | Prepare 1.5.10dbus-1.5.10Simon McVittie2012-02-213-6/+37
* | Mark shell-test as modular and installableSimon McVittie2012-02-211-9/+3
* | Allow a reduced set of installable tests (none yet) to be built without GLibSimon McVittie2012-02-212-9/+20
* | 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-213-5/+5
* | DBusTransport: don't use dbus-message-private.hSimon McVittie2012-02-211-1/+1
* | Zero-initialize DBusCounter at allocationSimon McVittie2012-02-211-15/+2
* | Do not AC_SUBST systemd flags from PKG_CHECK_MODULESSimon McVittie2012-02-211-2/+0
* | Invoke PKG_PROG_PKG_CONFIG early in configure.acSimon McVittie2012-02-211-0/+1
* | 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-202-1/+3
|\ \ | |/
| * NEWS for 1.4Simon McVittie2012-02-201-1/+1
| * dbus-protocol.h: compile under C++11Marc Mutz2012-02-201-1/+1
* | NEWSSimon McVittie2012-02-141-0/+2
* | dbus-send.1: document --reply-timeoutSimon McVittie2012-02-141-0/+5
* | dbus-send.1, dbus-send: document --print-reply=literal consistentlySimon McVittie2012-02-142-3/+9
* | dbus-send.1: use bold and italic type consistentlySimon McVittie2012-02-141-15/+18
* | more NEWSSimon McVittie2012-02-131-0/+4
* | 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