Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make the idle hint getters sync dbus methods | William Jon McCann | 2007-02-20 | 3 | -11/+20 | |
| | | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal. | |||||
* | rename idle methods and signal to indicate they are hints | William Jon McCann | 2007-02-20 | 3 | -49/+49 | |
| | | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties. | |||||
* | limit the use of errno | William Jon McCann | 2007-02-19 | 1 | -5/+10 | |
| | | | | Try to limit the use of errno in case it can change. | |||||
* | handle the no console fd case better | William Jon McCann | 2007-02-19 | 2 | -10/+38 | |
| | | | | | Don't spew warnings when getfd() can't find a suitable console fd. Also add a comment to note where getfd.c comes from. | |||||
* | improve thread safety | William Jon McCann | 2007-02-19 | 1 | -52/+174 | |
| | | | | | | Change to using an async queue for events from VT watching threads. Add mutex protection to shared data. Compress the event queue when possible by discarding all but the most recent VT activation event. | |||||
* | add creation and idle-since times | William Jon McCann | 2007-02-15 | 3 | -0/+61 | |
| | | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool. | |||||
* | implement get/set idle methods | William Jon McCann | 2007-02-15 | 3 | -11/+173 | |
| | | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question. | |||||
* | restrict access to CloseSession | William Jon McCann | 2007-02-15 | 1 | -0/+77 | |
| | | | | Only allow the uid and pid that opened the session to close it. | |||||
* | convert all tabs to spaces | William Jon McCann | 2007-02-15 | 3 | -93/+93 | |
| | ||||||
* | fix compiler warning | William Jon McCann | 2007-02-15 | 1 | -3/+6 | |
| | ||||||
* | fix warning from missing include | William Jon McCann | 2007-02-13 | 2 | -5/+6 | |
| | ||||||
* | create and delete pid file | S.Çağlar Onur | 2007-02-13 | 1 | -1/+24 | |
| | | | | | While try to play with ConsoleKit i realize it cannot create its pid file, so if needed attached patch adds that with copy/paste from PolicyKit :). | |||||
* | use the supplied vt number when updating active session | William Jon McCann | 2007-02-12 | 1 | -12/+19 | |
| | | | | | Just the use vt number given by the vt-manager instead of asking for the current vt again. A little bit less racy this way. | |||||
* | Bump thread stack size up to 64k | William Jon McCann | 2007-02-08 | 1 | -1/+1 | |
| | | | | | The minimum stack size 16k seems to crash glibc when we do printf in debug. | |||||
* | support for reconnecting to the system bus | William Jon McCann | 2007-02-07 | 1 | -45/+153 | |
| | | | | | Instead of exiting on disconnect this attempts to reconnect. Based on patch from: Timo Hoenig <thoenig@suse.de> | |||||
* | reduce the debug buffer size | William Jon McCann | 2007-02-07 | 1 | -6/+6 | |
| | | | | Reduce the buffer size in the debugging code. | |||||
* | Don't keep last session active when switching to a VT without | William Jon McCann | 2007-02-06 | 1 | -3/+1 | |
| | | | | | a session registered on it. Patch from: David Zeuthen | |||||
* | Add some more debugging output | William Jon McCann | 2007-02-06 | 2 | -2/+10 | |
| | ||||||
* | Make threads use minimum stack size rather than the default. | William Jon McCann | 2007-02-06 | 1 | -1/+1 | |
| | | | | Patch from: mclasen@redhat.com | |||||
* | Fix some small leaks. Add --timed-exit to daemon for valgrinding. | William Jon McCann | 2006-11-06 | 5 | -5/+18 | |
| | ||||||
* | Show message even when error is NULL. Fix valgrind script. | William Jon McCann | 2006-11-06 | 3 | -3/+6 | |
| | ||||||
* | Add a script to test FUS related functionality. | William Jon McCann | 2006-10-31 | 3 | -10/+71 | |
| | | | | Fix a problem where error was reported twice. | |||||
* | Add .gitignore files and rename tool. | William Jon McCann | 2006-10-27 | 1 | -0/+13 | |
| | ||||||
* | Actually remove files and remember to use commit -a. | William Jon McCann | 2006-10-27 | 6 | -1403/+0 | |
| | ||||||
* | Initial import | William Jon McCann | 2006-10-25 | 27 | -0/+5894 | |