summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge branch 'dbus-1.4'Simon McVittie11-227/+227
2011-07-28man pages: replace all unescaped hyphen/minus characters with \-Simon McVittie6-217/+217
2011-07-28Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie5-10/+10
2011-07-27Merge branch 'dbus-1.4'Simon McVittie1-2/+2
2011-07-27list_allows_user: fix debug output for groupsSascha Silbe1-2/+2
2011-07-26Merge branch 'dbus-1.4'Simon McVittie3-23/+35
2011-07-26NEWSSimon McVittie1-4/+3
2011-07-26DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie1-12/+14
2011-07-26dbus-memory: use atomic accesses to block count, even for assertionsSimon McVittie1-7/+17
2011-07-26Merge branch 'dbus-1.4'Simon McVittie6-33/+76
2011-07-26NEWSSimon McVittie1-3/+4
2011-07-25DBusConnection: use atomic accesses to refcount in assertions/initial refSimon McVittie1-5/+6
2011-07-25dbus_message_ref: avoid unused variable if not assertingSimon McVittie1-1/+7
2011-07-25_dbus_connection_close_if_only_one_ref: use _dbus_atomic_getSimon McVittie1-13/+5
2011-07-25Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2-0/+25
2011-07-25DBusObjectTree: always access refcount atomicallySimon McVittie1-5/+14
2011-07-25dbus_message_unref: make an assertion more strictSimon McVittie1-1/+1
2011-07-25DBusMessageFilter: exclusively use atomic accesses to refcountSimon McVittie1-5/+14
2011-07-18Merge branch 'dbus-1.4' and update NEWS for masterSimon McVittie9-48/+129
2011-07-18NEWSSimon McVittie1-1/+29
2011-07-18Uninstall the installed docsSimon McVittie1-0/+4
2011-07-18Install man2html output to $(htmldir)Simon McVittie1-1/+1
2011-07-18Install diagram.*, system-activation.txt to the $(docdir)Simon McVittie1-3/+6
2011-07-18Install xmlto output to $(htmldir) automaticallySimon McVittie1-9/+7
2011-07-18Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in cleanSimon McVittie1-1/+4
2011-07-18configure.ac: fix check for xsltprocSimon McVittie1-2/+1
2011-07-18Use EXEEXT when running tests from another directory, and skip bus-test-launc...Simon McVittie1-4/+7
2011-07-18Build docs after running tests, and remove redundant DIST_SUBDIRSSimon McVittie1-2/+1
2011-07-18Run bus tests from test/Simon McVittie2-10/+17
2011-07-18Run dbus-test from test/, not dbus/Simon McVittie2-12/+14
2011-07-18dbus tests: don't warn on skipped testsSimon McVittie2-3/+3
2011-07-18test/Makefile.am: list tests one per lineSimon McVittie1-4/+18
2011-07-18Opt-in to modern OS features on Solaris, to get file descriptor passingSimon McVittie1-0/+3
2011-07-18_dbus_open_unix_socket: make staticSimon McVittie2-3/+1
2011-07-18_dbus_open_tcp_socket: removeSimon McVittie2-9/+0
2011-07-18Merge branch 'dbus-1.4'Simon McVittie1-8/+0
2011-07-18_dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...Simon McVittie1-8/+0
2011-07-14Merge branch 'dbus-1.4'Simon McVittie2-76/+74
2011-07-14DBusServer: exclusively use atomic operations on the refcountSimon McVittie1-43/+64
2011-07-14DBusPendingCall: exclusively use atomic operations on the refcountSimon McVittie1-33/+10
2011-07-14Add testsuite for eavesdrop=true DBusMatchRuleCosimo Alfarano2-0/+566
2011-07-12Fix dbus-monitor using eavesdrop=true when no filters are passedCosimo Alfarano1-4/+4
2011-07-11DBusHeader: only store byte-order in the fixed-length headerSimon McVittie3-24/+27
2011-07-11DBusMessage: don't redundantly store byte order, ask the DBusHeaderSimon McVittie5-31/+49
2011-07-11Add "eavesdrop=true" as constant match rule for dbus-monitorCosimo Alfarano1-5/+24
2011-07-11Do not allow eavedropping unless rule owner explicitely declare itCosimo Alfarano2-8/+110
2011-07-11Merge remote-tracking branch 'origin/dbus-1.4'Simon McVittie1-0/+2
2011-07-11DBusConnection: simplify registering object paths codeJiří Klimeš1-60/+43
2011-07-08Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1Simon McVittie1-0/+3
2011-07-08In Windows _dbus_printf_string_upper_bound, don't crash on malloc failureSimon McVittie1-0/+4