profile/ivi/node-startup-controller.git
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
2012-06-19 Jonathan MawAdd Restart() handler
2012-06-19 Jonathan MawAdd boot-manager Kill() method
2012-06-18 Jonathan MawRemove shadow warning from compiling
2012-06-18 Jonathan MawRemove unused variable from boot_manager_application_st...
2012-06-18 Jannis PohlmannAdd Jannis Pohlmann to the AUTHORS file
2012-06-18 Jannis PohlmannApply a small amount of coding style fixes
2012-06-18 Jonathan MawAdd skeleton for the legacy-app-handler service application
2012-06-15 Jannis PohlmannFix compiler warnings and add --enable-debug=no to...
2012-06-15 Jannis PohlmannAdd --enable-debug={yes,no} configure option
2012-06-15 Jannis PohlmannImplement org.genivi.BootManager1.Start/Stop
2012-06-14 Jannis PohlmannAdd stub for implementing BootManager1.Start()
2012-06-14 Jannis PohlmannCreate the watchdog client in the application init...
2012-06-14 Jannis PohlmannInclude test-luc-handler in the tarballs generated...
2012-06-14 Jonathan MawAdd tests for LUC handler register/deregister
2012-06-14 Jonathan MawImplement org.genivi.LUCHandler1.Deregister()
2012-06-14 Jonathan MawImplement org.genivi.LUCHandler1.Register()
2012-06-13 Jannis PohlmannAdd XML spec and code generation for org.fd.systemd1...
2012-06-13 Jannis PohlmannFix coding style, parameter alignments and an unused...
2012-06-13 Jannis PohlmannAdd initial classes for the boot manager service implem...
2012-06-13 Jannis PohlmannAdd rudimentary test suite with a LUC Handler test...
2012-06-13 Jannis PohlmannUse GApplication to gain bus ownership of org.genivi...
2012-06-13 Jannis PohlmannUpdate systemd's watchdog timeout in luc-handler using...
2012-06-13 Jonathan MawMake last-user-context property binding work by using...
2012-06-12 Jonathan MawBind GSetting key to D-Bus property
2012-06-12 Jannis PohlmannFix Makefile.am rules for installing the GSettings...
2012-06-12 Jonathan MawAdd GSettings schema for LUC handler
2012-06-12 Jonathan MawAdd Jonathan Maw to AUTHORS
2012-06-12 Jannis PohlmannAdd LUCHandler1 API docs, rename "Content" property...
2012-06-12 Jannis PohlmannFix args in XML interface spec, add example code to...
next