profile/ivi/node-startup-controller.git
2012-07-31 Jannis PohlmannFirst step of renaming the Boot Manager to Node Startup...
2012-07-31 Francisco Redondo... Query the "active-state" property of units in the ...
2012-07-31 Francisco Redondo... Avoid a segmentation fault by fixing a GVariant format...
2012-07-31 Francisco Redondo... Retrieve invalidated properties before emitting "g...
2012-07-31 Francisco Redondo... Try the units' "g-properties-changed" signal to monitor...
2012-07-31 Francisco Redondo... Remove the assertion for an unused parameter
2012-07-31 Jannis PohlmannRework small bits of the legacy-app-handler documentation
2012-07-31 Jonathan MawDocument the legacy app handler API
2012-07-31 Jannis PohlmannRewrite TargetStartupMonitor to monitor ActiveState...
2012-07-31 Francisco Redondo... Try to query systemd jobs synchronously in the "job...
2012-07-31 Francisco Redondo... Revert "Indicate the system manager that the job remove...
2012-07-31 Jannis PohlmannFix built sources not always being built in common...
2012-07-31 Jannis PohlmannAdd missing parentheses in macro definitions
2012-07-31 Jannis PohlmannRemove LUC registration debug output
2012-07-31 Francisco Redondo... Indicate the system manager that the job remove callbac...
2012-07-30 Francisco Redondo... Add even more debug output to TargetStartupMonitor
2012-07-30 Francisco Redondo... Add more debugging output to TargetStartupMonitor
2012-07-30 Francisco Redondo... Fix missing build rules for .c files of generated D...
2012-07-30 Jannis PohlmannRemove unused org.freedesktop.systemd1.Manager D-Bus...
2012-07-30 Francisco Redondo... Set the node state only in response to start jobs
2012-07-30 Jannis PohlmannApply a few changes to fix make distcheck and regular...
2012-07-30 Jannis PohlmannAdd initial version of the reference manual templates
2012-07-30 Jannis PohlmannAdd rudimentary gtk-doc support to the project
2012-07-30 Francisco Redondo... Add option to gdbus-codegen to generate DocBook for...
2012-07-30 Jannis PohlmannAdd build dependencies to the README file
2012-07-30 Jannis PohlmannAdd licensing/build/testing instructions to the README...
2012-07-30 Jannis PohlmannFix make distcheck, rework tests, reorganise files
2012-07-28 Jannis PohlmannFix a crash caused by using the old JobRemoved signatur...
2012-07-28 Jannis PohlmannLog more information when completing lifecycle requests
2012-07-27 Jannis PohlmannUse $(sysconfdir) and $(libdir) in NSM dummy Makefiles
2012-07-27 Francisco Redondo... Set node state in the TargetStartupMonitor when certain...
2012-07-27 Jannis PohlmannUse the WATCHDOG_USEC env variable to define the watchd...
2012-07-27 Jannis PohlmannAdd 'luc-groups-started' signal to send sd_notify(READY...
2012-07-27 Francisco Redondo... Unregister the boot manager itself as a shutdown client
2012-07-26 Francisco Redondo... Avoid compiler warnings due to casting pointers to...
2012-07-26 Francisco Redondo... Check with NSM whether to load the LUC or not
2012-07-26 Jannis PohlmannUpon receiving SIGHUP, shut down all clients asynchronously
2012-07-26 Jannis PohlmannMake sure to release the NSMConsumer in LAHandlerService
2012-07-26 Jannis PohlmannFix LifecycleRequest handler by returning a boolean...
2012-07-26 Francisco Redondo... Register boot manager itself as a shutdown consumer...
2012-07-26 Jannis PohlmannRemove debugging output we no longer need
2012-07-26 Jannis PohlmannMake NSMShutdownType a flags type rather than an enum...
2012-07-26 Jannis PohlmannMove deregistration of shutdown consumers into LAHandle...
2012-07-26 Jannis PohlmannAllow shutdown consumers for legacy apps to be re-regis...
2012-07-26 Jannis PohlmannUse an int for the --shutdown-mode/-m option of legacy...
2012-07-26 Jannis PohlmannHandle re-registration of shutdown clients by updating...
2012-07-25 Francisco Redondo... Deregister shutdown consumer when shutting down boot...
2012-07-25 Jannis PohlmannFix the previous commit, forgot to rename the SIGINT...
2012-07-25 Jannis PohlmannUse SIGHUP instead of SIGINT for simulating an NSM...
2012-07-25 Jannis PohlmannFix corrupted list after reverse shutdown client traversal
2012-07-25 Jannis PohlmannImplement the LifecycleRequestComplete by logging reque...
2012-07-25 Jannis PohlmannStart the boot manager D-Bus services in main()
2012-07-25 Jannis PohlmannImprove shutdown handling, keep shutdown clients around...
2012-07-24 Jannis PohlmannAdd new ShutdownClient class to bundle information...
2012-07-24 Francisco Redondo... Implement a shutdown consumer for the boot manager...
2012-07-24 Jannis PohlmannFix the systemd unit associated with the boot manager...
2012-07-24 Jannis PohlmannRename gvariant_writer.c to gvariant-writer.c
2012-07-24 Jannis PohlmannAdd a stand-alone legacy-app-handler helper, work on...
2012-07-23 Francisco Redondo... Define enums for shutdown mode, error and status code.
2012-07-23 Jannis PohlmannDrop GApplication, fix D-Bus activation, further NSM...
2012-07-23 Jonathan MawUpdate NSM-related D-Bus interfaces and codegen
2012-07-23 Francisco Redondo... Install boot-manager.service to $(libdir) rather than...
2012-07-19 Jannis PohlmannImprove use of GError and writing to the LUC
2012-07-19 Jannis PohlmannFix/finish implementation of integer-based LUC types
2012-07-19 Jannis PohlmannUse $(sysconfdir)/boot-manager/last-user-context to...
2012-07-19 Jannis PohlmannImprove the initial construction of the GVariant for...
2012-07-19 Francisco Redondo... Add a dummy-implementation of the Node State Manager...
2012-07-19 Jannis PohlmannMove service files back to source directory, rename...
2012-07-18 Jannis PohlmannApply a few coding style fixes and adjust a few debug...
2012-07-18 Jannis PohlmannInclude org.genivi.BootManager1.conf in EXTRA_DIST
2012-07-17 Ben BrewerMerge branch 'franred/drop-rebase' of roadtrain.codethi...
2012-07-17 Jonathan MawMerge into one process, change D-Bus interfaces and...
2012-07-10 Ben BrewerMake the legacy app handler work on the system bus
2012-07-10 Ben BrewerThree ExecStartPost systemd unit files
2012-07-10 Jonathan MawRewrite legacy app handler's command-line to use D-Bus
2012-07-10 Jonathan MawChange legacy app handler to register on the system bus
2012-07-09 Ben BrewerAdd shutdown consumers
2012-07-06 Jonathan MawDefine three systemd service unit files with ExecStartP...
2012-07-05 Jonathan MawCreate a shutdown consumer object for every --register...
2012-06-29 Jannis PohlmannRelease 0.1.0! boot-manager-0.1.0
2012-06-29 Jonathan MawDefine D-Bus interface for Shutdown Consumers
2012-06-29 Jonathan MawAdd convenience library 'libcommon.la'
2012-06-29 Jonathan MawAdd --register command-line option to LegacyAppHandler
2012-06-27 Jonathan MawRemove generated file from source tree
2012-06-25 Jonathan MawImplement TargetStartupMonitor class
2012-06-22 Jonathan MawLog failure for the LUCStarter to start applications...
2012-06-22 Jonathan MawInitialize/deinitialize DLT in boot-manager
2012-06-22 Jonathan MawAdd dependency on DLT to the boot manager
2012-06-21 Jonathan MawAllow SIGINT to cancel BootManagerService jobs
2012-06-21 Jonathan MawMake BootManagerService handlers cancellable
2012-06-21 Jonathan MawCancel all LUC app start operations when receiving...
2012-06-21 Jonathan MawAdd GCancellable handling to LUCStarter
2012-06-20 Jonathan MawAdd signal handler for List() method
2012-06-19 Jannis PohlmannRemove accidentally second implementation of --enable...
2012-06-19 Jannis PohlmannMake sure to release starter order/groups when destroyi...
2012-06-19 Jannis PohlmannImplement basic asynchronous LUC startup without error...
2012-06-19 Jannis PohlmannLink LUCHandler and LUCStarter. Parse prioritised LUC...
2012-06-19 Jannis PohlmannAdd LUCHandler class skeleton and "luc-handler" propert...
2012-06-19 Jannis PohlmannAdd --with-prioritised-luc-types=foo,bar configure...
2012-06-19 Jonathan MawAdd Isolate() method handler
next