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
Age
Commit message (
Expand
)
Author
2014-07-02
service: fix trigger related double-free
Felix Fietkau
2014-07-02
service: implement get_data to dump the data fields for every instance
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
service: do not emit any service events before the ubus connection is up
Felix Fietkau
2014-06-05
service: register the subscriber object before the event handler
Felix Fietkau
2014-06-05
service: fix a debug message typo
Felix Fietkau
2014-06-05
service: fix a leftover debug hack
Felix Fietkau
2014-06-05
send ubus_notify events when servers and instances change state
John Crispin
2014-06-05
add wildcard support to trigger matching code
John Crispin
2014-06-05
allow instances to register ubus object that should be watched
John Crispin
2014-05-25
service: fix json object leak in validate code
Felix Fietkau
2014-05-25
service: free trigger json_script context
Felix Fietkau
2014-05-25
service: fix trigger data memleak
Felix Fietkau
2014-05-25
service: ensure that trigger timers are always cancelled before free
Felix Fietkau
2014-05-25
service: fix memleak in trigger handling
Felix Fietkau
2014-05-25
service: use avl_remove_all_elements()
Felix Fietkau
2014-05-25
service: remove unused argument to service_update()
Felix Fietkau
2014-05-25
service: fix double-free in error path
Felix Fietkau
2014-05-25
service: use blob_memdup()
Felix Fietkau
2014-02-24
instance: improve portability of setting resource limits
Felix Fietkau
2014-01-29
fix the dump logic to show validators and triggers even if no instances exist
John Crispin
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-20
fix rcS memory leaks and running hook
John Crispin
2013-11-19
make ue of the md5.c inside libubox
John Crispin
2013-11-19
fix up the order of respawn parameters for ubus
John Crispin
2013-11-18
make the service running trigger be queued directly after the service was sta...
John Crispin
2013-11-15
procd: Allow process respawning forever
Helmut Schaa
2013-11-15
debloat and reorganize code
John Crispin