summaryrefslogtreecommitdiffstats
path: root/src/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "-DPGKLIBDIR" and renameThomas Haller2024-05-291-1/+1
* include: add "nl-default.h" headerThomas Haller2023-08-021-3/+3
* build: move "lib/defs.h" to "include/config.h"Thomas Haller2023-08-021-2/+2
* utils: suppress coverity warning in nl_cli_load_module() about leaked handleThomas Haller2022-04-221-0/+2
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-1/+2
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* all: avoid compiler warnings -Wimplicit-fallthroughThomas Haller2017-06-151-0/+1
* build: allow building cli without dynamic librarires supportThomas Haller2017-05-121-4/+19
* lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin2017-03-121-0/+6
* src: switch to using strerror_l() instead of strerror_r()André Draszik2016-08-251-3/+17
* link/neigh: add flags option to link and neighbor cachesDavid Ahern2015-11-191-0/+17
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-281-1/+2
* Make nl-qdisc-delete installableThomas Graf2010-10-201-10/+24
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-2/+0
* nl-qdisc-add toolThomas Graf2010-10-191-1/+37
* CLI - Command Line Interface LibraryThomas Graf2009-12-161-0/+147