Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | Bump version to 0.4.0 | Kenny Levinsen | |
2020-10-12 | connection: Add unittest | Kenny Levinsen | |
2020-09-22 | meson: Make default seatd socket path configurable | Kenny Levinsen | |
FreeBSD and Linux have different preferred socket locations. Expose an option to set the location, and implement simple auto-logic for linux/freebsd. | |||
2020-09-22 | poller: Add unittest | Kenny Levinsen | |
2020-09-08 | Bump version to 0.3.0 | Kenny Levinsen | |
2020-09-08 | libseat: Version the .so file | Kenny Levinsen | |
2020-09-01 | meson: fix manpage generation for cross builds | Isaac Freund | |
We want to use the scdoc of the host system not the target system, so pass the `native: true` parameter to meson. | |||
2020-08-31 | Remove unused list implementation | Kenny Levinsen | |
2020-08-28 | Bump version to 0.2.0 | Kenny Levinsen | |
2020-08-22 | meson: Set license to MIT | Kenny Levinsen | |
2020-08-08 | man: Add simple seatd(1) page | Kenny Levinsen | |
2020-08-08 | build: check for libelogind before libsystemd | Isaac Freund | |
elogind provides a libsystemd wrapper which is packaged by some distros. For whatever reason using this wrapper instead of libelogind directly causes compiler warnings to pop up. Checking for libelogind first ensures that this wrapper is not used. | |||
2020-08-07 | seatd: Add command-line arguments | Kenny Levinsen | |
2020-08-06 | linked_list: Add unittest | Kenny Levinsen | |
2020-08-05 | log: Remove libseat prefixes | Kenny Levinsen | |
2020-08-03 | libseat: Convert clients to linked_list | Kenny Levinsen | |
2020-08-03 | seat: Convert device list to linked list | Kenny Levinsen | |
2020-08-03 | poller: Remove unnecessary poll_impl abstraction | Kenny Levinsen | |
2020-08-03 | libseat: Use symbol file instead of -fvisibility | Kenny Levinsen | |
2020-08-01 | meson: FreeBSD options | Kenny Levinsen | |
2020-07-31 | meson: Set _FORTIFY_SOURCE=2 for optimized builds | Kenny Levinsen | |
2020-07-31 | meson: Add summary printout | Kenny Levinsen | |
2020-07-31 | Initial implementation of seatd and libseat | Kenny Levinsen | |