project/procd.git
2014-10-02 Michel StamReboot busybox style via procd
2014-10-02 Michel StamKill processes on shutdown
2014-10-02 Michel StamFix procd not handling rapid reboot signals very well
2014-09-13 John Crispinfix a copy/paste bug leading to a bad loop limitation
2014-09-13 John Crispinfix timeout on shutdown
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 Fietkauhotplug: avoid using the deprecated is_error() call...
2014-08-29 Felix Fietkauexplicitly include json/json.h where needed
2014-07-30 Felix Fietkausystem.c: parse quoted version info from /etc/openwrt_r...
2014-07-29 Steven BarthMake failure to resize hotplug buffer non-fatal
2014-07-18 Felix Fietkauhotplug: fix firmware loading
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-19 John Crispinmake static linking work for upgraded
2014-06-17 John Crispinonly build upgraded on mips
2014-06-16 John Crispinmove upgrade to its own subfolder
2014-06-16 John Crispinrename the folder option to path
2014-06-11 Felix Fietkauprocd: force -lc -lgcc to handle cross-dependencies...
2014-06-11 Steven BarthIncrease buffers for hotplug and cmdline for UML
2014-06-11 John Crispinonly add the nandupgrade method when /sbin/upgraded...
2014-06-10 John Crispinadd upgraded support for nand flashing
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 Crispin0467aebb79f64d1c9d05a84367fda7c02c4ea6b8 included too...
2014-06-05 John Crispinwait for kmod loader to complete on first boot
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-05-25 Felix Fietkauhotplug: fix memleak in debug codepath
2014-05-24 Felix Fietkauinittab: strip trailing whitespace (especially newline)
2014-03-20 Felix Fietkauinittab: avoid character collating to work around chara...
2014-03-18 Felix FietkaurcS: fix a format string bug
2014-03-18 Felix FietkaurcS: do not access ustream_buf data directly
2014-02-24 Felix Fietkauinstance: improve portability of setting resource limits
2014-02-07 John Crispincommit e0921ed71bab0ad7d2344774a33c22809eb10190 set...
2014-01-29 John Crispinfix the dump logic to show validators and triggers...
2014-01-29 John Crispinforce all runqueue tasks to a timeout of 15s
2014-01-20 Jo-Philipp... state.c: pass ubus commandline is writable buffer to...
2013-12-18 Jo-Philipp... procd: fix service file tracking
2013-12-09 John Crispinfix copy paste error
2013-12-09 Ulrich Weberprocd: set resource limits for service instances
2013-11-22 John Crispincleanup debug level handover
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 Crispinadd a event broadcast function
2013-11-18 John Crispinadd debug level handover between preinit and main process
2013-11-18 John Crispinmake the service running trigger be queued directly...
2013-11-18 John Crispinadd a function to add calls to the front of the rcS...
2013-11-15 Helmut Schaaprocd: Allow process respawning forever
2013-11-15 John Crispindebloat and reorganize code
2013-11-12 John Crispinadd service_validator support
2013-11-12 John Crispinadd data type validator
2013-11-09 John Crispinbind the console to /dev/null if the real console fails...
2013-11-08 John Crispinthe automatic service restart should not happen during...
2013-10-24 John Crispinadd hostname option to logread
2013-10-09 John Crispinadd a prefix option for messages streamed using logread
2013-10-01 Jo-Philipp... syslog: fix incorrect use of sizeof() in vsnprintf()
2013-09-28 John Crispinsyslog() is a blocking call on eglibc. as procd provide...
2013-09-17 Helmut Schaaprocd: Exit askfirst on read error
2013-09-13 Gabor Juhoscoldplug: remove duplicated include
2013-09-13 Gabor Juhoscoldplug: only start hotplug timer after udevtrigger...
2013-09-13 Gabor Juhosudevtrigger: nuke scan_{subdir,class,block} functions
2013-09-13 Gabor Juhosudevtrigger: simplify scan_class function
2013-09-13 Gabor Juhosudevtrigger: simplify scan_block function
2013-09-13 Gabor Juhosudevtrigger: simplify scan_subsystem function
2013-09-13 Gabor Juhosudevtrigger: extend scan_subdir function
2013-09-13 Gabor Juhosudevtrigger: remove superfluous strlcpy
2013-09-13 Gabor Juhosudevtrigger: add back directory name check into scan_subdir
2013-09-13 John Crispinfix skewed parameter order in respawn code
2013-09-13 John Crispinexecute the "running" hook once the daemon is started
2013-09-13 John Crispinadd a way for procd to queue async init.d calls
2013-09-13 John Crispinfix a bug in the trigger handling code
2013-09-13 John Crispinremove now unused variable
2013-09-13 John Crispinadd code to configure respawn via ubus
2013-09-13 John Crispinoutput the env associated with an instance
2013-09-10 Gabor Juhosudevtrigger: reduce indent level in scan_* functions
2013-09-10 Gabor Juhosudevtrigger: rename variables in scan_subdir
2013-09-10 Gabor Juhosudevtrigger: use a helper function for subdir scanning
2013-09-10 Gabor Juhosudevtrigger: check presence of dev attribute
2013-09-10 Gabor Juhosudevtrigger: add device_has_attribute helper
2013-09-10 Gabor Juhosudevtrigger: remove trailing whitespaces
2013-09-03 John Crispinadd a ubus handler that allows sending signals to processes
2013-09-03 John Crispinfix use after free bug in the trigger handling code
2013-09-03 John Crispinadd suport for measuring process resource usage
next