summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
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-08activation: Strip out code to compare by Exec=Colin Walters1-18/+4
2011-04-07Break up the monster conditional in config-parser so gcov can copeSimon McVittie1-91/+90
2011-03-14Revert merge of master (dbus-1.5) into dbus-1.4Simon McVittie1-81/+98
2011-03-07Merge branch 'dbus-1.4'Simon McVittie4-9/+10
2011-03-07Fix some more stray occurrences of ELEMENT_TYPESimon McVittie1-2/+2
2011-03-07Do not use the name ELEMENT_TYPEAndre Heinecke3-7/+8
2011-02-24Merge branch 'dbus-1.4'Simon McVittie1-1/+1
2011-02-24config-parser regression test: don't require that fd.o #34496 existsSimon McVittie1-1/+1
2011-02-18bus driver: allow implementing more than one interfaceSimon McVittie1-98/+81
2011-02-16update_desktop_file_entry: stylistic fixes based on Colin's reviewSimon McVittie1-20/+23
2011-02-16update_desktop_file_entry: unify cleanup code for success and failure casesSimon McVittie1-18/+17
2011-02-16update_desktop_file_entry: don't double-free strings if added to entry before...Simon McVittie1-0/+11
2011-02-16update_desktop_file_entry: free @exec on errorSimon McVittie1-0/+1
2011-02-16update_desktop_file_entry: make scope of exec_tmp as short as possibleSimon McVittie1-3/+4
2011-02-16update_desktop_file_entry: use _dbus_strdup for something we'll dbus_freeSimon McVittie1-1/+1
2011-02-03bus: Raise file descriptor limit to match configurationColin Walters1-0/+20
2011-02-01bus-test: add support for only running one testSimon McVittie1-47/+77
2011-01-31If a file included via <includedir/> is invalid, syslog and skip itSimon McVittie1-2/+13
2011-01-31Implement message type in match_rule_to_stringAlban Crequy1-3/+30
2011-01-18systemd: ensure that the system bus is unlikely to be killed on OOMLennart Poettering1-0/+1
2011-01-17clean up credentials on OOM in process_config_first_time_onlyChristian Dywan1-3/+12
2011-01-17remove obviously-redundant code from list_concat_newSimon McVittie1-1/+0
2011-01-17handle failure to register inotify shutdown functionChristian Dywan1-1/+7
2011-01-17bus_matchmaker_new: free matchmaker itself, on OOMChristian Dywan1-0/+1
2010-12-29Use absolute session service dir path in bus-test on windows.Ralf Habacker1-2/+13
2010-12-15Ignore generated bus/org.freedesktop.dbus-session.plistWill Thompson1-0/+1
2010-12-0910.4 is old so set more sensible launchd defaults.Mike McQuaid1-1/+3
2010-12-06Enable launchd.Benjamin Reed2-1/+38
2010-10-26Merge branch 'documentation-build-system'Will Thompson3-757/+2
2010-10-05Take care to free windows_sid in cache_peer_loginfo_stringChristian Dywan1-2/+5
2010-10-05Move manpages to doc/Will Thompson3-757/+1
2010-10-05Update a load of .gitignoresWill Thompson1-0/+1
2010-09-27Extended autolaunch protocol with scope attribute.Ralf Habacker1-9/+0
2010-09-06systemd: enable the dbus service unconditionallyKay Sievers3-7/+5
2010-09-03Merge branch 'dbus-1.2'Colin Walters1-1/+1
2010-08-10Fixed wince build problem reported by aheinecke at intevation dot de.Ralf Habacker1-0/+2
2010-08-10Delete stale pid file on cygwin.Yaakov Selkowitz1-0/+20
2010-08-10Applied patches from cygwin port.Yaakov Selkowitz2-4/+192
2010-07-13systemd: remove dbus pid file before starting dbusLennart Poettering1-0/+1
2010-07-10man: add documentation for four new switches to dbus-daemonLennart Poettering1-110/+100
2010-07-10systemd: add a nice description string to the .socket fileLennart Poettering1-0/+3
2010-07-09systemd: install systemd socket and service file by defaultLennart Poettering4-4/+39
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering9-622/+825
2010-07-09Fix use of $servicename in statusColin Walters1-1/+1
2010-07-09bus: add --address switchLennart Poettering4-145/+210
2010-06-22Merge branch 'dbus-1.2'Will Thompson2-0/+22
2010-06-22Implement doctype check in the trivial parserChristian Dywan2-0/+22
2010-05-21Merge branch 'dbus-1.2'Will Thompson3-10/+2