summaryrefslogtreecommitdiff
path: root/lib/cache.c
Commit message (Expand)AuthorAgeFilesLines
* Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf2011-04-101-0/+26
* Documentation updatesThomas Graf2011-03-221-61/+150
* Hold reference to obj while calling callback of cache iteratorThomas Graf2011-03-171-0/+5
* Print debugging info while iterating a cache based on a filterThomas Graf2011-03-171-2/+9
* add user data to change_func_t for cachesAndreas Fett2010-10-131-9/+10
* cache: properly invoke change_cb for deleted objects in nl_cache_resync()Patrick McHardy2010-04-191-2/+8
* Remove old line counting while dumpingThomas Graf2008-05-231-1/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-17/+17
* Thread-safe error handlingThomas Graf2008-05-141-26/+41
* Ignore NULL pointers passed to nl_cache_free()Thomas Graf2008-04-291-0/+3
* [PATCH] libnl cache management leakPatrick McHardy2008-01-101-2/+5
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-101-1/+1
* Check for availability of request_update()Thomas Graf2007-09-171-0/+3
* Initial importThomas Graf2007-09-151-0/+805