summaryrefslogtreecommitdiffstats
path: root/lib/cache_mngr.c
Commit message (Expand)AuthorAgeFilesLines
* lib: log errors from platformLubomir Rintel2015-02-171-1/+6
* cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc()Tobias Klauser2014-06-171-2/+2
* cache_mngr: Return proper error code if nl_socket_alloc() failsTobias Klauser2014-06-171-1/+3
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-101-1/+2
* Handle -NLE_AGAIN in nl_cache_mngr_data_readyAndrew Collins2013-06-261-1/+1
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Bug Fix: Add new fill socket to cache managerroopa2012-11-191-1/+15
* use safe cache lookup variants internallyThomas Graf2012-11-151-1/+2
* New cache manager add cache apiroopa2012-11-121-21/+65
* doc: documentation restructuringThomas Graf2012-05-101-1/+16
* nl: Fix return value of nl_recvmsgs()Thomas Graf2012-05-081-1/+1
* cache: Add co_include_event allowing caches to provide their own nl_cache_inc...Thomas Graf2012-04-221-1/+5
* cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optionalThomas Graf2012-04-211-2/+3
* cache_mngr: Provide nl_cache_mngr_info() to pring cache manager detailsThomas Graf2012-04-211-0/+42
* cache_mngr: API doc updatesThomas Graf2012-04-211-12/+30
* cache_mngr: Let nl_cache_mngr_data_ready() read multiple messagesThomas Graf2012-04-211-3/+8
* cache_mngr: Fix memory corruption after resizingThomas Graf2012-04-211-7/+12
* cache_mngr: Automatically allocate socket if neededThomas Graf2012-04-211-22/+53
* cache_manager: Move documentation to doc/core.txtThomas Graf2012-04-211-65/+1
* cache_mngr: Don't modify callback setup of socketThomas Graf2012-04-211-4/+12
* cache_mngr: document uncommon error codesThomas Graf2012-04-211-0/+5
* avoid dangling co_major_cache reference to NL_AUTO_PROVIDE cachesAlexander Sack2012-01-111-2/+5
* cache: event_filter() cache operation to filter notificationsThomas Graf2011-10-211-0/+6
* Documentation updatesThomas Graf2011-03-211-1/+3
* add user data to change_func_t for cachesAndreas Fett2010-10-131-2/+3
* Fix up naming changesThomas Graf2008-12-101-1/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-4/+4
* Thread-safe error handlingThomas Graf2008-05-141-44/+33
* Free associated caches when freeing cache managerThomas Graf2008-02-051-5/+9
* Fix documentation of cache manager.Thomas Graf2008-01-141-0/+2
* Fix cache manager to not give back a reference it does not ownThomas Graf2007-12-171-6/+1
* Initial importThomas Graf2007-09-141-0/+392