index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
downloader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[downloader] Profile receive datapath
Michael Brown
2014-04-28
1
-0
/
+15
*
[image] Ensure every image has a fully resolved URI
Michael Brown
2014-02-27
1
-12
/
+4
*
[job] Allow job_progress() to return an ongoing job status code, if known
Michael Brown
2013-11-01
1
-2
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[downloader] Use a more meaningful error message when out of memory
Michael Brown
2012-03-27
1
-1
/
+1
*
[downloader] Abort download immediately if buffer resizing fails
Michael Brown
2012-03-27
1
-0
/
+2
*
[downloader] Log final status of all downloads
Michael Brown
2012-03-26
1
-0
/
+10
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-2
/
+1
*
[image] Allow download job to complete before acting upon image
Michael Brown
2011-03-02
1
-9
/
+0
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-32
/
+16
*
[interface] Convert all job-control interfaces to generic interfaces
Michael Brown
2010-06-22
1
-39
/
+30
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-7
/
+7
*
[job] Report progress of downloader jobs via job_progress()
Michael Brown
2009-08-31
1
-2
/
+21
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-1
/
+1
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-45
/
+24
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+1
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Kill off job::start() (it was only ever added as part of an aborted
Michael Brown
2007-06-28
1
-1
/
+0
*
Use standard xfer_open() argument list for downloader instantiator
Michael Brown
2007-06-09
1
-6
/
+11
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
1
-14
/
+1
*
Prefix all the open()-family routines with xfer_, to disambiguate them
Michael Brown
2007-05-18
1
-3
/
+3
*
Do not hold self-references. This then avoids the problem of having to
Michael Brown
2007-05-15
1
-5
/
+17
*
Data-transfer interface should now be functionally complete.
Michael Brown
2007-05-15
1
-9
/
+22
*
Initial sketch for a downloader object
Michael Brown
2007-05-01
1
-0
/
+276