index
:
seatd.git
master
vt-switch
fork of seatd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-22
meson: Make default seatd socket path configurable
Kenny Levinsen
2020-09-22
drm: Relax drm file detection, support FreeBSD
Kenny Levinsen
2020-09-22
poller: Add unittest
Kenny Levinsen
2020-09-22
libseat: Execute bg events after IPC calls
Kenny Levinsen
2020-09-22
libseat: Dispatch all non-bg events on IPC call
Kenny Levinsen
2020-09-22
seatd: Log on exit
Kenny Levinsen
2020-09-22
seat: Reuse deactivate logic, more logging
Kenny Levinsen
2020-09-22
seat: Plug leak of deactivated fds
Kenny Levinsen
2020-09-22
seat: Rework seat activation/switch logic
Kenny Levinsen
2020-09-22
client: Remove unnecessary active_client check
Kenny Levinsen
2020-09-22
poller: Raise signals through self-pipe
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-07
man: Mention assistance from other contributors
Kenny Levinsen
2020-09-07
libseat: Handle SERVER_ERROR correctly
Kenny Levinsen
2020-09-01
meson: fix manpage generation for cross builds
Isaac Freund
2020-09-01
client: Only unlink if on the idle list
Kenny Levinsen
2020-09-01
ci: ASan smoketest on FreeBSD
Kenny Levinsen
2020-09-01
ci: ASan all build steps on arch
Kenny Levinsen
2020-09-01
Move list removal to seat/client destroy
Kenny Levinsen
2020-08-31
client: Do not leak idle clients on exit
Kenny Levinsen
2020-08-31
poller: Remember to remove sources from list
Kenny Levinsen
2020-08-31
server: Remember to remove seat from list
Kenny Levinsen
2020-08-31
test: Add test_run and test_assert macros
Kenny Levinsen
2020-08-31
Remove unused list implementation
Kenny Levinsen
2020-08-31
poller: Convert to linked_list
Kenny Levinsen
2020-08-31
linked_list: linked_list_take should concat lists
Kenny Levinsen
2020-08-31
server: Convert seat list to linked_list
Kenny Levinsen
2020-08-31
poller: Make event sources opaque
Kenny Levinsen
2020-08-30
seatd: Explicit cast -1 to unsigned gid_t
Kenny Levinsen
2020-08-30
seatd: Slight error handling cleanup
Kenny Levinsen
2020-08-30
seatd: Remove unused device_closed msg body
Kenny Levinsen
2020-08-30
linked_list: Implement linked_list_take
Kenny Levinsen
2020-08-29
seat: Destroy all clients on teardown
Kenny Levinsen
2020-08-29
protocol: Add note to remove device_closed msg
Kenny Levinsen
2020-08-29
libseat: Check euid before using builtin
Kenny Levinsen
2020-08-29
libseat: Remove pointless check
Kenny Levinsen
2020-08-29
libseat: Keep track of error state
Kenny Levinsen
2020-08-29
libseat: Improve logging with seatd conn helpers
Kenny Levinsen
2020-08-29
libseat: Assert that listener is non-NULL
Kenny Levinsen
2020-08-28
Bump version to 0.2.0
Kenny Levinsen
2020-08-28
logind: Merge PropertiesChanged handlers
Kenny Levinsen
2020-08-28
libseat: Expand logging in all backends
Kenny Levinsen
2020-08-28
libseat: Only print backend attempts for matches
Kenny Levinsen
2020-08-28
terminal: Explain FreeBSD current_vt behavior
Kenny Levinsen
2020-08-28
terminal: Construct TTY paths correctly on FreeBSD
Kenny Levinsen
2020-08-28
terminal: FreeBSD VT num is 1 higher than tty num
Kenny Levinsen
2020-08-28
terminal: Set K_RAW and term raw mode on FreeBSD
Kenny Levinsen
2020-08-28
simpletest: Set log level to debug
Kenny Levinsen
2020-08-28
Introduce libseat_set_log_level
Simon Ser
[next]