summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move stack to below 0x7c00; leaving it at the default locationMichael Brown2007-06-281-3/+5
* Obsoleted by downloader.cMichael Brown2007-06-282-235/+0Star
* Added missing config.[ch] lines for FTP protocolMichael Brown2007-06-282-0/+4
* Bugfix: iobuf->data always points to the start of the allocatedMichael Brown2007-06-281-1/+1
* Mildly ugly hack to force correct linkage.Michael Brown2007-06-283-6/+20
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-282-4/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-285-68/+69
* Use monojob and dhcp_configure_netdev().Michael Brown2007-06-281-68/+19Star
* Add dhcp_configure_netdev()Michael Brown2007-06-282-4/+65
* Added monojob controller in lieu of a full working shell.Michael Brown2007-06-284-0/+102
* Forgot to set initial session state. Now works!Michael Brown2007-06-281-0/+1
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-284-13/+0Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-288-143/+245
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-2716-256/+112Star
* Partial migration of UDP to data-xfer interface. (Will not link atMichael Brown2007-06-203-331/+310Star
* Add iob_ensure_headroom() placeholder.Michael Brown2007-06-201-0/+19
* Treat URIs opened via xfer_open() and friends as relative to theMichael Brown2007-06-131-5/+23
* Add concept of "current working URI".Michael Brown2007-06-123-5/+61
* Remove unused headers.Michael Brown2007-06-122-4/+2Star
* DNS code now records a whole struct sockaddr for the name server.Michael Brown2007-06-121-2/+5
* Updated DNS to use not-yet-implemented UDP data-xfer API.Michael Brown2007-06-123-127/+122Star
* Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-112-4/+7
|\
| * Renamed _calloc() to zalloc(), ready to be used as a standalone function.Michael Brown2007-06-112-4/+7
* | Updated TFTP and PXE UDP API code to use not-yet-implemented data-xferMichael Brown2007-06-114-401/+468
* | Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-116-13/+54
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-101-0/+1
|\|
| * Add missing call to free_iob().Michael Brown2007-06-101-0/+1
| * Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-101-0/+22
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-095-0/+0
|\|
| * Rename .cvsignore files to .gitignoreMichael Brown2007-06-095-0/+0
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-094-8/+9
|\|
| * Update email addresses in driversMarty Connor2007-06-094-8/+9
* | Scripts temporarily deregister themselves while executing. ThisMichael Brown2007-06-093-18/+18
* | Allow xfer_open() to take a struct uri as well as a URI string.Michael Brown2007-06-093-18/+40
* | Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-091-0/+22
* | Use standard xfer_open() argument list for downloader instantiatorMichael Brown2007-06-092-9/+14
* | Add reference counting to register/unregister procedure.Michael Brown2007-06-091-0/+32
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-081-1/+1
|\|
| * Updated email mdc's email addressMarty Connor2007-06-081-1/+1
* | Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-0827-1043/+789Star
|\|
| * Conflicts with native asn1.cMichael Brown2007-06-081-867/+0Star
| * Add a couple of tests for the URI parsing and resolving code.Michael Brown2007-06-031-0/+145
| * Added missing va_end()Michael Brown2007-06-031-0/+1
| * Add facility for resolving base+relative URIs (and paths).Michael Brown2007-06-032-20/+227
| * Added dirname()Michael Brown2007-06-032-1/+24
| * Added [v]asprintf()Michael Brown2007-06-032-0/+52
| * Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need themMichael Brown2007-05-313-26/+44
| * Add xfer_[v]printf() functions.Michael Brown2007-05-282-0/+45
| * Make URI structures reference-counted.Michael Brown2007-05-285-14/+27
| * Move increment/decrement debug messages to DBG2 levelMichael Brown2007-05-271-4/+4