Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: use getprotobyname_r(), getprotobynumber_r() if available | Thomas Haller | 2023-08-18 | 1 | -0/+4 |
| | | | | Avoid non-threadsafe libc API. | ||||
* | all: drop "extern "C"" from internal code | Thomas Haller | 2023-08-07 | 2 | -16/+0 |
| | | | | | libnl3 itself needs to be build with a C compiler. Drop the unnecessary "extern "C"" parts from internal code. | ||||
* | include: drop "netlink-private/netlink.h" and move declarations | Thomas Haller | 2023-08-02 | 2 | -23/+42 |
| | |||||
* | include: split and drop "netlink-private/types.h" | Thomas Haller | 2023-08-02 | 1 | -0/+90 |
| | | | | | Move all the declarations from "netlink-private/types.h" to places closer to where they are used. | ||||
* | include: rename "nl-shared-core" to "nl-priv-dynamic-core" | Thomas Haller | 2023-08-02 | 3 | -0/+645 |
Naming is just so important to understand what this is. This name is better. |