summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Comment some places where it's OK to unref a message despite holding locksSimon McVittie2011-07-282-0/+4
* | Add _dbus_counter_notify and call it after every adjustmentSimon McVittie2011-07-283-6/+34
* | _dbus_connection_message_sent: rename to _unlockedSimon McVittie2011-07-283-6/+6
* | dbus_bus_register: don't unref the messages with the lock heldSimon McVittie2011-07-281-12/+11
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-281-0/+21
|\ \ | |/
| * Add a note about bootstrapping new platforms to READMESimon McVittie2011-07-281-0/+21
* | Upgrade the type system into its own top-level section of the specSimon McVittie2011-07-281-19/+30
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-2811-227/+227
|\ \ | |/
| * man pages: replace all unescaped hyphen/minus characters with \-Simon McVittie2011-07-286-217/+217
| * Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie2011-07-285-10/+10
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-271-2/+2
|\ \ | |/
| * list_allows_user: fix debug output for groupsSascha Silbe2011-07-271-2/+2
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-263-23/+35
|\ \ | |/
| * NEWSSimon McVittie2011-07-261-4/+3
| * DBusMessage: always access refcount atomically, even for assertions/initial refSimon McVittie2011-07-261-12/+14
| * dbus-memory: use atomic accesses to block count, even for assertionsSimon McVittie2011-07-261-7/+17
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-266-33/+76
|\ \ | |/
| * NEWSSimon McVittie2011-07-261-3/+4
| * DBusConnection: use atomic accesses to refcount in assertions/initial refSimon McVittie2011-07-251-5/+6
| * dbus_message_ref: avoid unused variable if not assertingSimon McVittie2011-07-251-1/+7
| * _dbus_connection_close_if_only_one_ref: use _dbus_atomic_getSimon McVittie2011-07-251-13/+5
| * Add _dbus_atomic_get implemented in terms of inc, decSimon McVittie2011-07-252-0/+25
| * DBusObjectTree: always access refcount atomicallySimon McVittie2011-07-251-5/+14
| * dbus_message_unref: make an assertion more strictSimon McVittie2011-07-251-1/+1
| * DBusMessageFilter: exclusively use atomic accesses to refcountSimon McVittie2011-07-251-5/+14
* | Merge branch 'dbus-1.4' and update NEWS for masterSimon McVittie2011-07-189-48/+129
|\ \ | |/
| * NEWSSimon McVittie2011-07-181-1/+29
| * Uninstall the installed docsSimon McVittie2011-07-181-0/+4
| * Install man2html output to $(htmldir)Simon McVittie2011-07-181-1/+1
| * Install diagram.*, system-activation.txt to the $(docdir)Simon McVittie2011-07-181-3/+6
| * Install xmlto output to $(htmldir) automaticallySimon McVittie2011-07-181-9/+7
| * Install dbus.devhelp to $(htmldir), not $(apidir), and remove it in cleanSimon McVittie2011-07-181-1/+4
| * configure.ac: fix check for xsltprocSimon McVittie2011-07-181-2/+1
| * Use EXEEXT when running tests from another directory, and skip bus-test-launc...Simon McVittie2011-07-181-4/+7
| * Build docs after running tests, and remove redundant DIST_SUBDIRSSimon McVittie2011-07-181-2/+1
| * Run bus tests from test/Simon McVittie2011-07-182-10/+17
| * Run dbus-test from test/, not dbus/Simon McVittie2011-07-182-12/+14
| * dbus tests: don't warn on skipped testsSimon McVittie2011-07-182-3/+3
| * test/Makefile.am: list tests one per lineSimon McVittie2011-07-181-4/+18
| * Opt-in to modern OS features on Solaris, to get file descriptor passingSimon McVittie2011-07-181-0/+3
* | _dbus_open_unix_socket: make staticSimon McVittie2011-07-182-3/+1
* | _dbus_open_tcp_socket: removeSimon McVittie2011-07-182-9/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-181-8/+0
|\ \ | |/
| * _dbus_connect_tcp_socket_with_nonce: don't create an extra fd (which is then ...Simon McVittie2011-07-181-8/+0
* | Merge branch 'dbus-1.4'Simon McVittie2011-07-142-76/+74
|\ \ | |/
| * DBusServer: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-43/+64
| * DBusPendingCall: exclusively use atomic operations on the refcountSimon McVittie2011-07-141-33/+10
* | Add testsuite for eavesdrop=true DBusMatchRuleCosimo Alfarano2011-07-142-0/+566
* | Fix dbus-monitor using eavesdrop=true when no filters are passedCosimo Alfarano2011-07-121-4/+4
* | DBusHeader: only store byte-order in the fixed-length headerSimon McVittie2011-07-113-24/+27