summaryrefslogtreecommitdiffstats
path: root/src/input/pvsprivinputd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement log targets for pvsprivinputdSebastien Braun2010-10-071-6/+110
| | | | | | | Also: - add command line options and usage message. - change --no-fork to --daemon to bring it in line with the pvs daemon.
* Fix deletion order bugSebastien Braun2010-10-061-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 pvsprivinputdSebastien Braun2010-10-061-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 Braun2010-10-051-0/+147