index
:
seatd.git
master
vt-switch
fork of seatd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libseat
Age
Commit message (
Expand
)
Author
2021-02-27
Convert a few debug logs to error logs
Kenny Levinsen
2021-02-27
logind: Fix return values from close_device/get_fd
Kenny Levinsen
2020-12-23
logind: Send ReleaseControl when closing seat
Kenny Levinsen
2020-12-04
libseat/backend/logind: stop waiting for CanGraphical
Simon Ser
2020-11-24
logind: switch_session should return 0 on success
Kenny Levinsen
2020-11-21
libseat: log error when failing to open socket
Isaac Freund
2020-10-11
libseat: Better error reporting from open_seat
Kenny Levinsen
2020-10-11
logind: clang-format
Kenny Levinsen
2020-10-10
logind: Use seat_path for SwitchTo
Kenny Levinsen
2020-09-28
logind: close_device should not close fd
Kenny Levinsen
2020-09-22
libseat/seatd: Fix socket path bounds
Kenny Levinsen
2020-09-22
meson: Make default seatd socket path configurable
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-07
libseat: Handle SERVER_ERROR correctly
Kenny Levinsen
2020-08-31
client: Do not leak idle clients on exit
Kenny Levinsen
2020-08-31
linked_list: linked_list_take should concat lists
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
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
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
Introduce libseat_set_log_level
Simon Ser
2020-08-28
Nuke LIBSEAT_LOGLEVEL
Simon Ser
2020-08-28
Rename enum log_level to libseat_log_level
Simon Ser
2020-08-24
libseat: Remove useless logind fallbacks
Kenny Levinsen
2020-08-23
logind: Set session type from env
Kenny Levinsen
2020-08-23
logind: Remove session type check
Kenny Levinsen
2020-08-23
logind: Remove useless check
Kenny Levinsen
2020-08-06
logind: Allow SwitchTo for all seats
Kenny Levinsen
2020-08-06
logind: close_device always returned error
Kenny Levinsen
2020-08-05
libseat: Rename libseat_impl to seat_impl
Kenny Levinsen
2020-08-05
log: Remove libseat prefixes
Kenny Levinsen
2020-08-05
Remove pointless compiler.h
Kenny Levinsen
2020-08-03
libseat: Use LIBSEAT_LOGLEVEL instead of SEATD_LOGLEVEL
Kenny Levinsen
2020-08-03
libseat: Convert clients to linked_list
Kenny Levinsen
2020-08-03
server: Stack-allocate the server
Kenny Levinsen
2020-08-03
libseat: Use symbol file instead of -fvisibility
Kenny Levinsen
2020-08-01
seatd: Perform clean server shutdown
Kenny Levinsen
2020-08-01
FreeBSD compiler warning fix
Kenny Levinsen
2020-07-31
Initial implementation of seatd and libseat
Kenny Levinsen