summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Ensure DBusError is set if _dbus_read_nonce() failChengwei Yang1-1/+9
2014-01-06kqueue: open watched directories with close-on-exec flagChengwei Yang1-1/+1
2014-01-06BusTransaction: remove confusing getter of connectionsChengwei Yang4-9/+2
2014-01-06_dbus_auth_return_buffer(): remove unused argumentChengwei Yang4-9/+5
2014-01-06_dbus_listen_unix_socket: don't try to set SO_REUSEADDRSimon McVittie1-8/+0
2014-01-06_dbus_read_credentials_socket: look at all cmsg headers, not just the firstSimon McVittie1-13/+15
2014-01-06If sendmsg() with SCM_CREDS fails with EINVAL, retry with send()Simon McVittie1-5/+11
2014-01-06Fix memory leak for kqueue: shutdown kqueue correctlyChengwei Yang1-13/+74
2014-01-06kqueue: replace tab with spaceChengwei Yang1-51/+51
2014-01-06Make sure tests run with a temporary XDG_RUNTIME_DIRSimon McVittie4-1/+15
2014-01-06Reload policy rules for completed connectionsChengwei Yang3-0/+50
2013-12-02_dbus_check_dir_is_private_to_user: check that we own itSimon McVittie1-0/+10
2013-12-02specification: discuss "listenable" and "connectable" addressesSimon McVittie1-5/+86
2013-11-27NEWSSimon McVittie1-0/+13
2013-11-27cmake: update README.cmake a bitChengwei Yang1-0/+12
2013-11-27cmake: fix code styleChengwei Yang1-3/+3
2013-11-27_dbus_append_address_from_socket(): escape value got from socket fdChengwei Yang1-5/+12
2013-11-27spec: explicitly mention filtering messages with no INTERFACESimon McVittie1-0/+9
2013-11-27Do not require messages without INTERFACE to be dispatchedSimon McVittie1-6/+10
2013-11-27Support printing unix file descriptors in dbus-send/dbus-monitorRobert Ancell1-1/+9
2013-11-27Remove duplicate checking for pkg-configChengwei Yang1-2/+0
2013-11-27Fix api doc for _dbus_spawn_async_with_babysitterChengwei Yang1-1/+1
2013-11-27Fix dbus_shutdown API document: returns --> freesChengwei Yang1-1/+1
2013-11-27Fix for MinGW buildMatt Fischer1-0/+5
2013-11-12Merge branch 'dbus-1.6'Simon McVittie3-2/+5
2013-11-12NEWS for the SELinux changeSimon McVittie1-0/+4
2013-11-12NEWSSimon McVittie1-0/+3
2013-11-12fixed memory freeing if error during listing servicesRadoslaw Pajak2-2/+2
2013-11-07selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2-4/+28
2013-11-04Merge branch 'dbus-1.6'Simon McVittie2-2/+9
2013-11-04NEWSSimon McVittie1-0/+4
2013-11-04make_and_run_test_nodes: avoid undefined behaviourDreamNik1-2/+5
2013-11-01start on 1.7.10Simon McVittie2-1/+4
2013-11-01start dbus-specification 0.23Simon McVittie1-2/+10
2013-11-011.7.8Simon McVittie2-3/+27
2013-11-01bus/selinux: Fix previous commit for CAP_AUDIT_WRITE retentionColin Walters1-1/+7
2013-11-01Revert "start dbus-specification 0.23"Simon McVittie1-10/+2
2013-11-01Merge branch 'dbus-1.6'Simon McVittie1-1/+4
2013-11-01Start on 1.6.20Simon McVittie2-1/+4
2013-11-011.6.18Simon McVittie2-3/+10
2013-11-01Close unused inherited file descriptorChengwei Yang1-0/+2
2013-11-01Add comments describing how "compile with journald, run without" worksSimon McVittie1-2/+5
2013-11-01Handle activated child stdout/stderr correctly in systemd environmentChengwei Yang2-2/+36
2013-11-01DBusBabysitter: change executable to log_nameChengwei Yang5-31/+57
2013-11-01Update configurable elements for dbus-daemon manualChengwei Yang1-0/+31
2013-11-01Remove unnecessary dbus_setenv()Chengwei Yang1-6/+0
2013-11-01transaction_free: factor outSimon McVittie1-10/+12
2013-11-01dbus-spawn: draw a diagramSimon McVittie1-0/+42
2013-11-01Use SIGHUP without check in UNIX environmentChengwei Yang1-4/+0
2013-11-01Test: add test cases for message parsingChengwei Yang1-0/+205