summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Expand)AuthorAgeFilesLines
* utils: include utils.h lastFelix Fietkau2022-12-291-1/+2
* utils: fix check_pid_path to work with deleted file as wellKarel Kočí2020-07-111-3/+8
* utils: Move IP address validation to parse_addr functionHans Dedecker2016-08-111-18/+1
* utils.c: Add ip address validationNaresh Kumar Mehta2016-03-071-1/+18
* utils.c: add missing includeFelix Fietkau2015-02-161-0/+1
* add a helper to convert blobmsg types to luci validate rulesJohn Crispin2014-02-171-0/+19
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-0/+27
* Only update resolv.conf if changed (avoid logspam)Steven Barth2013-02-191-0/+28
* utils.c: add helper function to format mac addresses as stringsJo-Philipp Wich2012-09-281-0/+11
* Move IP address parsing functions to utils.Stéphan Kochen2012-06-181-0/+63
* vlist is now part of libuboxFelix Fietkau2012-05-261-65/+0
* avl_strcmp is now part of libuboxFelix Fietkau2012-05-261-6/+0
* flush list in vlist_replace()Felix Fietkau2012-05-201-0/+2
* move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau2012-05-191-0/+11
* add copyright headersFelix Fietkau2012-05-041-0/+13
* vlist: add a special node version -1 for nodes that should not be flushed on ...Felix Fietkau2012-03-041-4/+6
* simplify vlist, move avl key handling to vlist_add()Felix Fietkau2012-03-041-5/+2
* vlist: fix node version update for tree->keep_old/no_deleteFelix Fietkau2012-02-031-1/+3
* add a simplified vlist typeFelix Fietkau2012-01-151-0/+40
* fix a logic error leading to segfaults on updatesFelix Fietkau2011-10-241-1/+1
* utils: fix existing node check when keep_old/no_delete is enabledFelix Fietkau2011-10-031-1/+1
* add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau2011-10-021-2/+3
* vlist: store a pointer to the real key to make lookups easierFelix Fietkau2011-10-021-2/+2
* extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau2011-10-021-0/+5
* make versioned lists more flexible by using an external comparatorFelix Fietkau2011-10-021-13/+7
* add code for versioned lists and use it to manage addresses and routesFelix Fietkau2011-09-071-1/+65
* move some code to utils.[ch]Felix Fietkau2011-09-071-0/+8