Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lay the groundwork for making open session async | William Jon McCann | 2007-02-28 | 1 | -118/+252 |
| | | | | | | | | | | Restructure things a bit so that we can be completely async about creating sessions. We want to do this so we can use callouts to gather session info or to verify info. Also make the OpenSession create a parameter list and then create the session rather than creating the session and changing attributes. This is less racy and the session will be complete and correct before any signals are emitted. | ||||
* | rename some items in proc.h api; add some more error checking | William Jon McCann | 2007-02-26 | 1 | -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.12 | William Jon McCann | 2007-02-21 | 1 | -1/+24 |
| | | | | Copy the iso8601 function from glib to support versions less than 2.12. | ||||
* | make separate test scripts for open session methods | William Jon McCann | 2007-02-21 | 1 | -0/+1 |
| | |||||
* | add a system-idle-hint and system-idle-since-hint | William Jon McCann | 2007-02-20 | 1 | -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 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 | 1 | -77/+77 |
| | |||||
* | Add some more debugging output | William Jon McCann | 2007-02-06 | 1 | -1/+7 |
| | |||||
* | Fix some small leaks. Add --timed-exit to daemon for valgrinding. | William Jon McCann | 2006-11-06 | 1 | -1/+10 |
| | |||||
* | Show message even when error is NULL. Fix valgrind script. | William Jon McCann | 2006-11-06 | 1 | -1/+0 |
| | |||||
* | Initial import | William Jon McCann | 2006-10-25 | 1 | -0/+1017 |