summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-08-29add an event for "service.update" triggersJohn Crispin
2014-08-29hotplug: avoid using the deprecated is_error() call, check for NULL pointer i...Felix Fietkau
2014-08-29explicitly include json/json.h where neededFelix Fietkau
2014-07-30system.c: parse quoted version info from /etc/openwrt_releaseFelix Fietkau
2014-07-29Make failure to resize hotplug buffer non-fatalSteven Barth
2014-07-18hotplug: fix firmware loadingFelix Fietkau
2014-07-02service: fix trigger related double-freeFelix Fietkau
2014-07-02service: implement get_data to dump the data fields for every instanceFelix Fietkau
2014-07-02instance: allow filling "data" with fields of arbitrary typeFelix Fietkau
2014-06-19make static linking work for upgradedJohn Crispin
2014-06-17only build upgraded on mipsJohn Crispin
2014-06-16move upgrade to its own subfolderJohn Crispin
2014-06-16rename the folder option to pathJohn Crispin
2014-06-11procd: force -lc -lgcc to handle cross-dependencies between those twoFelix Fietkau
2014-06-11Increase buffers for hotplug and cmdline for UMLSteven Barth
2014-06-11only add the nandupgrade method when /sbin/upgraded existsJohn Crispin
2014-06-11add upgraded support for nand flashingJohn Crispin
2014-06-06allow instances to report errors. if an error is set, the instance wont be st...John Crispin
2014-06-05service: do not emit any service events before the ubus connection is upFelix Fietkau
2014-06-05service: register the subscriber object before the event handlerFelix Fietkau
2014-06-05service: fix a debug message typoFelix Fietkau
2014-06-05service: fix a leftover debug hackFelix Fietkau
2014-06-050467aebb79f64d1c9d05a84367fda7c02c4ea6b8 included too muchJohn Crispin
2014-06-05wait for kmod loader to complete on first bootJohn Crispin
2014-06-05send ubus_notify events when servers and instances change stateJohn Crispin
2014-06-05add wildcard support to trigger matching codeJohn Crispin
2014-06-05allow instances to register ubus object that should be watchedJohn Crispin
2014-05-25service: fix json object leak in validate codeFelix Fietkau
2014-05-25service: free trigger json_script contextFelix Fietkau
2014-05-25service: fix trigger data memleakFelix Fietkau
2014-05-25service: ensure that trigger timers are always cancelled before freeFelix Fietkau
2014-05-25service: fix memleak in trigger handlingFelix Fietkau
2014-05-25service: use avl_remove_all_elements()Felix Fietkau
2014-05-25service: remove unused argument to service_update()Felix Fietkau
2014-05-25service: fix double-free in error pathFelix Fietkau
2014-05-25service: use blob_memdup()Felix Fietkau
2014-05-25hotplug: fix memleak in debug codepathFelix Fietkau
2014-05-24inittab: strip trailing whitespace (especially newline)Felix Fietkau
2014-03-20inittab: avoid character collating to work around character class escaping is...Felix Fietkau
2014-03-18rcS: fix a format string bugFelix Fietkau
2014-03-18rcS: do not access ustream_buf data directlyFelix Fietkau
2014-02-24instance: improve portability of setting resource limitsFelix Fietkau
2014-02-07commit e0921ed71bab0ad7d2344774a33c22809eb10190 set the timeout globallyJohn Crispin
2014-01-29fix the dump logic to show validators and triggers even if no instances existJohn Crispin
2014-01-29force all runqueue tasks to a timeout of 15sJohn Crispin
2014-01-20state.c: pass ubus commandline is writable buffer to service_start_early()Jo-Philipp Wich
2013-12-18procd: fix service file trackingJo-Philipp Wich
2013-12-09fix copy paste errorJohn Crispin
2013-12-09procd: set resource limits for service instancesUlrich Weber
2013-11-22cleanup debug level handoverJohn Crispin