summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2011-03-01Include configured maximum incoming bytes in per-connection statssimpler-memorySimon McVittie1-0/+6
2011-03-01dbus-daemon: don't cache linked list linksSimon McVittie1-0/+1
2011-03-01DBusMessage: optionally track usage stats for the message cacheSimon McVittie1-0/+6
2011-03-01Include size of link cache in per-connection statisticsSimon McVittie1-2/+5
2011-03-01Also record peak values for queued bytes/fds in connection statsSimon McVittie1-4/+10
2011-03-01Add an initial round of stats to the Stats interfaceSimon McVittie1-0/+59
2011-03-01BusConnections: add usage stats for well-known names, match rulesSimon McVittie2-0/+133
2011-03-01Add a stub .Debug.Stats interface if --enable-statsSimon McVittie4-0/+339
2011-03-01match_rule_to_string: don't reinvent dbus_message_type_to_stringSimon McVittie1-30/+3
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