Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-21 | fix: remove warnings about redundant function declarations | Eric Koegel | 1 | -2/+0 | |
2014-10-05 | Set source id to 0 after calling g_source_remove | Eric Koegel | 1 | -0/+2 | |
Avoids some GLIB-Critical runtime messages by properly resetting the source id variables after removing the source. Patch provided by Manfred Hampl. | |||||
2008-04-19 | fix the script to work with recent dbus-python api changes | William Jon McCann | 1 | -1/+0 | |
2007-08-25 | First attempt a making ConsoleKit work on FreeBSD | Florent Thoumie | 1 | -0/+1 | |
- Add some ifdef's to make the code compile. - Add ck-sysdeps-freebsd.c, based on the Linux version, which means it's using linprocfs right now. Signed-off-by: Florent Thoumie <flz@FreeBSD.org> | |||||
2007-08-07 | don't use stderr or stdout as variable names | William Jon McCann | 1 | -11/+11 | |
2007-04-03 | add a glib message to syslog handler | William Jon McCann | 1 | -11/+10 | |
Also add ability to toggle debugging when SIGUSR1 is received. | |||||
2007-03-05 | use an async job to collect session info | William Jon McCann | 1 | -0/+392 | |
Use an async helper job to collect session info for the OpenSession() method. |