summaryrefslogtreecommitdiff
path: root/nsm-dummy
Commit message (Expand)AuthorAgeFilesLines
* Change docs license to CC-BY-SA 4.0 and update licensing to GENIVI standardJonathan Maw2015-04-307-35/+105
* Make systemd respond to "READY" notifications from the NSC (GT-2212)Jonathan Maw2012-09-251-1/+1
* Rename all com.contiautomotive to org.geniviJonathan Maw2012-08-109-12/+12
* Add callbacks that log when bus names are acquired or lostJonathan Maw2012-08-091-13/+44
* Use a proper error code when unable to handle an unregister requestFrancisco Redondo Marchena2012-08-061-1/+2
* Unregister exported D-Bus objects on finalizationJonathan Maw2012-08-022-0/+2
* Rework log messages a bit to make them more readableJannis Pohlmann2012-08-014-62/+63
* Use DLT_LOG_INFO rather than DLT_LOG_DEBUG for everythingJannis Pohlmann2012-08-013-15/+15
* Adjust DLT log levels (info -> debug, some warnings, some errors)Jannis Pohlmann2012-08-013-17/+17
* Exclusively use DLT facilities to build log stringsJannis Pohlmann2012-08-013-114/+108
* Replace g_debug/g_warning calls with DLT loggingJannis Pohlmann2012-08-011-3/+9
* Unregister the NSM dummy DLT connection at exitJannis Pohlmann2012-08-011-4/+12
* Rename all remaining bits and piecesJannis Pohlmann2012-07-316-42/+5
* Rewrite TargetStartupMonitor to monitor ActiveState properties of unitsJannis Pohlmann2012-07-311-0/+1
* Fix make distcheck, rework tests, reorganise filesJannis Pohlmann2012-07-305-4/+31
* 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-271-7/+34
* Use the WATCHDOG_USEC env variable to define the watchdog timeoutJannis Pohlmann2012-07-272-3/+36
* Avoid compiler warnings due to casting pointers to uintFrancisco Redondo Marchena2012-07-261-6/+6
* Upon receiving SIGHUP, shut down all clients asynchronouslyJannis Pohlmann2012-07-261-75/+358
* Remove debugging output we no longer needJannis Pohlmann2012-07-261-8/+0
* Handle re-registration of shutdown clients by updating the mode/timeoutJannis Pohlmann2012-07-261-52/+125
* Deregister shutdown consumer when shutting down boot managerFrancisco Redondo Marchena2012-07-251-2/+2
* Fix the previous commit, forgot to rename the SIGINT handlerJannis Pohlmann2012-07-251-5/+4
* Use SIGHUP instead of SIGINT for simulating an NSM shutdownJannis Pohlmann2012-07-251-16/+16
* Fix corrupted list after reverse shutdown client traversalJannis Pohlmann2012-07-251-12/+18
* Implement the LifecycleRequestComplete by logging request ID and statusJannis Pohlmann2012-07-251-2/+38
* Improve shutdown handling, keep shutdown clients around afterwardsJannis Pohlmann2012-07-251-145/+144
* Add a stand-alone legacy-app-handler helper, work on testsJannis Pohlmann2012-07-244-30/+30
* Drop GApplication, fix D-Bus activation, further NSM integration workJannis Pohlmann2012-07-2310-73/+88
* Update NSM-related D-Bus interfaces and codegenJonathan Maw2012-07-2310-17/+20
* Add a dummy-implementation of the Node State Manager and use itFrancisco Redondo Marchena2012-07-1914-0/+1292