wireless: fix alignment of wireless config structs - fixes segfaults on arm
[project/netifd.git] / utils.c
2013-10-22 Felix Fietkauutils: add a function for checking if a process given...
2013-02-19 Steven BarthOnly update resolv.conf if changed (avoid logspam)
2012-09-28 Jo-Philipp Wichutils.c: add helper function to format mac addresses...
2012-06-18 Stéphan KochenMove IP address parsing functions to utils.
2012-05-26 Felix Fietkauvlist is now part of libubox
2012-05-26 Felix Fietkauavl_strcmp is now part of libubox
2012-05-20 Felix Fietkauflush list in vlist_replace()
2012-05-19 Felix Fietkaumove dns server/search list parsing to interface core...
2012-05-04 Felix Fietkauadd copyright headers
2012-03-03 Felix Fietkauvlist: add a special node version -1 for nodes that...
2012-03-03 Felix Fietkausimplify vlist, move avl key handling to vlist_add()
2012-02-02 Felix Fietkauvlist: fix node version update for tree->keep_old/no_delete
2012-01-15 Felix Fietkauadd a simplified vlist type
2011-10-24 Felix Fietkaufix a logic error leading to segfaults on updates
2011-10-02 Felix Fietkauutils: fix existing node check when keep_old/no_delete...
2011-10-02 Felix Fietkauadd a new vlist flag for avoiding automatic delete...
2011-10-02 Felix Fietkauvlist: store a pointer to the real key to make lookups...
2011-10-02 Felix Fietkauextend vlist code to allow keeping the old data structu...
2011-10-02 Felix Fietkaumake versioned lists more flexible by using an external...
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-07 Felix Fietkaumove some code to utils.[ch]