| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix deletion order bug | Sebastien Braun | 2010-10-06 | 1 | -0/+3 |
| | | | | | | | PVSCheckPrivileges::instance() is statically allocated. When it is deleted, the QCoreApplication is already gone (since it is stack- allocated), and the destructor of QFileSystemWatcher waits forever. | ||||
| * | Refactor signal handling in pvsprivinputd | Sebastien Braun | 2010-10-06 | 1 | -16/+24 |
| | | | | | | Only use one socketpair and delegate the actual decision of what to do when a specific signal is received to a special object. | ||||
| * | Implement privileged input daemon, first version without handlers. | Sebastien Braun | 2010-10-05 | 1 | -0/+147 |
