Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | version: 0.0.1.2v0.0.1.2 | Laurent Bercot | |
2018-06-27 | bugfix: return early on connection failure | Laurent Bercot | |
That allows utmpx-using programs to keep working (returning a failure) when no server is present, instead of blocking forever. | |||
2018-06-20 | Increase timeouts to 30s - do not penalize slow clients | Laurent Bercot | |
2018-06-20 | Accept errno >= 128 | Laurent Bercot | |
2018-06-18 | Doc fix | Laurent Bercot | |
2018-06-17 | Fix configure help message for socket paths | Laurent Bercot | |
2018-06-16 | version: 0.0.1.1v0.0.1.1 | Laurent Bercot | |
2018-06-16 | Only have pututxline() overwrite records with the same ut_line | Laurent Bercot | |
2018-06-16 | Small bugfixes and GNU extensions | Laurent Bercot | |
2018-06-15 | Small bugfixes, prepare for 0.0.1.1 | Laurent Bercot | |
2018-06-15 | Add UTMPX_FILE macro to please coreutils and others | Laurent Bercot | |
2018-06-07 | Fix socket locations in examples | Laurent Bercot | |
2018-06-07 | version: 0.0.1.0v0.0.1.0 | Laurent Bercot | |
2018-06-07 | Add utmpxname, change default socket names, ready for 0.0.1.0 | Laurent Bercot | |
2017-12-14 | Fix doc typo | Laurent Bercot | |
2017-11-22 | change __unused to _dummy | Laurent Bercot | |
__unused is a shortcut for __attribute__((__unused__)) on the BSDs, because of course it is. So, compilation error. -> change the field name. | |||
2017-11-20 | Initial release / rename to utmps | Laurent Bercot | |