summaryrefslogtreecommitdiffstats
path: root/src/core/job.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [job] Allow job_progress() to return an ongoing job status code, if knownMichael Brown2013-11-011-4/+12
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-221-64/+21Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [job] Add missing job_progress() interface methodMichael Brown2009-08-311-0/+8
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-101-2/+2
* Added monojob controller in lieu of a full working shell.Michael Brown2007-06-281-0/+8
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-281-5/+0Star
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-1/+2
* Add start() eventMichael Brown2007-05-011-8/+14
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-1/+1
* Skeleton job control interfaceMichael Brown2007-04-291-0/+77