Age | Commit message (Expand) | Author | Files | Lines |
2011-07-28 | Merge branch 'dbus-1.4' | Simon McVittie | 11 | -227/+227 |
2011-07-28 | man pages: replace all unescaped hyphen/minus characters with \- | Simon McVittie | 6 | -217/+217 |
2011-07-28 | Fix spelling/grammatical mistakes detected by Debian's lintian(1) | Simon McVittie | 5 | -10/+10 |
2011-07-27 | Merge branch 'dbus-1.4' | Simon McVittie | 1 | -2/+2 |
2011-07-27 | list_allows_user: fix debug output for groups | Sascha Silbe | 1 | -2/+2 |
2011-07-26 | Merge branch 'dbus-1.4' | Simon McVittie | 3 | -23/+35 |
2011-07-26 | NEWS | Simon McVittie | 1 | -4/+3 |
2011-07-26 | DBusMessage: always access refcount atomically, even for assertions/initial ref | Simon McVittie | 1 | -12/+14 |
2011-07-26 | dbus-memory: use atomic accesses to block count, even for assertions | Simon McVittie | 1 | -7/+17 |
2011-07-26 | Merge branch 'dbus-1.4' | Simon McVittie | 6 | -33/+76 |
2011-07-26 | NEWS | Simon McVittie | 1 | -3/+4 |
2011-07-25 | DBusConnection: use atomic accesses to refcount in assertions/initial ref | Simon McVittie | 1 | -5/+6 |
2011-07-25 | dbus_message_ref: avoid unused variable if not asserting | Simon McVittie | 1 | -1/+7 |
2011-07-25 | _dbus_connection_close_if_only_one_ref: use _dbus_atomic_get | Simon McVittie | 1 | -13/+5 |
2011-07-25 | Add _dbus_atomic_get implemented in terms of inc, dec | Simon McVittie | 2 | -0/+25 |
2011-07-25 | DBusObjectTree: always access refcount atomically | Simon McVittie | 1 | -5/+14 |
2011-07-25 | dbus_message_unref: make an assertion more strict | Simon McVittie | 1 | -1/+1 |
2011-07-25 | DBusMessageFilter: exclusively use atomic accesses to refcount | Simon McVittie | 1 | -5/+14 |
2011-07-18 | Merge branch 'dbus-1.4' and update NEWS for master | Simon McVittie | 9 | -48/+129 |
2011-07-18 | NEWS | Simon McVittie | 1 | -1/+29 |
2011-07-18 | Uninstall the installed docs | Simon McVittie | 1 | -0/+4 |
2011-07-18 | Install man2html output to $(htmldir) | Simon McVittie | 1 | -1/+1 |
2011-07-18 | Install diagram.*, system-activation.txt to the $(docdir) | Simon McVittie | 1 | -3/+6 |
2011-07-18 | Install xmlto output to $(htmldir) automatically | Simon McVittie | 1 | -9/+7 |
2011-07-18 | Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in clean | Simon McVittie | 1 | -1/+4 |
2011-07-18 | configure.ac: fix check for xsltproc | Simon McVittie | 1 | -2/+1 |
2011-07-18 | Use EXEEXT when running tests from another directory, and skip bus-test-launc... | Simon McVittie | 1 | -4/+7 |
2011-07-18 | Build docs after running tests, and remove redundant DIST_SUBDIRS | Simon McVittie | 1 | -2/+1 |
2011-07-18 | Run bus tests from test/ | Simon McVittie | 2 | -10/+17 |
2011-07-18 | Run dbus-test from test/, not dbus/ | Simon McVittie | 2 | -12/+14 |
2011-07-18 | dbus tests: don't warn on skipped tests | Simon McVittie | 2 | -3/+3 |
2011-07-18 | test/Makefile.am: list tests one per line | Simon McVittie | 1 | -4/+18 |
2011-07-18 | Opt-in to modern OS features on Solaris, to get file descriptor passing | Simon McVittie | 1 | -0/+3 |
2011-07-18 | _dbus_open_unix_socket: make static | Simon McVittie | 2 | -3/+1 |
2011-07-18 | _dbus_open_tcp_socket: remove | Simon McVittie | 2 | -9/+0 |
2011-07-18 | Merge branch 'dbus-1.4' | Simon McVittie | 1 | -8/+0 |
2011-07-18 | _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ... | Simon McVittie | 1 | -8/+0 |
2011-07-14 | Merge branch 'dbus-1.4' | Simon McVittie | 2 | -76/+74 |
2011-07-14 | DBusServer: exclusively use atomic operations on the refcount | Simon McVittie | 1 | -43/+64 |
2011-07-14 | DBusPendingCall: exclusively use atomic operations on the refcount | Simon McVittie | 1 | -33/+10 |
2011-07-14 | Add testsuite for eavesdrop=true DBusMatchRule | Cosimo Alfarano | 2 | -0/+566 |
2011-07-12 | Fix dbus-monitor using eavesdrop=true when no filters are passed | Cosimo Alfarano | 1 | -4/+4 |
2011-07-11 | DBusHeader: only store byte-order in the fixed-length header | Simon McVittie | 3 | -24/+27 |
2011-07-11 | DBusMessage: don't redundantly store byte order, ask the DBusHeader | Simon McVittie | 5 | -31/+49 |
2011-07-11 | Add "eavesdrop=true" as constant match rule for dbus-monitor | Cosimo Alfarano | 1 | -5/+24 |
2011-07-11 | Do not allow eavedropping unless rule owner explicitely declare it | Cosimo Alfarano | 2 | -8/+110 |
2011-07-11 | Merge remote-tracking branch 'origin/dbus-1.4' | Simon McVittie | 1 | -0/+2 |
2011-07-11 | DBusConnection: simplify registering object paths code | Jiří Klimeš | 1 | -60/+43 |
2011-07-08 | Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1 | Simon McVittie | 1 | -0/+3 |
2011-07-08 | In Windows _dbus_printf_string_upper_bound, don't crash on malloc failure | Simon McVittie | 1 | -0/+4 |