summaryrefslogtreecommitdiff
path: root/lib/cache_mngr.c
AgeCommit message (Expand)Author
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2019-08-12Add SPDX identifiersYegor Yefremov
2018-04-11cache: make "result" output argument for nl_cache_mngr_add() optionalTuetuopay
2017-06-08lib/cache_mgr.c: remove pointless gotoRasmus Villemoes
2017-06-08lib/cache_mngr.c: avoid memleak if realloc failsRasmus Villemoes
2016-12-01cache_mngr: add include callback v2Tobias Jungel
2016-08-25lib: switch to using strerror_l() instead of strerror_r()André Draszik
2015-02-17lib: log errors from platformLubomir Rintel
2014-06-17cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc()Tobias Klauser
2014-06-17cache_mngr: Return proper error code if nl_socket_alloc() failsTobias Klauser
2014-06-10lib: reorder free() after printf("%p") statementsThomas Haller
2013-06-27Handle -NLE_AGAIN in nl_cache_mngr_data_readyAndrew Collins
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-11-19Bug Fix: Add new fill socket to cache managerroopa
2012-11-16use safe cache lookup variants internallyThomas Graf
2012-11-12New cache manager add cache apiroopa
2012-05-10doc: documentation restructuringThomas Graf
2012-05-08nl: Fix return value of nl_recvmsgs()Thomas Graf
2012-04-22cache: Add co_include_event allowing caches to provide their own nl_cache_inc...Thomas Graf
2012-04-21cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optionalThomas Graf
2012-04-21cache_mngr: Provide nl_cache_mngr_info() to pring cache manager detailsThomas Graf
2012-04-21cache_mngr: API doc updatesThomas Graf
2012-04-21cache_mngr: Let nl_cache_mngr_data_ready() read multiple messagesThomas Graf
2012-04-21cache_mngr: Fix memory corruption after resizingThomas Graf
2012-04-21cache_mngr: Automatically allocate socket if neededThomas Graf
2012-04-21cache_manager: Move documentation to doc/core.txtThomas Graf
2012-04-21cache_mngr: Don't modify callback setup of socketThomas Graf
2012-04-21cache_mngr: document uncommon error codesThomas Graf
2012-01-11avoid dangling co_major_cache reference to NL_AUTO_PROVIDE cachesAlexander Sack
2011-10-21cache: event_filter() cache operation to filter notificationsThomas Graf
2011-03-22Documentation updatesThomas Graf
2010-10-13add user data to change_func_t for cachesAndreas Fett
2008-12-10Fix up naming changesThomas Graf
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-02-05Free associated caches when freeing cache managerThomas Graf
2008-01-14Fix documentation of cache manager.Thomas Graf
2007-12-17Fix cache manager to not give back a reference it does not ownThomas Graf
2007-09-15Initial importnougat-mr1-arcThomas Graf