| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-19 | Add missing import for lseek() and ftruncate() | Joel Klinghed | |
| 2021-02-02 | Be explicit in types used in dbus | Joel Klinghed | |
| Cast to uint32_t for total and int64_t for epoch to be libc++ and environment agnostic. | |||
| 2021-02-02 | Fix dbus signature of get_state method | Joel Klinghed | |
| Forgot to update signature when switching from double, double to uint32_t, time_t. Also change time_t to int64_t as time_t can have different sizes. | |||
| 2021-02-02 | Handle empty state file | Joel Klinghed | |
| If no file exists an empty one is created, do not error out if that is the case. | |||
| 2021-01-27 | Complete rewrite using C++ and with shared state support | Joel Klinghed | |
