summaryrefslogtreecommitdiffstats
path: root/lib/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-2/+0
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-1/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+5
* lib/trivial: whitespaceThomas Haller2020-04-171-17/+17
* lib/trivial fix indentationThomas Haller2020-04-171-10/+10
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* hashtable: remove doc section crashing doxygenThomas Graf2012-11-111-7/+0
* hashtable: Fix reference leak in nl_hashtable_free()Thomas Graf2012-11-101-0/+3
* hashtable: Add API reference documentationThomas Graf2012-11-101-1/+61
* Hash: Properly prefix hash functionsThomas Graf2012-11-101-1/+1
* Add nl hashtable structures and access functionsroopa2012-11-091-0/+141