procd: initd: fix path allocation in early_insmod
[project/procd.git] / service / instance.c
2017-11-06 Michal Sojkaservice: Start services normally when seccomp is disabled
2017-09-28 Karl Palssoninstance: properly compare and reload respawn config
2017-09-28 Michal SojkaStart seccomp-enabled services via seccomp-trace
2017-09-28 Michal SojkaUpdate trace attribute
2017-09-28 Michal SojkaDo not disable seccomp when configuration is not found
2017-07-31 Michal Sojkaprocd: Do not leak pipe file descriptors to children
2017-05-29 Matthias SchifferRemove code that has become unnecessary after sysupgrad...
2017-04-05 John Crispinservice/instance: add an auto start option
2017-02-15 Alin Năstacprocd: stop service using SIGKILL if SIGTERM failed...
2016-12-13 Jo-Philipp Wichservice: add reload_signal property
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-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 Fietkauadd ifdefs to make service/instance.c compile on non...
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: dump respawn params in the same order as when...
2015-06-14 Yousong Zhouservice: optimize relaying stdio output of daemons...
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-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-09-07 John Crispininstances can now start as a !root user
2014-08-29 John Crispinadd .data to instance_dump()
2014-07-02 Felix Fietkauservice: fix trigger related double-free
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 John Crispinsend ubus_notify events when servers and instances...
2014-06-05 John Crispinallow instances to register ubus object that should...
2014-05-25 Felix Fietkauservice: use blob_memdup()
2014-02-24 Felix Fietkauinstance: improve portability of setting resource limits
2013-12-18 Jo-Philipp Wichprocd: fix service file tracking
2013-12-09 Ulrich Weberprocd: set resource limits for service instances
2013-11-19 John Crispinmake ue of the md5.c inside libubox
2013-11-15 Helmut Schaaprocd: Allow process respawning forever
2013-11-15 John Crispindebloat and reorganize code