Branch | Commit message | Author | Age | |
---|---|---|---|---|
main | fix header ordering | no92 | 5 months | |
Tag | Download | Author | Age | |
0.8.1 | netlink-notify-0.8.1.tar.gz (sig) netlink-notify-0.8.1.tar.zst (sig) | Christian Hesse | 4 years | |
0.8.0 | netlink-notify-0.8.0.tar.gz (sig) netlink-notify-0.8.0.tar.zst (sig) | Christian Hesse | 7 years | |
0.7.5 | netlink-notify-0.7.5.tar.gz netlink-notify-0.7.5.tar.zst | Christian Hesse | 8 years | |
0.7.4 | netlink-notify-0.7.4.tar.gz netlink-notify-0.7.4.tar.zst | Christian Hesse | 9 years | |
0.7.3 | netlink-notify-0.7.3.tar.gz netlink-notify-0.7.3.tar.zst | Christian Hesse | 9 years | |
0.7.2 | netlink-notify-0.7.2.tar.gz netlink-notify-0.7.2.tar.zst | Christian Hesse | 10 years | |
0.7.1 | netlink-notify-0.7.1.tar.gz netlink-notify-0.7.1.tar.zst | Christian Hesse | 10 years | |
0.7.0 | netlink-notify-0.7.0.tar.gz netlink-notify-0.7.0.tar.zst | Christian Hesse | 10 years | |
0.6.6 | netlink-notify-0.6.6.tar.gz netlink-notify-0.6.6.tar.zst | Christian Hesse | 10 years | |
0.6.5 | netlink-notify-0.6.5.tar.gz netlink-notify-0.6.5.tar.zst | Christian Hesse | 10 years | |
[...] | ||||
Age | Commit message | Author | Files | Lines |
2024-06-18 | fix header ordering•••The kernel headers are supposed to be included after net/if.h, as they check whether net/if.h has been included before them, and if so, avoid redefinitions. This also avoid the non-portable hack of `#undef __USE_MISC`, which probably silently breaks glibc and leads to namespace pollution. Signed-off-by: Christian Hesse <mail@eworm.de> HEADmain | no92 | 1 | -7/+5 |
2024-06-18 | use sigaction(2) instead of signal(2)•••As stated in the man pages, `sigaction` should be preferred to `signal`. Signed-off-by: Christian Hesse <mail@eworm.de> | no92 | 1 | -2/+5 |
2024-06-18 | regenerate PNG icons | Christian Hesse | 4 | -0/+0 |
2024-06-18 | Makefile: make oxipng optional | Christian Hesse | 2 | -0/+3 |
2024-06-18 | Makefile: use rule for icon targets | Christian Hesse | 1 | -11/+2 |
2024-06-18 | Makefile: convert icons with librsvg | Christian Hesse | 2 | -6/+6 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 4 | -4/+4 |
2023-01-03 | update copyright for 2023 | Christian Hesse | 4 | -4/+4 |
2022-03-21 | fix warning/error on format security | Christian Hesse | 1 | -1/+1 |
2022-01-03 | update copyright for 2022 | Christian Hesse | 4 | -4/+4 |
[...] | ||||
Clone | ||||
https://git.eworm.de/cgit/netlink-notify |