summaryrefslogtreecommitdiffstats
path: root/src/core/monojob.c
Commit message (Expand)AuthorAgeFilesLines
* [monojob] Display job status message, if presentMichael Brown2017-09-061-9/+25
* [monojob] Check for job progress only once per timer tickMichael Brown2017-09-061-13/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [monojob] Reset timeout when progress is madeMichael Brown2014-03-101-11/+18
* [monojob] Report ongoing job status as overall return status on timeoutMichael Brown2013-11-011-2/+5
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-011-10/+18
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [monojob] Check for keypresses only once per timer tickMichael Brown2012-06-281-11/+25
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [monojob] Avoid overflow when calculating percentage progressMichael Brown2011-03-261-3/+7
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [monojob] Display percentage progress, if availableMichael Brown2011-03-081-6/+23
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-221-19/+10Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-5/+5
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [monojob] Release reference on completed jobMichael Brown2008-10-131-0/+1
* [monojob] Allow for extremely slow system timersMichael Brown2008-10-121-1/+1
* [timer] Formalise the timer APIMichael Brown2008-10-121-2/+4
* [ui] Add progress dots while waiting on any foreground jobMichael Brown2008-07-241-3/+10
* Display name and status of each file as it is downloaded.Michael Brown2007-08-031-4/+17
* Added monojob controller in lieu of a full working shell.Michael Brown2007-06-281-0/+78