summaryrefslogtreecommitdiffhomepage
path: root/utils.c
AgeCommit message (Expand)Author
2015-02-16utils.c: add missing includeFelix Fietkau
2014-02-17add a helper to convert blobmsg types to luci validate rulesJohn Crispin
2013-10-22utils: add a function for checking if a process given by pid is still aliveFelix Fietkau
2013-02-19Only update resolv.conf if changed (avoid logspam)Steven Barth
2012-09-28utils.c: add helper function to format mac addresses as stringsJo-Philipp Wich
2012-06-18Move IP address parsing functions to utils.Stéphan Kochen
2012-05-26vlist is now part of libuboxFelix Fietkau
2012-05-26avl_strcmp is now part of libuboxFelix Fietkau
2012-05-20flush list in vlist_replace()Felix Fietkau
2012-05-19move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-03-04vlist: add a special node version -1 for nodes that should not be flushed on ...Felix Fietkau
2012-03-04simplify vlist, move avl key handling to vlist_add()Felix Fietkau
2012-02-03vlist: fix node version update for tree->keep_old/no_deleteFelix Fietkau
2012-01-15add a simplified vlist typeFelix Fietkau
2011-10-24fix a logic error leading to segfaults on updatesFelix Fietkau
2011-10-03utils: fix existing node check when keep_old/no_delete is enabledFelix Fietkau
2011-10-02add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau
2011-10-02vlist: store a pointer to the real key to make lookups easierFelix Fietkau
2011-10-02extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau
2011-10-02make versioned lists more flexible by using an external comparatorFelix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau
2011-09-07move some code to utils.[ch]Felix Fietkau