Age | Commit message (Expand) | 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-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-01-03 | update copyright for 2023 | Christian Hesse | 1 | -1/+1 |
2022-01-03 | update copyright for 2022 | Christian Hesse | 1 | -1/+1 |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 |
2020-11-25 | clearly state the license | Christian Hesse | 1 | -2/+13 |
2020-02-08 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 |
2019-01-01 | update copyright for 2019 | Christian Hesse | 1 | -1/+1 |
2018-03-07 | make more parameters const | Christian Hesse | 1 | -7/+7 |
2018-03-06 | show the SSID for wireless interfaces | Christian Hesse | 1 | -0/+5 |
2018-03-06 | remove constant defines from function paramters | Christian Hesse | 1 | -3/+3 |
2018-01-02 | update copyright for 2018 | Christian Hesse | 1 | -1/+1 |
2017-01-05 | use systemd service manager notification | Christian Hesse | 1 | -0/+5 |
2017-01-05 | update copyright for 2017 | Christian Hesse | 1 | -1/+1 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 |
2014-10-17 | use ISO C11 standard | Christian Hesse | 1 | -0/+2 |
2014-09-30 | rework big parts of the code | Christian Hesse | 1 | -0/+93 |