aboutsummaryrefslogtreecommitdiff
path: root/src/core/job.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-11-01[job] Allow job_progress() to return an ongoing job status code, if knownMichael Brown1-4/+12
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2010-06-22[interface] Convert all job-control interfaces to generic interfacesMichael Brown1-64/+21
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-08-31[job] Add missing job_progress() interface methodMichael Brown1-0/+8
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-07-10Unplug before sending close() message, to avoid screwing up interfacesMichael Brown1-2/+2
2007-06-28Added monojob controller in lieu of a full working shell.Michael Brown1-0/+8
2007-06-28Kill off job::start() (it was only ever added as part of an abortedMichael Brown1-5/+0
2007-05-15Do not hold self-references. This then avoids the problem of having toMichael Brown1-1/+2
2007-05-01Add start() eventMichael Brown1-8/+14
2007-04-29Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown1-1/+1
2007-04-29Skeleton job control interfaceMichael Brown1-0/+77