]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/process.c
Re-enable SIGPIPE for children so they have default behaviour
[sojka/lightdm.git] / src / process.c
2016-10-19 Robert AncellRe-enable SIGPIPE for children so they have default...
2015-10-30 Robert AncellMake guest account script more portable
2015-10-22 Robert AncellUse logrotate to handle files in the default log directory.
2015-10-20 Alexandros FrantzisUse logrotate to handle files in the default log directory
2015-10-19 Robert AncellSet example multi-seat configuration to a valid seat...
2015-10-16 Robert AncellOptimize guest account creation by removing slow chown...
2015-10-16 Robert AncellAllow reading /proc/<PID>/net/dev from within a guest...
2015-10-16 Robert AncellTidy up finalize methods
2014-10-14 Jesús GonzálezMerged changes from parent branch
2014-10-02 Robert AncellMerge with trunk
2014-10-02 Robert AncellRefactored code to replace hardcoded signal identificat...
2014-10-02 Robert AncellMatch seat configuration using globbing
2014-09-29 Jesús GonzálezRefactored code to replace hardcoded signal identificat...
2014-09-23 Robert AncellMerge with trunk
2014-09-20 Jesús GonzálezMerge from parent branch up to revision 2065
2014-09-19 Robert AncellRemove trailing whitespace
2014-09-10 Laércio de SousaMerge with trunk
2014-09-08 Robert AncellMerge with trunk
2014-09-05 Robert AncellFix memory leaks
2014-03-13 Robert AncellEnsure X authority is written before X server is started
2014-03-13 Robert AncellDon't use g_hash_table_get_keys_as_array, it's a glib...
2014-03-11 Robert AncellDon't use g_hash_table_get_keys_as_array, it's a glib...
2014-03-07 Robert AncellHandle signals being received in child processes instea...
2014-03-06 Robert AncellHandle signals being received in child processes instea...
2014-03-06 Gunnar Hjalmarssondebian/patches/04_language_handling.patch:
2014-03-06 Robert AncellFix small leaks detected by valgrind.
2014-03-06 Robert AncellFix small leaks detected by valgrind
2014-03-05 Robert AncellMake sure processes can only be stopped once, don't...
2014-03-05 Robert AncellMake sure processes can only be stopped once, don't...
2014-03-04 Robert AncellMore carefully remove GSources.
2014-03-04 Robert AncellMore carefully remove GSources
2014-02-26 Robert AncellMerge with trunk
2014-02-25 Robert AncellBe extra careful not to call any non thread safe functi...
2014-02-25 Robert AncellBe extra careful not to call any non thread safe functi...
2013-10-17 Michael TerryMerge from trunk
2013-10-09 Robert AncellDestroy quit timeout when a process object is destroyed...
2013-10-09 Robert AncellDestroy quit timeout when a process object is destroyed...
2013-09-06 Robert AncellFix a bunch of small errors picked up by Coverity.
2013-09-05 Robert AncellCheck return value reading from signal pipe
2013-08-19 Robert AncellMerge with trunk
2013-08-15 Michael TerryMerge from trunk
2013-07-23 Robert AncellMerge with trunk
2013-07-20 Robert AncellMerge with trunk
2013-07-20 Robert AncellSynchronise X server starting.
2013-07-20 Robert AncellMerge with trunk
2013-07-20 Robert AncellStop generating glib marshals by using glib >= 2.30.
2013-07-20 Robert AncellStop generating glib marshals by using glib >= 2.30
2013-05-09 Robert AncellMerge with trunk
2013-03-07 Robert AncellMerge with trunk
2013-03-06 Robert AncellFix script hooks no longer working with latest glib
2012-08-17 Michael Terrymerge from trunk
2012-06-21 Robert AncellFix compilation with GCC 4.7
2012-06-21 Robert AncellHandle clearenv() not being defined
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-03-08 Robert AncellAdd a seat option greeter-allow-guest which controls...
2012-03-05 Robert AncellStop file descriptors leaking into the session processes
2011-09-28 Robert AncellMerge translations
2011-09-28 Robert AncellMove user/log file code outside of process.c, get PAM...
2011-09-22 Robert AncellMerge translations
2011-09-22 Robert AncellRun pam_setcred inside the session process so pam_group...
2011-09-21 Robert AncellRefactor the session/process relationship so we can...
2011-09-16 Robert AncellMerge translations
2011-09-16 Robert AncellEmit the right signals when waiting for a process to...
2011-09-16 Robert AncellFix scripts not working
2011-09-16 Robert AncellTidy up blocking process code
2011-09-15 Robert AncellSet PAM_TTY and PAM_XDISPLAY when opening PAM session
2011-09-11 Robert AncellAdd VNC server support
2011-08-08 Robert AncellMerge with master
2011-08-06 Robert AncellAdd a gdmflexiserver binary that provides backwards...
2011-07-28 Michael Terryinsert our private path into user's PATH
2011-07-26 Robert AncellMoving authentication from Display to Session
2011-07-26 Robert AncellMerge in translations
2011-07-26 Robert AncellDon't set SIGQUIT to ignore in child processes
2011-07-24 Robert AncellFix whitespace
2011-07-18 Robert AncellRename ChildProcess to Process