summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename BootManagerApplication to NodeStartupControllerApplicationJannis Pohlmann2012-07-316-168/+170
* Rename boot manager D-Bus interface and BootManagerService classJannis Pohlmann2012-07-3112-253/+258
* First step of renaming the Boot Manager to Node Startup ControllerJannis Pohlmann2012-07-3131-64/+62
* Query the "active-state" property of units in the "job-removed" handlerFrancisco Redondo Marchena2012-07-311-81/+63
* Avoid a segmentation fault by fixing a GVariant format stringFrancisco Redondo Marchena2012-07-311-1/+1
* Retrieve invalidated properties before emitting "g-properties-changed"Francisco Redondo Marchena2012-07-312-7/+13
* Try the units' "g-properties-changed" signal to monitor the active stateFrancisco Redondo Marchena2012-07-311-44/+59
* Remove the assertion for an unused parameterFrancisco Redondo Marchena2012-07-311-1/+0
* Rework small bits of the legacy-app-handler documentationJannis Pohlmann2012-07-311-9/+9
* Document the legacy app handler APIJonathan Maw2012-07-311-2/+52
* Rewrite TargetStartupMonitor to monitor ActiveState properties of unitsJannis Pohlmann2012-07-316-142/+231
* Try to query systemd jobs synchronously in the "job-removed" handlerFrancisco Redondo Marchena2012-07-311-98/+49
* Revert "Indicate the system manager that the job remove callback finished."Francisco Redondo Marchena2012-07-311-10/+9
* Fix built sources not always being built in common/Makefile.amJannis Pohlmann2012-07-311-1/+1
* Add missing parentheses in macro definitionsJannis Pohlmann2012-07-316-6/+6
* Remove LUC registration debug outputJannis Pohlmann2012-07-311-2/+0
* Indicate the system manager that the job remove callback finished.Francisco Redondo Marchena2012-07-311-9/+10
* Add even more debug output to TargetStartupMonitorFrancisco Redondo Marchena2012-07-301-3/+10
* Add more debugging output to TargetStartupMonitorFrancisco Redondo Marchena2012-07-301-1/+11
* Fix missing build rules for .c files of generated D-Bus sourcesFrancisco Redondo Marchena2012-07-302-21/+32
* Remove unused org.freedesktop.systemd1.Manager D-Bus methodsJannis Pohlmann2012-07-301-17/+0
* Set the node state only in response to start jobsFrancisco Redondo Marchena2012-07-302-36/+153
* Apply a few changes to fix make distcheck and regular buildsJannis Pohlmann2012-07-306-10/+11
* Add initial version of the reference manual templatesJannis Pohlmann2012-07-305-9/+175
* Add rudimentary gtk-doc support to the projectJannis Pohlmann2012-07-305-3/+114
* Add option to gdbus-codegen to generate DocBook for the public interfaceFrancisco Redondo Marchena2012-07-301-1/+3
* Add build dependencies to the README fileJannis Pohlmann2012-07-301-0/+20
* Add licensing/build/testing instructions to the README fileJannis Pohlmann2012-07-301-0/+64
* Fix make distcheck, rework tests, reorganise filesJannis Pohlmann2012-07-3012-51/+115
* Fix a crash caused by using the old JobRemoved signature in JobManagerJannis Pohlmann2012-07-281-0/+3
* Log more information when completing lifecycle requestsJannis Pohlmann2012-07-281-2/+26
* Use $(sysconfdir) and $(libdir) in NSM dummy MakefilesJannis Pohlmann2012-07-272-3/+3
* Set node state in the TargetStartupMonitor when certain targets startedFrancisco Redondo Marchena2012-07-275-34/+239
* Use the WATCHDOG_USEC env variable to define the watchdog timeoutJannis Pohlmann2012-07-274-7/+67
* Add 'luc-groups-started' signal to send sd_notify(READY=1) to systemdJannis Pohlmann2012-07-272-5/+61
* Unregister the boot manager itself as a shutdown clientFrancisco Redondo Marchena2012-07-271-3/+63
* Avoid compiler warnings due to casting pointers to uintFrancisco Redondo Marchena2012-07-261-6/+6
* Check with NSM whether to load the LUC or notFrancisco Redondo Marchena2012-07-261-43/+152
* Upon receiving SIGHUP, shut down all clients asynchronouslyJannis Pohlmann2012-07-261-75/+358
* Make sure to release the NSMConsumer in LAHandlerServiceJannis Pohlmann2012-07-261-3/+7
* Fix LifecycleRequest handler by returning a boolean valueJannis Pohlmann2012-07-261-22/+24
* Register boot manager itself as a shutdown consumer asynchronouslyFrancisco Redondo Marchena2012-07-261-28/+63
* Remove debugging output we no longer needJannis Pohlmann2012-07-261-8/+0
* Make NSMShutdownType a flags type rather than an enum typeJannis Pohlmann2012-07-263-32/+57
* Move deregistration of shutdown consumers into LAHandlerServiceJannis Pohlmann2012-07-263-89/+76
* Allow shutdown consumers for legacy apps to be re-registeredJannis Pohlmann2012-07-261-58/+79
* Use an int for the --shutdown-mode/-m option of legacy-app-handlerJannis Pohlmann2012-07-261-43/+9
* Handle re-registration of shutdown clients by updating the mode/timeoutJannis Pohlmann2012-07-263-52/+167
* Deregister shutdown consumer when shutting down boot managerFrancisco Redondo Marchena2012-07-254-69/+210
* Fix the previous commit, forgot to rename the SIGINT handlerJannis Pohlmann2012-07-251-5/+4