Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | -6/+11 |
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-04-01 | fix compiler warning/error with GCC 8.x•••GCC 8.x reports: worker.c:66:2: error: 'strncpy' specified bound 108 equals destination size [-Werror=stringop-truncation] Replace strncpy() with memcpy(), fixes #25. | Christian Hesse | 1 | -1/+1 |
2018-01-02 | update copyright for 2018 | Christian Hesse | 1 | -1/+1 |
2017-11-21 | prevent systemd from reporting failed with result 'protocol'•••A systemd service with Type=notify expects READY=1. | Christian Hesse | 1 | -3/+5 |
2017-10-30 | make sure the worker is run from systemd service | Christian Hesse | 1 | -0/+11 |
2017-07-03 | undo the changes with session keyring•••The keyring handling has been fixed with systemd v234, so revert using the session keyring. systemd-v234 | Christian Hesse | 1 | -16/+1 |
2017-06-22 | rename the worker program•••This is no longer just udev... So rename and move. | Christian Hesse | 1 | -0/+418 |