aboutsummaryrefslogtreecommitdiff
path: root/src/core/monojob.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-05[monojob] Display job status message, if presentMichael Brown1-9/+25
2017-09-05[monojob] Check for job progress only once per timer tickMichael Brown1-13/+15
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-03-10[monojob] Reset timeout when progress is madeMichael Brown1-11/+18
2013-11-01[monojob] Report ongoing job status as overall return status on timeoutMichael Brown1-2/+5
2013-11-01[monojob] Add timeout parameter to monojob_wait()Michael Brown1-10/+18
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-06-28[monojob] Check for keypresses only once per timer tickMichael Brown1-11/+25
2012-05-22[monojob] Allow monojob to be completely silentMichael Brown1-7/+11
2011-03-26[monojob] Avoid overflow when calculating percentage progressMichael Brown1-3/+7
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2011-03-07[monojob] Display percentage progress, if availableMichael Brown1-6/+23
2010-06-22[interface] Convert all job-control interfaces to generic interfacesMichael Brown1-19/+10
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-5/+5
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-10-13[monojob] Release reference on completed jobMichael Brown1-0/+1
2008-10-12[monojob] Allow for extremely slow system timersMichael Brown1-1/+1
2008-10-12[timer] Formalise the timer APIMichael Brown1-2/+4
2008-07-24[ui] Add progress dots while waiting on any foreground jobMichael Brown1-3/+10
2007-08-03Display name and status of each file as it is downloaded.Michael Brown1-4/+17
2007-06-28Added monojob controller in lieu of a full working shell.Michael Brown1-0/+78