summaryrefslogtreecommitdiffstats
path: root/lib/handlers.c
Commit message (Expand)AuthorAgeFilesLines
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+2
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* lib: switch to using strerror_l() instead of strerror_r()André Draszik2016-08-251-2/+2
* Remove pointless N < 0 checksThomas Graf2014-08-261-4/+4
* nl_cb: store nl_cb_type in struct nl_cbArend van Spriel2013-09-051-6/+18
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-281-1/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* doc: documentation restructuringThomas Graf2012-05-101-13/+8
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Documentation updateThomas Graf2008-12-031-51/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-3/+3
* Thread-safe error handlingThomas Graf2008-05-141-8/+6
* Initial importThomas Graf2007-09-141-0/+447