summaryrefslogtreecommitdiffstats
path: root/qarsh.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a newline to the no heartbeat messageNate Straz2008-09-231-1/+1
|
* Instead of ignoring SIGTTIN, ignore stdin if it is a tty.Nate Straz2008-09-231-7/+5
|
* Ignore the SIGTTIN signal so we don't get caught in a read(0, ...)-SIGTTINv1.3-2Nate Straz2008-09-231-0/+6
| | | | infinite loop.
* Set a flag when a command finishes rather than exiting the select loop.Dean Jansa2008-09-231-3/+15
| | | | There may still be output to be read even after the command completed.
* Use hbeat interface which has been pulled out into its ownDean Jansa2008-09-231-66/+21
| | | | set of files.
* Fix a bug in heartbeat(). Need to reset host state when we got some IO from ↵Dean Jansa2008-09-231-10/+11
| | | | the host, and we only want to check for timeout if we were already in HOST_QUIET
* Rework heartbeating to run a small state machine, and change fromDean Jansa2008-09-231-30/+77
| | | | | | | | -m missed to -t timeout on the command line. New env var - QARSH_TIMEOUT can be set to change the default timeout. Command line -t overrides this env var.
* Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.Nate Straz2008-09-231-8/+81
|
* Flatten the qarsh tree.Nate Straz2008-09-231-0/+365