summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak for kqueue: shutdown kqueue correctlyChengwei Yang2014-01-061-13/+74
* kqueue: replace tab with spaceChengwei Yang2014-01-061-51/+51
* Reload policy rules for completed connectionsChengwei Yang2014-01-063-0/+50
* Merge branch 'dbus-1.6'Simon McVittie2013-11-122-2/+2
|\
| * fixed memory freeing if error during listing servicesRadoslaw Pajak2013-11-122-2/+2
* | selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2013-11-072-4/+28
* | bus/selinux: Fix previous commit for CAP_AUDIT_WRITE retentionColin Walters2013-11-011-1/+7
* | DBusBabysitter: change executable to log_nameChengwei Yang2013-11-011-1/+3
* | transaction_free: factor outSimon McVittie2013-11-011-10/+12
* | Use SIGHUP without check in UNIX environmentChengwei Yang2013-11-011-4/+0
* | Merge branch 'dbus-1.6'Simon McVittie2013-10-231-1/+29
|\ \ | |/
| * path_namespace='/' should match everythingSimon McVittie2013-10-231-1/+29
| * Fix dbus-daemon crash due to invalid service fileChengwei Yang2013-06-121-0/+6
| * Fix build error: unused-resultChengwei Yang2013-06-051-2/+8
| * When "activating" systemd, handle its special case betterChengwei Yang2013-06-051-5/+14
* | Remove unused key-word of DBus .service fileChengwei Yang2013-10-091-1/+0
* | launch-helper: fix error code parsingChengwei Yang2013-10-093-2/+10
* | bus-test: only expect GetConnectionUnixProcessID to succeed sometimesSimon McVittie2013-09-231-0/+6
* | selinux: when dropping capabilities only include AUDIT caps if we have themLennart Poettering2013-09-131-2/+3
* | Allow dbus-daemon --nofork on WindowsSimon McVittie2013-09-031-2/+2
* | Fix unused function when SELinux is not enabledSimon McVittie2013-08-301-3/+4
* | _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+7
* | Cleanup: simplify assertion checkChengwei Yang2013-08-231-14/+3
* | fix whitespaceSimon McVittie2013-08-231-1/+1
* | Cleanup: polish inotify backendChengwei Yang2013-08-231-9/+7
* | Cleanup: polish verbose mode checkingChengwei Yang2013-08-232-16/+5
* | Export dbus_setenv() as a utility functionSimon McVittie2013-08-234-9/+13
* | Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie2013-08-231-11/+0
* | Factor out DBusAuthorization from DBusTransportCosimo Alfarano2013-08-231-0/+11
* | GetConnectionCredentials: addSimon McVittie2013-08-221-0/+77
* | Fix build with "--enable-stats"Chengwei Yang2013-08-221-1/+1
* | tests to embedded tests: replaced in automake filesChengwei Yang2013-06-281-2/+2
* | tests to embedded tests: replaced in dbus-daemonChengwei Yang2013-06-2813-30/+30
* | dir-watch: remove dnotify backendChengwei Yang2013-06-283-104/+0
* | kqueue: remove unused variableChengwei Yang2013-06-261-1/+1
* | Convert a{sv} helpers from Stats into generic utility codeSimon McVittie2013-06-251-187/+52
* | Fix build failure if build with "--enable-stats"Chengwei Yang2013-06-241-2/+3
* | Let dbus-daemon not print unavailable options on windows.Ralf Habacker2013-06-201-5/+23
* | Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-2/+2
* | XML: hard depends on expat and delete libxmlChengwei Yang2013-06-062-329/+0
* | Fix dbus-daemon crash due to invalid service fileChengwei Yang2013-06-061-0/+6
* | Fix build error: unused-resultChengwei Yang2013-06-051-2/+8
* | When "activating" systemd, handle its special case betterChengwei Yang2013-06-051-5/+14
* | dbus.service.in: Do not order after syslog.targetCristian Rodríguez2013-04-221-1/+0
* | Rename default_message_unix_fds to DEFAULT_MESSAGE_UNIX_FDSSimon McVittie2013-04-181-1/+1
* | Set default maximum number of Unix fds according to OSMatt Fischer2013-04-112-4/+4
* | Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-1/+1
* | bus driver: factor out common code to get a named connectionSimon McVittie2013-02-271-96/+63