Pass JOBSERIAL through to the cleanup function.
[whenjobs.git] / daemon /
2012-02-23 Richard W.M. JonesPass JOBSERIAL through to the cleanup function.
2012-02-23 Richard W.M. JonesImplement cleanup functions, including 'mailto'.
2012-02-23 Richard W.M. Jonesdaemon: On fork, open stdin/stdout/stderr on /dev/null.
2012-02-23 Richard W.M. JonesAdd Whentools library, test, documentation.
2012-02-23 Richard W.M. JonesMove variable checking to check_valid_variable_name...
2012-02-23 Richard W.M. JonesRefactor state into a separate [Whenstate] module.
2012-02-23 Richard W.M. JonesSplit large 'Whenutils' module into two (creating new...
2012-02-22 Richard W.M. JonesFix double-scheduled timer problem caused by reloading...
2012-02-22 Richard W.M. JonesDisplay version when daemon starts.
2012-02-22 Richard W.M. JonesRun jobs with 'set -e' so that they exit on error.
2012-02-21 Richard W.M. JonesFix EXTRA_DIST in Makefiles.
2012-02-21 Richard W.M. JonesUse $SHELL environment variable to run the shell scripts.
2012-02-21 Richard W.M. JonesAdd unit variable type and 'reloaded()' function.
2012-02-21 Richard W.M. JonesPrevent users from setting JOBSERIAL and from setting...
2012-02-21 Richard W.M. JonesAdd a $JOBSERIAL environment variable when jobs run.
2012-02-21 Richard W.M. JonesCompare job names intelligently, so "job$9" < "job...
2012-02-21 Richard W.M. JonesImplement running of jobs.
2012-02-21 Richard W.M. JonesImplement 'whenjobs --daemon-stop'
2012-02-21 Richard W.M. JonesAdd new when-expression operators.
2012-02-21 Richard W.M. JonesEnsure when-stmt jobs always run in predictable (name...
2012-02-20 Richard W.M. JonesScheduling of every-jobs.
2012-02-18 Richard W.M. Joneswhenjobs initial version.
2012-02-10 Richard W.M. JonesInitial build environment.