summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Merge branch 'dbus-1.4'HEADmasterSimon McVittie3-11/+17
2012-04-25NEWSdbus-1.4Simon McVittie1-0/+11
2012-04-25use cp and mkdir -p instead of install within source treeAntoine Jacoutot1-7/+7
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen13-29/+67
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen13-41/+83
2012-03-271.5.13Simon McVittie2-1/+6
2012-03-27Prepare dbus 1.5.12dbus-1.5.12Simon McVittie2-5/+10
2012-03-27Build _dbus_string_starts_with_c_str even if not building testsSimon McVittie1-2/+0
2012-03-27Merge remote-tracking branch 'alban/own_prefix2'Simon McVittie8-34/+177
2012-03-27Merge branch 'dbus-1.4'Simon McVittie2-12/+11
2012-03-27Start 1.4.21Simon McVittie1-1/+1
2012-03-27Prepare version 1.4.20dbus-1.4.20Simon McVittie2-3/+23
2012-03-27Fix duplicate case value compiling with mingw-w64Andoni Morales Alastruey1-12/+6
2012-03-27Port to glib 2.31.x g_thread APIMartin Pitt2-42/+38
2012-03-22test: enforce own_prefix policy rulesAlban Crequy4-8/+104
2012-03-22test: parse own_prefix policy rulesAlban Crequy1-0/+2
2012-03-22policy: remove unused parameterAlban Crequy3-4/+1
2012-03-22doc: update documentation with own_prefix policy rulesAlban Crequy2-0/+18
2012-03-12transport: add new unixexec transport on UnixLennart Poettering7-1/+325
2012-03-12sysdeps-unix: introduce dbus_close_all() and make use of it where appropriateLennart Poettering2-11/+68
2012-03-12spec: document unixexec transportsLennart Poettering1-3/+64
2012-03-12Fix spelling errors in dbus-launch(1)John Bradshaw1-2/+2
2012-03-12Merge branch 'dbus-1.4'Simon McVittie1-83/+131
2012-03-12Enumerate data files used in the build rather than using find(1)Simon McVittie1-83/+130
2012-03-04policy: enforce policy on "allow own_prefix"Alban Crequy1-1/+14
2012-03-04config parser: add own_prefixAlban Crequy2-21/+38
2012-02-28Update NEWSSimon McVittie1-1/+11
2012-02-28Make dbus-daemon.exe --print-address work under WindowsSimon McVittie6-25/+25
2012-02-24Add a regression test for validating various string types with the public APISimon McVittie2-0/+294
2012-02-24Add dbus-syntax.[ch]Simon McVittie5-0/+372
2012-02-24DBusBasicValue: add bool_val and fd members to complete the setSimon McVittie1-1/+3
2012-02-24Promote DBusBasicValue and DBus8ByteStruct to be APISimon McVittie5-49/+59
2012-02-21Development versionSimon McVittie2-1/+6
2012-02-21Prepare 1.5.10dbus-1.5.10Simon McVittie3-6/+37
2012-02-21Mark shell-test as modular and installableSimon McVittie1-9/+3
2012-02-21Allow a reduced set of installable tests (none yet) to be built without GLibSimon McVittie2-9/+20
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 McVittie3-5/+5
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-21Do not AC_SUBST systemd flags from PKG_CHECK_MODULESSimon McVittie1-2/+0
2012-02-21Invoke PKG_PROG_PKG_CONFIG early in configure.acSimon McVittie1-0/+1
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