alpha
Login
or
Join now
r0chd.pl
/
sessiond
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
session and seat management daemon
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
sessiond
/
daemon
/
src
/
at
aa94de3c9687b30dfd1de748900ec8d248834f89
1 folder
9 files
parzivale
fix(tests): update integration test for session_added protocol change
17d ago
752c5f83
tests
fix(tests): update integration test for session_added protocol change Upstream replaced the batched sessions event with per-session session_added events. Update the CoreState dispatch handler to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
cgroup.rs
fix(tests): update integration test for session_added protocol change Upstream replaced the batched sessions event with per-session session_added events. Update the CoreState dispatch handler to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
consolekit.rs
fix(ci): add gcc for linker in check and coverage workflows Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 weeks ago
device.rs
fix(clippy): resolve use_self and redundant_pub_crate warnings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
ecs.rs
feat(user): add lingering to protocol and cli
3 weeks ago
main.rs
refactor(sessiond): make Sessiond generic over CgroupManager Replace Box<dyn CgroupManager> with Sessiond<C: CgroupManager + 'static> to eliminate dynamic dispatch. Update all impl blocks in device.rs, seat.rs, session.rs, and user.rs to carry the generic parameter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
seat.rs
refactor(sessiond): make Sessiond generic over CgroupManager Replace Box<dyn CgroupManager> with Sessiond<C: CgroupManager + 'static> to eliminate dynamic dispatch. Update all impl blocks in device.rs, seat.rs, session.rs, and user.rs to carry the generic parameter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
session.rs
refactor(sessiond): make Sessiond generic over CgroupManager Replace Box<dyn CgroupManager> with Sessiond<C: CgroupManager + 'static> to eliminate dynamic dispatch. Update all impl blocks in device.rs, seat.rs, session.rs, and user.rs to carry the generic parameter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
terminal.rs
fix: resolve clippy warnings
1 month ago
user.rs
refactor(sessiond): make Sessiond generic over CgroupManager Replace Box<dyn CgroupManager> with Sessiond<C: CgroupManager + 'static> to eliminate dynamic dispatch. Update all impl blocks in device.rs, seat.rs, session.rs, and user.rs to carry the generic parameter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago