summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.7.10dbus-1.7.10Simon McVittie2014-01-063-8/+49
* Do not install systemd unit files if build without systemdChengwei Yang2014-01-061-1/+1
* Merge remote-tracking branch 'origin/master'Simon McVittie2014-01-061-1/+1
|\
| * Define WIN32_LEAN_AND_MEAN in Windows portMatt Fischer2014-01-061-1/+1
* | dbus-daemon(1): align document about "bind" with DBus SpecChengwei Yang2014-01-061-6/+7
* | DBus Spec: add document of bind for tcp/nonce-tcp transportChengwei Yang2014-01-061-2/+19
* | DBus Spec: replace tab with 8 spacesChengwei Yang2014-01-061-213/+213
* | Ensure DBusError is set if _dbus_read_nonce() failChengwei Yang2014-01-061-1/+9
* | kqueue: open watched directories with close-on-exec flagChengwei Yang2014-01-061-1/+1
* | BusTransaction: remove confusing getter of connectionsChengwei Yang2014-01-064-9/+2
* | _dbus_auth_return_buffer(): remove unused argumentChengwei Yang2014-01-064-9/+5
* | _dbus_listen_unix_socket: don't try to set SO_REUSEADDRSimon McVittie2014-01-061-8/+0
* | _dbus_read_credentials_socket: look at all cmsg headers, not just the firstSimon McVittie2014-01-061-13/+15
* | If sendmsg() with SCM_CREDS fails with EINVAL, retry with send()Simon McVittie2014-01-061-5/+11
* | Fix memory leak for kqueue: shutdown kqueue correctlyChengwei Yang2014-01-061-13/+74
* | kqueue: replace tab with spaceChengwei Yang2014-01-061-51/+51
* | Make sure tests run with a temporary XDG_RUNTIME_DIRSimon McVittie2014-01-064-1/+15
* | Reload policy rules for completed connectionsChengwei Yang2014-01-063-0/+50
* | _dbus_check_dir_is_private_to_user: check that we own itSimon McVittie2013-12-021-0/+10
* | specification: discuss "listenable" and "connectable" addressesSimon McVittie2013-12-021-5/+86
|/
* NEWSSimon McVittie2013-11-271-0/+13
* cmake: update README.cmake a bitChengwei Yang2013-11-271-0/+12
* cmake: fix code styleChengwei Yang2013-11-271-3/+3
* _dbus_append_address_from_socket(): escape value got from socket fdChengwei Yang2013-11-271-5/+12
* spec: explicitly mention filtering messages with no INTERFACESimon McVittie2013-11-271-0/+9
* Do not require messages without INTERFACE to be dispatchedSimon McVittie2013-11-271-6/+10
* Support printing unix file descriptors in dbus-send/dbus-monitorRobert Ancell2013-11-271-1/+9
* Remove duplicate checking for pkg-configChengwei Yang2013-11-271-2/+0
* Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang2013-11-271-1/+1
* Fix dbus_shutdown API document: returns --> freesChengwei Yang2013-11-271-1/+1
* Fix for MinGW buildMatt Fischer2013-11-271-0/+5
* Merge branch 'dbus-1.6'Simon McVittie2013-11-123-2/+5
|\
| * NEWSSimon McVittie2013-11-121-0/+3
| * fixed memory freeing if error during listing servicesRadoslaw Pajak2013-11-122-2/+2
* | NEWS for the SELinux changeSimon McVittie2013-11-121-0/+4
* | selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2013-11-072-4/+28
* | Merge branch 'dbus-1.6'Simon McVittie2013-11-042-2/+9
|\ \ | |/
| * NEWSSimon McVittie2013-11-041-0/+4
| * make_and_run_test_nodes: avoid undefined behaviourDreamNik2013-11-041-2/+5
* | start on 1.7.10Simon McVittie2013-11-012-1/+4
* | start dbus-specification 0.23Simon McVittie2013-11-011-2/+10
* | 1.7.8dbus-1.7.8Simon McVittie2013-11-012-3/+27
* | bus/selinux: Fix previous commit for CAP_AUDIT_WRITE retentionColin Walters2013-11-011-1/+7
* | Revert "start dbus-specification 0.23"Simon McVittie2013-11-011-10/+2
* | Merge branch 'dbus-1.6'Simon McVittie2013-11-011-1/+4
|\ \ | |/
| * Start on 1.6.20Simon McVittie2013-11-012-1/+4
| * 1.6.18dbus-1.6.18Simon McVittie2013-11-012-3/+10
* | Close unused inherited file descriptorChengwei Yang2013-11-011-0/+2
* | Add comments describing how "compile with journald, run without" worksSimon McVittie2013-11-011-2/+5
* | Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang2013-11-012-2/+36