summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Expand)AuthorAgeFilesLines
* netifd: Fix printf calls + function declarations.Rosen Penev2017-06-261-1/+1
* utils.h: remove leftover commented out codeFelix Fietkau2015-04-171-3/+1
* Cleanup issues reported by scan-buildSteven Barth2015-04-141-1/+1
* add a helper to convert blobmsg types to luci validate rulesJohn Crispin2014-02-171-0/+3
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-0/+2
* utils: use list_add_tail() in vlist_simple_add() to preserve user-defined ord...Jo-Philipp Wich2013-05-021-1/+1
* Only update resolv.conf if changed (avoid logspam)Steven Barth2013-02-191-0/+3
* Improved IPv6 featuresetSteven Barth2013-02-011-0/+3
* add mac os x compat #define for in6_addr s6_addr32Felix Fietkau2013-01-151-0/+4
* utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from l...Felix Fietkau2013-01-051-11/+1
* utils.c: add helper function to format mac addresses as stringsJo-Philipp Wich2012-09-281-0/+2
* Move IP address parsing functions to utils.Stéphan Kochen2012-06-181-0/+4
* vlist is now part of libuboxFelix Fietkau2012-05-261-41/+1
* avl_strcmp is now part of libuboxFelix Fietkau2012-05-261-2/+1
* move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau2012-05-191-0/+1
* add copyright headersFelix Fietkau2012-05-041-0/+13
* fix vlist_simple_add version handlingFelix Fietkau2012-03-191-0/+1
* add BUILD_BUG_ON from the kernelFelix Fietkau2012-03-041-0/+11
* simplify vlist, move avl key handling to vlist_add()Felix Fietkau2012-03-041-6/+2
* add a generic option for disabling the automatic default route on interfacesFelix Fietkau2012-01-241-0/+9
* add a simplified vlist typeFelix Fietkau2012-01-151-0/+37
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-0/+3
* proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau2011-10-131-0/+5
* rework debugging code, add debugging levelsFelix Fietkau2011-10-041-10/+0
* add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau2011-10-021-0/+1
* add vlist_for_each_element iteratorFelix Fietkau2011-10-021-0/+3
* vlist: store a pointer to the real key to make lookups easierFelix Fietkau2011-10-021-3/+3
* extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau2011-10-021-0/+1
* make versioned lists more flexible by using an external comparatorFelix Fietkau2011-10-021-7/+4
* add code for versioned lists and use it to manage addresses and routesFelix Fietkau2011-09-071-0/+35
* move some code to utils.[ch]Felix Fietkau2011-09-071-0/+51