summaryrefslogtreecommitdiff
path: root/bus/activation.c
Commit message (Expand)AuthorAgeFilesLines
* Capture all messages received or sent, and send them to monitorsSimon McVittie2015-02-041-0/+11
* bus_context_log_and_set_error: add and useSimon McVittie2015-02-031-5/+2
* Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie2014-11-181-1/+1
* Merge branch 'dbus-1.8'Simon McVittie2014-11-061-1/+27
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-1/+27
* | free_pending_restore_data --> free_restore_pending_dataChengwei Yang2014-09-091-3/+3
* | Improve debug message to be able to see empty files.Ralf Habacker2014-09-081-1/+1
|/
* CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy2014-06-051-7/+20
* Merge branch 'dbus-1.6'Simon McVittie2013-11-121-1/+1
|\
| * fixed memory freeing if error during listing servicesRadoslaw Pajak2013-11-121-1/+1
| * When "activating" systemd, handle its special case betterChengwei Yang2013-06-051-5/+14
* | DBusBabysitter: change executable to log_nameChengwei Yang2013-11-011-1/+3
* | launch-helper: fix error code parsingChengwei Yang2013-10-091-0/+5
* | _dbus_get_tmpdir: be thread-safeSimon McVittie2013-08-291-1/+7
* | tests to embedded tests: replaced in dbus-daemonChengwei Yang2013-06-281-2/+2
* | When "activating" systemd, handle its special case betterChengwei Yang2013-06-051-5/+14
|/
* Merge branch 'socket-set-33337'Simon McVittie2012-02-071-1/+11
|\
| * Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie2011-06-131-1/+11
* | Merge branch 'more-unused-39231'Simon McVittie2011-09-211-2/+6
|\ \
| * | Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie2011-09-191-2/+6
* | | Merge branch 'dbus-1.4'Simon McVittie2011-09-211-4/+7
|\ \ \ | |/ / |/| |
| * | update_desktop_file_entry: initialize return value properly, and actually ret...Simon McVittie2011-09-211-1/+2
| * | update_desktop_file_entry: if the service name already existed, set errorSimon McVittie2011-09-211-1/+4
| * | update_desktop_file_entry: don't leak file_path on one particular OOMSimon McVittie2011-09-211-2/+1
* | | Remove various never-used variablesSimon McVittie2011-08-051-3/+0
| |/ |/|
* | bus-activation: separate the "finished" callback from the watch callbackSimon McVittie2011-06-131-23/+11
* | DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-4/+4
* | DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie2011-06-131-16/+2
|/
* activation: Use _dbus_system_log for activation informationColin Walters2011-04-261-8/+60
* activation: Strip out code to compare by Exec=Colin Walters2011-04-081-18/+4
* update_desktop_file_entry: stylistic fixes based on Colin's reviewSimon McVittie2011-02-161-20/+23
* update_desktop_file_entry: unify cleanup code for success and failure casesSimon McVittie2011-02-161-18/+17
* update_desktop_file_entry: don't double-free strings if added to entry before...Simon McVittie2011-02-161-0/+11
* update_desktop_file_entry: free @exec on errorSimon McVittie2011-02-161-0/+1
* update_desktop_file_entry: make scope of exec_tmp as short as possibleSimon McVittie2011-02-161-3/+4
* update_desktop_file_entry: use _dbus_strdup for something we'll dbus_freeSimon McVittie2011-02-161-1/+1
* activation: optionally, use systemd for system bus activationLennart Poettering2010-07-091-187/+362
* Patch relocating "exec" variable and position of service filesFridrich Štrba2010-04-211-3/+7
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+2
* Dispatch post-activation messages to anyone interestedWill Thompson2010-03-191-14/+6
* Don't drop pending activations when reloading configurationColin Walters2010-01-281-40/+64
* Ignore exit code zero from activated servicesColin Walters2010-01-281-28/+55
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-141-1/+1
* Avoid possible use of uninitialized variablePeter Breitenlohner2009-01-061-1/+1
* Fix leaks in bus_activation_get_environment error pathsRay Strode2008-07-151-2/+5
* Store what environment to activate with on activation objectRay Strode2008-07-121-18/+212
* 2007-07-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-261-0/+4
* 2007-07-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-241-3/+8
* 2007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes2007-07-241-2/+56
* 2007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes2007-07-241-0/+54