summaryrefslogtreecommitdiff
path: root/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | one on updates
* 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