index
:
oe/unitd
master
Lightweight modern init system based on procd
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
service
/
instance.c
Age
Commit message (
Expand
)
Author
2015-07-07
service: if logging start app with LD_PRELOAD & lib for line buffering
Rafał Miłecki
2015-06-14
service: reorder function to avoid forward declaration
Felix Fietkau
2015-06-14
service: close instance pipe fd on restart.
Yousong Zhou
2015-06-14
service: dump respawn params in the same order as when passed in.
Yousong Zhou
2015-06-14
service: optimize relaying stdio output of daemons a bit.
Yousong Zhou
2015-05-05
instance: handle setgid() before setuid()
Jo-Philipp Wich
2015-04-19
instance: avoid dumping invalid service instances - prevents a potential crash
Felix Fietkau
2015-03-28
properly handle return codes
John Crispin
2015-03-23
procd can now start jailed processes
John Crispin
2015-02-27
service: rename variables / struct members called stdout, stderr to avoid con...
Felix Fietkau
2015-02-26
service: don't use stdio log channel
Jo-Philipp Wich
2015-02-26
procd: support relayoing daemon stdout/stderr to syslog
Jo-Philipp Wich
2014-09-08
instances can now start as a !root user
John Crispin
2014-08-29
add .data to instance_dump()
John Crispin
2014-07-02
service: fix trigger related double-free
Felix Fietkau
2014-07-02
instance: allow filling "data" with fields of arbitrary type
Felix Fietkau
2014-06-06
allow instances to report errors. if an error is set, the instance wont be st...
John Crispin
2014-06-05
send ubus_notify events when servers and instances change state
John Crispin
2014-06-05
allow instances to register ubus object that should be watched
John Crispin
2014-05-25
service: use blob_memdup()
Felix Fietkau
2014-02-24
instance: improve portability of setting resource limits
Felix Fietkau
2013-12-18
procd: fix service file tracking
Jo-Philipp Wich
2013-12-09
procd: set resource limits for service instances
Ulrich Weber
2013-11-19
make ue of the md5.c inside libubox
John Crispin
2013-11-15
procd: Allow process respawning forever
Helmut Schaa
2013-11-15
debloat and reorganize code
John Crispin