Age | Commit message (Expand) | Author |
2013-10-22 | utils: add a function for checking if a process given by pid is still alive | Felix Fietkau |
2012-12-29 | log: fix processing of incomplete lines | Felix Fietkau |
2012-10-30 | fix container_of for the log ustream | Felix Fietkau |
2012-10-30 | move uloop_process_delete call to get rid of an unnecessary check | Felix Fietkau |
2012-10-30 | log: the ustream notify_state callback is now optional, remove the stub | Felix Fietkau |
2012-10-29 | use ustream for process message logging | Felix Fietkau |
2012-10-29 | use FD_CLOEXEC instead of tracking lists of fds | Felix Fietkau |
2012-05-13 | fix a file descriptor leak | Felix Fietkau |
2012-05-04 | add copyright headers | Felix Fietkau |
2012-03-19 | simplify log buffer handling | Felix Fietkau |
2012-03-19 | fix log buffer splitting | Felix Fietkau |
2012-03-19 | fix log buffer overflow handling | Felix Fietkau |
2012-01-21 | always use SIGKILL for netifd_kill_process, it is usually a last resort | Felix Fietkau |
2011-10-21 | in log read, check for EINTR instead of EAGAIN to avoid infinite loops | Felix Fietkau |
2011-10-20 | try to grab log data more aggressively | Felix Fietkau |
2011-10-20 | fix segfaults in log line processing | Felix Fietkau |
2011-10-20 | reduce stack usage | Felix Fietkau |
2011-10-19 | rename config_init_interfaces to config_init_all | Felix Fietkau |
2011-10-19 | remove the argument to config_init_interfaces | Felix Fietkau |
2011-10-19 | move log levels to netifd.h | Felix Fietkau |
2011-10-18 | fix interrupted read checks in log collection | Felix Fietkau |
2011-10-16 | fix infinite loop in logging when the logged process dies | Felix Fietkau |
2011-10-16 | add support for a user-configurable log level | Felix Fietkau |
2011-10-16 | add support for logging messages via syslog (or optionally stdout) | Felix Fietkau |
2011-10-16 | detach stdin/stdout/stderr from child processes, implement a separate logging... | Felix Fietkau |
2011-10-15 | add support for tracking open file descriptors of modules and closing them fo... | Felix Fietkau |
2011-10-15 | move netifd_start_process dir_fd to the data structure | Felix Fietkau |
2011-10-15 | when killed, kill pending child processes | Felix Fietkau |
2011-10-15 | keep track of all running child processes in one place | Felix Fietkau |
2011-10-11 | add some code for keeping track of dns servers and search domains and for wri... | Felix Fietkau |
2011-10-09 | use /lib/netifd as main path when dummy mode is disabled | Felix Fietkau |
2011-10-07 | add support for calls to a hotplug script on interface state changes | Felix Fietkau |
2011-10-04 | rework debugging code, add debugging levels | Felix Fietkau |
2011-10-03 | add a ubus call for triggering config reloads | Felix Fietkau |
2011-09-23 | add a system_init function for system control | Steven Barth |
2011-09-22 | fix compilation with GCC 4.6 on Linux | Steven Barth |
2011-09-11 | bring all interfaces down on restart | Felix Fietkau |
2011-09-09 | add an option for selecting the main path for netifd addons | Felix Fietkau |
2011-09-09 | add an ubus call for restarting netifd | Felix Fietkau |
2011-09-07 | move more stuff out of netifd.h | Felix Fietkau |
2011-09-07 | move some code to utils.[ch] | Felix Fietkau |
2011-04-13 | make avl_strcmp globally visible | Felix Fietkau |
2011-03-27 | Initial import | Felix Fietkau |