summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2011-07-29bus: use AM_CPPFLAGS to simplify preprocessor invocationSimon McVittie1-8/+9
2011-07-29Move knowledge of what the bus daemon/launcher need to link into bus/Simon McVittie1-1/+15
2011-07-29Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie1-8/+3
2011-07-29Fix compilation for removal of link cacheSimon McVittie1-5/+2
2011-07-28Merge branch 'dbus-1.4'Lennart Poettering1-0/+4
2011-07-28activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering1-0/+4
2011-07-28Merge branch 'dbus-1.4'Simon McVittie1-2/+2
2011-07-28Fix spelling/grammatical mistakes detected by Debian's lintian(1)Simon McVittie1-2/+2
2011-07-27Merge branch 'dbus-1.4'Simon McVittie1-2/+2
2011-07-27list_allows_user: fix debug output for groupsSascha Silbe1-2/+2
2011-07-18Merge branch 'dbus-1.4' and update NEWS for masterSimon McVittie1-10/+12
2011-07-18Run bus tests from test/Simon McVittie1-10/+12
2011-07-11Do not allow eavedropping unless rule owner explicitely declare itCosimo Alfarano2-8/+110
2011-06-24Include size of link cache in per-connection statisticsSimon McVittie1-2/+5
2011-06-24Also record peak values for queued bytes/fds in connection statsSimon McVittie1-4/+10
2011-06-24Add an initial round of stats to the Stats interfaceSimon McVittie1-0/+59
2011-06-24BusConnections: add usage stats for well-known names, match rulesSimon McVittie2-0/+133
2011-06-24Add a stub .Debug.Stats interface if --enable-statsSimon McVittie4-0/+339
2011-06-24match_rule_to_string: don't reinvent dbus_message_type_to_stringSimon McVittie1-30/+3
2011-06-13bus-activation: separate the "finished" callback from the watch callbackSimon McVittie1-23/+11
2011-06-13DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie7-91/+16
2011-06-13DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie5-72/+12
2011-06-13DBusConnection: ref the connection in the timeout handlerSimon McVittie1-4/+0
2011-06-13bus signal_handler: don't use _dbus_warn, and don't pretend to be portableSimon McVittie1-2/+21
2011-06-13bus: signal_handler: ignore failure to write, and explain whySimon McVittie1-9/+7
2011-06-13Always remove, invalidate and free watches before closing watched socketsSimon McVittie3-8/+26
2011-06-08Merge branch 'dbus-1.4'Simon McVittie1-4/+6
2011-06-08bus: use ln -fs to enable dbus in systemd, not $(LN_S)Simon McVittie1-4/+6
2011-06-07Merge branch 'dbus-1.4'Simon McVittie1-4/+6
2011-06-07Remove support for -Wl,--gc-sections altogetherSimon McVittie1-4/+4
2011-06-07don't try to build dbus-daemon-launch-helper for WindowsMark Brand1-0/+2
2011-05-25Merge branch 'dbus-1.4'Simon McVittie2-119/+112
2011-05-25bus_context_log: divert messages to stderr if we're not using syslogSimon McVittie1-2/+13
2011-05-25process_config_first_time_only: initialize syslog as intended.Simon McVittie2-2/+3
2011-05-25bus_context_check_security_policy: syslog if we hit the outgoing quotaSimon McVittie1-10/+13
2011-05-25bus_context_check_security_policy: for SELinux denials, share code to set errorsSimon McVittie1-15/+6
2011-05-25bus_context_check_security_policy: factor out complain_about_messageSimon McVittie1-98/+85
2011-04-27Merge branch 'dbus-1.4'Simon McVittie1-1/+8
2011-04-27Don't report file descriptors as "leaked" if they were already openSimon McVittie1-1/+8
2011-04-26Merge branch 'dbus-1.4'Simon McVittie1-8/+60
2011-04-26activation: Use _dbus_system_log for activation informationColin Walters1-8/+60
2011-04-26Merge branch 'dbus-1.4'Simon McVittie1-44/+31
2011-04-26Don't force use of -fPIE for the dbus-daemon if apparently supportedSimon McVittie1-3/+4
2011-04-26Install dbus-daemon and dbus-daemon-launch-helper in the conventional waySimon McVittie1-41/+27
2011-04-08Merge branch 'dbus-1.4'Simon McVittie1-18/+4
2011-04-08activation: Strip out code to compare by Exec=Colin Walters1-18/+4
2011-04-07Merge branch 'arg0namespace-24317'Simon McVittie2-38/+466
2011-04-07Merge branch 'dbus-1.4'Simon McVittie1-91/+90
2011-04-07Check parsing (or otherwise) of path_namespace in match rulesSimon McVittie1-0/+18
2011-04-07Remove support for trailing "." on arg0namespaceSimon McVittie1-52/+11