IPv6: reorganize prefix assignment
[project/netifd.git] / main.c
2012-12-29 Felix Fietkaulog: fix processing of incomplete lines
2012-10-30 Felix Fietkaufix container_of for the log ustream
2012-10-30 Felix Fietkaumove uloop_process_delete call to get rid of an unneces...
2012-10-29 Felix Fietkaulog: the ustream notify_state callback is now optional...
2012-10-29 Felix Fietkauuse ustream for process message logging
2012-10-29 Felix Fietkauuse FD_CLOEXEC instead of tracking lists of fds
2012-05-13 Felix Fietkaufix a file descriptor leak
2012-05-04 Felix Fietkauadd copyright headers
2012-03-19 Felix Fietkausimplify log buffer handling
2012-03-19 Felix Fietkaufix log buffer splitting
2012-03-19 Felix Fietkaufix log buffer overflow handling
2012-01-21 Felix Fietkaualways use SIGKILL for netifd_kill_process, it is usual...
2011-10-20 Felix Fietkauin log read, check for EINTR instead of EAGAIN to avoid...
2011-10-20 Felix Fietkautry to grab log data more aggressively
2011-10-20 Felix Fietkaufix segfaults in log line processing
2011-10-20 Felix Fietkaureduce stack usage
2011-10-19 Felix Fietkaurename config_init_interfaces to config_init_all
2011-10-19 Felix Fietkauremove the argument to config_init_interfaces
2011-10-18 Felix Fietkaumove log levels to netifd.h
2011-10-18 Felix Fietkaufix interrupted read checks in log collection
2011-10-16 Felix Fietkaufix infinite loop in logging when the logged process...
2011-10-16 Felix Fietkauadd support for a user-configurable log level
2011-10-16 Felix Fietkauadd support for logging messages via syslog (or optiona...
2011-10-15 Felix Fietkaudetach stdin/stdout/stderr from child processes, implem...
2011-10-15 Felix Fietkauadd support for tracking open file descriptors of modul...
2011-10-15 Felix Fietkaumove netifd_start_process dir_fd to the data structure
2011-10-15 Felix Fietkauwhen killed, kill pending child processes
2011-10-15 Felix Fietkaukeep track of all running child processes in one place
2011-10-11 Felix Fietkauadd some code for keeping track of dns servers and...
2011-10-09 Felix Fietkauuse /lib/netifd as main path when dummy mode is disabled
2011-10-07 Felix Fietkauadd support for calls to a hotplug script on interface...
2011-10-04 Felix Fietkaurework debugging code, add debugging levels
2011-10-03 Felix Fietkauadd a ubus call for triggering config reloads
2011-09-23 Steven Barthadd a system_init function for system control
2011-09-22 Steven Barthfix compilation with GCC 4.6 on Linux
2011-09-11 Felix Fietkaubring all interfaces down on restart
2011-09-09 Felix Fietkauadd an option for selecting the main path for netifd...
2011-09-09 Felix Fietkauadd an ubus call for restarting netifd
2011-09-07 Felix Fietkaumove more stuff out of netifd.h
2011-09-07 Felix Fietkaumove some code to utils.[ch]
2011-04-13 Felix Fietkaumake avl_strcmp globally visible
2011-03-27 Felix FietkauInitial import