summaryrefslogtreecommitdiff
path: root/bus/activation.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-12Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker1-92/+2
2015-12-02Do not require systemd to have a service file if using it for activationSimon McVittie1-12/+31
2015-11-17monitor: use the addressed_recipient to select matchesSimon McVittie1-3/+7
2015-11-16Merge branch 'dbus-1.10'Ralf Habacker1-8/+9
2015-11-11Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker1-8/+9
2015-11-11Revert "Fix memory leaks in bus_activation_service_reload_test() in case of e...Ralf Habacker1-9/+8
2015-11-11Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker1-8/+9
2015-10-05Use DBusString for all relocation and install-root codeSimon McVittie1-3/+14
2015-10-02Cancel pending activation on any activation errorSimon McVittie1-25/+23
2015-05-14Fail to generate random bytes instead of falling back to rand()Simon McVittie1-1/+1
2015-05-01test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker1-0/+1
2015-02-04Capture all messages received or sent, and send them to monitorsSimon McVittie1-0/+11
2015-02-03bus_context_log_and_set_error: add and useSimon McVittie1-5/+2
2014-11-18Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie1-1/+1
2014-11-06Merge branch 'dbus-1.8'Simon McVittie1-1/+27
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie1-1/+27
2014-09-09free_pending_restore_data --> free_restore_pending_dataChengwei Yang1-3/+3
2014-09-08Improve debug message to be able to see empty files.Ralf Habacker1-1/+1
2014-06-05CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy1-7/+20
2013-11-12Merge branch 'dbus-1.6'Simon McVittie1-1/+1
2013-11-12fixed memory freeing if error during listing servicesRadoslaw Pajak1-1/+1
2013-11-01DBusBabysitter: change executable to log_nameChengwei Yang1-1/+3
2013-10-09launch-helper: fix error code parsingChengwei Yang1-0/+5
2013-08-29_dbus_get_tmpdir: be thread-safeSimon McVittie1-1/+7
2013-06-28tests to embedded tests: replaced in dbus-daemonChengwei Yang1-2/+2
2013-06-05When "activating" systemd, handle its special case betterChengwei Yang1-5/+14
2013-06-05When "activating" systemd, handle its special case betterChengwei Yang1-5/+14
2012-02-07Merge branch 'socket-set-33337'Simon McVittie1-1/+11
2011-09-21Merge branch 'more-unused-39231'Simon McVittie1-2/+6
2011-09-21Merge branch 'dbus-1.4'Simon McVittie1-4/+7
2011-09-21update_desktop_file_entry: initialize return value properly, and actually ret...Simon McVittie1-1/+2
2011-09-21update_desktop_file_entry: if the service name already existed, set errorSimon McVittie1-1/+4
2011-09-21update_desktop_file_entry: don't leak file_path on one particular OOMSimon McVittie1-2/+1
2011-09-19Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie1-2/+6
2011-08-05Remove various never-used variablesSimon McVittie1-3/+0
2011-06-13Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie1-1/+11
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 McVittie1-4/+4
2011-06-13DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie1-16/+2
2011-04-26activation: Use _dbus_system_log for activation informationColin Walters1-8/+60
2011-04-08activation: Strip out code to compare by Exec=Colin Walters1-18/+4
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
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering1-187/+362
2010-04-21Patch relocating "exec" variable and position of service filesFridrich Štrba1-3/+7
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+2