summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* rename some items in proc.h api; add some more error checkingWilliam Jon McCann2007-02-261-38/+66
| | | | | Make the proc.h API more coherent. Convert some warnings to debug statements. Fix two leaks. Add more error checking.
* add support for glib < 2.12William Jon McCann2007-02-211-1/+24
| | | | Copy the iso8601 function from glib to support versions less than 2.12.
* make separate test scripts for open session methodsWilliam Jon McCann2007-02-211-0/+1
|
* add a system-idle-hint and system-idle-since-hintWilliam Jon McCann2007-02-201-18/+142
| | | | | The system idle hint is TRUE when there are no busy (ie non-idle) sessions. So the system is idle when there are no sessions or all sessions are idle.
* restrict access to CloseSessionWilliam Jon McCann2007-02-151-0/+77
| | | | Only allow the uid and pid that opened the session to close it.
* convert all tabs to spacesWilliam Jon McCann2007-02-151-77/+77
|
* Add some more debugging outputWilliam Jon McCann2007-02-061-1/+7
|
* Fix some small leaks. Add --timed-exit to daemon for valgrinding.William Jon McCann2006-11-061-1/+10
|
* Show message even when error is NULL. Fix valgrind script.William Jon McCann2006-11-061-1/+0
|
* Initial importWilliam Jon McCann2006-10-251-0/+1017