trace: use the cloned environment pointer
[project/procd.git] / service /
2016-12-05 Rosen Penevprocd: Fix memory leaks found by cppcheck
2016-10-19 Felix Fietkauservice: do not restart instances if data changes
2016-10-19 Felix Fietkauservice: make instance_update() void and unconditionall...
2016-10-19 Felix Fietkauservice: add support for instances without command
2016-10-14 Zefir Kurtisiprocd: fire events at instance respawn and failure
2016-09-27 John Crispinfixes a copy paste error in the service ubus binding
2016-07-29 Felix Fietkautrigger: rework timeout handling and command queueing
2016-07-29 Felix Fietkautrigger: replace trigger_init() with static runqueue...
2016-07-29 Felix Fietkautrigger: remove unnecessary runqueue empty callback
2016-07-29 Felix Fietkautrigger: reduce indentation level in trigger_event()
2016-07-19 Jurgen Van Hamprocd: remove instance_removepid call from instance_stop
2016-07-05 Jurgen Van Hamprocd: remove pidfile after unexpected termination...
2016-03-08 Karl Palssonprocd: service: Support writing pidfiles
2016-03-05 Felix Fietkauservice: get rid of service_init and service_validate_i...
2016-03-05 Felix Fietkauadd a build-time option to disable init related code
2016-03-05 Felix Fietkauadd ifdefs to make service/instance.c compile on non...
2016-02-04 Felix Fietkautrigger: fix memory leak in script calls
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire hostname (-h) option
2015-12-11 John Crispininstance, ujail: wire no_new_privs (-c) option
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire remount / read only option (-o)
2015-12-11 Etienne CHAMPETIERinstance, ujail: remove "-P <path>" option
2015-07-07 Rafał Miłeckiservice: if logging start app with LD_PRELOAD & lib...
2015-06-14 Felix Fietkauservice: reorder function to avoid forward declaration
2015-06-14 Yousong Zhouservice: close instance pipe fd on restart.
2015-06-14 Yousong Zhouservice: allow get_data of specifc instance.
2015-06-14 Yousong Zhouservice: remove unused struct watch_subscribe definition.
2015-06-14 Yousong Zhouservice: dump respawn params in the same order as when...
2015-06-14 Yousong Zhouservice: optimize relaying stdio output of daemons...
2015-06-04 Felix Fietkautrigger: make trigger_match() bool and make return...
2015-06-02 John Crispinallow multiple identical events to be queued
2015-05-05 Jo-Philipp Wichinstance: handle setgid() before setuid()
2015-04-19 Felix Fietkauinstance: avoid dumping invalid service instances ...
2015-03-28 John Crispinproperly handle return codes
2015-03-23 John Crispinprocd can now start jailed processes
2015-03-06 John Crispinjson 0.12 fixes
2015-02-27 Felix Fietkauservice: rename variables / struct members called stdou...
2015-02-26 Jo-Philipp Wichservice: don't use stdio log channel
2015-02-26 Jo-Philipp Wichprocd: support relayoing daemon stdout/stderr to syslog
2014-11-19 Felix Fietkauservice: fix ubus list command
2014-09-07 John Crispininstances can now start as a !root user
2014-08-29 John Crispinadd .data to instance_dump()
2014-08-29 John Crispinadd an event for "service.update" triggers
2014-08-29 Felix Fietkauexplicitly include json/json.h where needed
2014-07-02 Felix Fietkauservice: fix trigger related double-free
2014-07-02 Felix Fietkauservice: implement get_data to dump the data fields...
2014-07-02 Felix Fietkauinstance: allow filling "data" with fields of arbitrary...
2014-06-06 John Crispinallow instances to report errors. if an error is set...
2014-06-05 Felix Fietkauservice: do not emit any service events before the...
2014-06-05 Felix Fietkauservice: register the subscriber object before the...
2014-06-05 Felix Fietkauservice: fix a debug message typo
2014-06-05 Felix Fietkauservice: fix a leftover debug hack
2014-06-05 John Crispinsend ubus_notify events when servers and instances...
2014-06-05 John Crispinadd wildcard support to trigger matching code
2014-06-05 John Crispinallow instances to register ubus object that should...
2014-05-25 Felix Fietkauservice: fix json object leak in validate code
2014-05-25 Felix Fietkauservice: free trigger json_script context
2014-05-25 Felix Fietkauservice: fix trigger data memleak
2014-05-25 Felix Fietkauservice: ensure that trigger timers are always cancelle...
2014-05-25 Felix Fietkauservice: fix memleak in trigger handling
2014-05-25 Felix Fietkauservice: use avl_remove_all_elements()
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-02-24 Felix Fietkauinstance: improve portability of setting resource limits
2014-01-29 John Crispinfix the dump logic to show validators and triggers...
2013-12-18 Jo-Philipp Wichprocd: fix service file tracking
2013-12-09 Ulrich Weberprocd: set resource limits for service instances
2013-11-20 John Crispinfix rcS memory leaks and running hook
2013-11-19 John Crispinmake ue of the md5.c inside libubox
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 Helmut Schaaprocd: Allow process respawning forever
2013-11-15 John Crispindebloat and reorganize code