summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Specify difference between NSM and NSM dummy in docmentationJonathan Maw2012-08-022-6/+15
* Add TSM test and improve layout of test documentJonathan Maw2012-08-023-31/+202
* Add testing skeletonJonathan Maw2012-08-022-3/+74
* Change required version of systemd from 37 to 183Jannis Pohlmann2012-08-021-2/+2
* Fix build instructions to include creating the m4 directoryJannis Pohlmann2012-08-021-0/+1
* Unregister exported D-Bus objects on finalizationJonathan Maw2012-08-025-1/+10
* Rework log messages a bit to make them more readableJannis Pohlmann2012-08-0111-131/+138
* Use DLT_LOG_INFO rather than DLT_LOG_DEBUG for everythingJannis Pohlmann2012-08-018-34/+34
* Adjust DLT log levels (info -> debug, some warnings, some errors)Jannis Pohlmann2012-08-0110-42/+42
* Exclusively use DLT facilities to build log stringsJannis Pohlmann2012-08-0110-301/+243
* Fix the name used for the LUCStarter::node-startup-controller propertyJannis Pohlmann2012-08-011-1/+1
* Replace g_debug/g_warning calls with DLT loggingJannis Pohlmann2012-08-012-14/+29
* Unregister the NSM dummy DLT connection at exitJannis Pohlmann2012-08-011-4/+12
* Fix small issues in Makefiles to make "make distcheck" happyJannis Pohlmann2012-07-311-2/+3
* Rename all remaining bits and piecesJannis Pohlmann2012-07-3127-148/+114
* Rename service files and boot-manager binaryJannis Pohlmann2012-07-316-24/+24
* Rename BMGR DLT app ID to NSC, rename MGR context to CTRLJannis Pohlmann2012-07-316-44/+44
* 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