index
:
seatd.git
master
vt-switch
fork of seatd
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2022-03-29
wscons: Move to its own device type
Kenny Levinsen
2022-03-16
Initial netbsd support
illiliti
2021-09-21
clang-format: Fix alignment
Kenny Levinsen
2021-09-21
seatd: Implement ping request to wake up later
Kenny Levinsen
2021-09-02
seat: Avoid holding a tty fd
Kenny Levinsen
2021-08-15
libseat: Update builtin backend root requirement documentation
Greg Depoire--Ferrer
2021-08-15
Make libseat_seat_listener const
Simon Ser
2021-03-26
Add no-op session
Simon Ser
2021-03-02
log: Include debug logs in release builds
Kenny Levinsen
2021-03-01
log: Remove function name from log
Kenny Levinsen
2021-02-27
libseat: Fix typo in doc string
Kenny Levinsen
2021-02-27
seatd: Tear down VT when disabled client closes
Kenny Levinsen
2021-02-27
client: Replace pending_disable with state enum
Kenny Levinsen
2020-09-22
terminal: Ack both release and acquire
Kenny Levinsen
2020-09-22
seat: Rework seat activation/switch logic
Kenny Levinsen
2020-09-22
poller: Raise signals through self-pipe
Kenny Levinsen
2020-08-31
client: Do not leak idle clients on exit
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
server: Convert seat list to linked_list
Kenny Levinsen
2020-08-31
poller: Make event sources opaque
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: Improve logging with seatd conn helpers
Kenny Levinsen
2020-08-28
Introduce libseat_set_log_level
Simon Ser
2020-08-28
Introduce libseat_set_log_handler
Simon Ser
2020-08-28
Rename enum log_level to libseat_log_level
Simon Ser
2020-08-07
seatd: Add command-line arguments
Kenny Levinsen
2020-08-05
libseat: Fix doc typo
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
seat: Convert client list to linked list
Kenny Levinsen
2020-08-03
seat: Convert device list to linked list
Kenny Levinsen
2020-08-03
linked_list: Initial implementation
Kenny Levinsen
2020-08-03
server: Stack-allocate the server
Kenny Levinsen
2020-08-03
poller: Inline the poller into the server struct
Kenny Levinsen
2020-08-03
poller: Remove unnecessary poll_impl abstraction
Kenny Levinsen
2020-08-03
libseat: Remove unused stdarg.h import
Kenny Levinsen
2020-08-03
compiler: Rename erroneous header-guard
Kenny Levinsen
2020-08-03
terminal: Remove unused prototypes
Kenny Levinsen
2020-08-03
list: Make list_concat argument const
Kenny Levinsen
2020-08-03
client: Prefix notification methods with 'send'
Kenny Levinsen
2020-08-03
libseat: Use symbol file instead of -fvisibility
Kenny Levinsen
2020-08-02
seat: Deactivate devices before sending disable
Kenny Levinsen
2020-08-02
list: Add list_pop_back
Kenny Levinsen
2020-08-02
seat: Open/close tty on activation/deactivation
Kenny Levinsen
[next]