summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-09wipsandbox/lstelmach/masterŁukasz Stelmach2-0/+5
2017-06-09Update TODOŁukasz Stelmach1-0/+21
2017-06-09Implement deserialisation of resource_violation_eventŁukasz Stelmach2-0/+64
2017-06-09Implement deserialisation of service_failed_eventŁukasz Stelmach7-6/+181
2017-06-09database: implement database_load()Łukasz Stelmach2-3/+60
2017-06-05Use bson instead of void * for passing action dataKrzysztof Opasiak7-50/+76
2017-06-05Add helpers to fill bson with data required for given actionKrzysztof Opasiak3-0/+110
2017-06-05Add helpers for bson manipulationKrzysztof Opasiak2-0/+63
2017-06-05Add decision maker to handle all standard servicesKrzysztof Opasiak2-0/+106
2017-06-05Merge "Serialise events to bson format" into tizenKrzysztof Opasiak12-2/+61
2017-06-05Merge "core: Create database adapter module" into tizenKrzysztof Opasiak5-0/+172
2017-05-31Add VIP service decision makerKrzysztof Opasiak2-0/+86
2017-05-31dm: rv_dm: Request platform reboot if VIP service has a resource leakKrzysztof Opasiak1-6/+17
2017-05-31Add some helper for service type checkingKrzysztof Opasiak1-0/+12
2017-05-31Add faultd config files for test servicesKrzysztof Opasiak3-0/+6
2017-05-31Serialise events to bson formatŁukasz Stelmach12-2/+61
2017-05-31core: Create database adapter moduleŁukasz Stelmach5-0/+172
2017-05-31Add configuration for currently customized servicesPaweł Szewczyk3-0/+14
2017-05-26Fix copyright noticesŁukasz Stelmach32-32/+32
2017-05-26Define _GNU_SOURCE globally in CFLAGSŁukasz Stelmach9-16/+1
2017-05-22service: Add service-related configuration parsingPaweł Szewczyk5-3/+144
2017-05-22Provide serialising function for struct timespecŁukasz Stelmach3-1/+47
2017-05-22Zero allocated event structuresŁukasz Stelmach3-3/+3
2017-05-19tests: update db test programmeŁukasz Stelmach1-3/+29
2017-05-19tests: Install the failing test serviceŁukasz Stelmach4-5/+19
2017-05-19Report only failed services in the systemd listenerŁukasz Stelmach1-12/+17
2017-05-19module: Add parameter to pass configuration to modulesŁukasz Stelmach9-5/+17
2017-05-19service: Change service.name to service.dbus_pathPaweł Szewczyk5-11/+11
2017-05-18core: service: Use defines instead of hard coded stringsKrzysztof Opasiak1-3/+4
2017-05-18listeners: systemd: fix: unreference bus and error when it's not neededKrzysztof Opasiak1-6/+7
2017-05-18Add default implementation of reboot to recovery actionKrzysztof Opasiak2-0/+82
2017-05-18Add default implementation of system reboot actionKrzysztof Opasiak2-0/+56
2017-05-18Add service recovery actionKrzysztof Opasiak2-0/+58
2017-05-18Make tests/leaker a valid systemd serviceKrzysztof Opasiak5-8/+53
2017-05-18Add service restart action implementationKrzysztof Opasiak2-0/+54
2017-05-18Add helpers and defines for action implementationKrzysztof Opasiak4-1/+105
2017-05-17Add action execution frameworkKrzysztof Opasiak3-0/+211
2017-05-16Add dedicated module type for action implementationsKrzysztof Opasiak1-0/+1
2017-05-16core: event_processor: Add missing break in list iterationKrzysztof Opasiak1-0/+1
2017-05-16util: nqueue: Set fd to -1 after closing eventfdKrzysztof Opasiak1-0/+1
2017-05-16util: queue: use list_del_init() instead of list_del() for pop()Krzysztof Opasiak1-1/+1
2017-05-16util: log: fflush() stderr after each log lineKrzysztof Opasiak1-0/+1
2017-05-16listeners: systemd: Fix typo in log messageKrzysztof Opasiak1-1/+2
2017-05-15listeners: systemd: Fix printf() format for uint64_tKrzysztof Opasiak1-1/+2
2017-05-10Use bson as the event serialisation formatsandbox/kopasiak/rebased_with_coding_styleŁukasz Stelmach8-9/+27
2017-05-10Add dummy serialization function for eventsKrzysztof Opasiak5-3/+40
2017-05-10Record boot_id in eventsKrzysztof Opasiak2-1/+8
2017-05-10Change naming convention of internal event functionKrzysztof Opasiak5-12/+13
2017-05-10Add program to compare ejdb and sqlite performanceŁukasz Stelmach1-0/+233
2017-05-10Add listener to collect events propagated by systemd via dbusŁukasz Stelmach2-0/+238