procd: get rid of putenv usage.
[project/procd.git] / service / service.c
2017-11-10 Pierre Lebleuservice: add data within the service itself
2017-11-10 Pierre Lebleuservice: fix calls to blobmsg_parse()
2017-10-28 Pierre Lebleuservice: fix service_handle_event array
2017-10-05 pme.lebleu@gmail.comservice: fix SERVICE_ATTR_NAME usage in service_handle_set
2017-08-22 John Crispinprocd: send ubus notify when a config file has changed
2017-06-11 Alexander Couzensservice/service_stopped(): fix a use-after-free
2017-04-05 John Crispinservice/instance: add an auto start option
2017-03-05 Alin Năstacprocd: service gets deleted when its last instance...
2017-02-15 Alin Năstacprocd: stop service using SIGKILL if SIGTERM failed...
2016-12-13 Jo-Philipp Wichservice: add service.signal ubus call
2016-09-27 John Crispinfixes a copy paste error in the service ubus binding
2016-03-05 Felix Fietkauservice: get rid of service_init and service_validate_i...
2015-06-14 Yousong Zhouservice: allow get_data of specifc instance.
2014-11-19 Felix Fietkauservice: fix ubus list command
2014-08-29 John Crispinadd an event for "service.update" triggers
2014-07-02 Felix Fietkauservice: implement get_data to dump the data fields...
2014-06-05 Felix Fietkauservice: do not emit any service events before the...
2014-06-05 John Crispinsend ubus_notify events when servers and instances...
2014-05-25 Felix Fietkauservice: fix trigger data memleak
2014-05-25 Felix Fietkauservice: remove unused argument to service_update()
2014-05-25 Felix Fietkauservice: fix double-free in error path
2014-05-25 Felix Fietkauservice: use blob_memdup()
2014-01-29 John Crispinfix the dump logic to show validators and triggers...
2013-11-20 John Crispinfix rcS memory leaks and running hook
2013-11-19 John Crispinfix up the order of respawn parameters for ubus
2013-11-18 John Crispinmake the service running trigger be queued directly...
2013-11-15 John Crispindebloat and reorganize code