summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-35/+59
* Display name and status of each file as it is downloaded.Michael Brown2007-08-031-4/+17
* uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-021-3/+2Star
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-0/+78
* Add code for constructing single-file cpio archives on the flyMichael Brown2007-08-021-0/+40
* Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+60
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-0/+3
* Import various libgcc functions from syslinux.Michael Brown2007-07-301-20/+0Star
* Added a simple pass-through filter layer for data transfer interfaces.Michael Brown2007-07-291-0/+78
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-1/+1
* Added two lines of code that were completely missing!Michael Brown2007-07-251-2/+4
* Add per-file error identifiersMichael Brown2007-07-241-0/+20
* Changed #warning to FIXME for nvo hack warning.Marty Connor2007-07-231-1/+1
* Obsolete code removalMichael Brown2007-07-171-265/+0Star
* Remove more obsolete filesMichael Brown2007-07-151-49/+0Star
* Dead code removal.Michael Brown2007-07-1410-978/+12Star
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-103-4/+4
* Add debug messages to process.cMichael Brown2007-07-101-0/+4
* Remove xfer_ready() (it has been replaced by xfer_window())Michael Brown2007-07-091-14/+0Star
* Add strcspn() and strndup()Michael Brown2007-07-081-4/+41
* Make ref_get() return the reference, for cleaner code.Michael Brown2007-07-081-8/+8
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-085-16/+49
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-085-47/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-6/+3Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-046-83/+150
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-031-289/+0Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-032-1/+22
| |\
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-031-289/+0Star
* | | Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-032-5/+0Star
* | | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-034-12/+3Star
| |/ |/|
* | Use a linker-table based system to automatically mark and start upMichael Brown2007-07-032-1/+22
|/
* Warnings purge of src/coreMarty Connor2007-07-029-487/+26Star
* Removing obsolete files.Michael Brown2007-07-011-80/+0Star
* Add gdbsym.c object to help with running gdb-to-qemuMichael Brown2007-06-301-1/+4
* Obsoleted by downloader.cMichael Brown2007-06-281-176/+0Star
* Added missing config.[ch] lines for FTP protocolMichael Brown2007-06-281-0/+3
* Added monojob controller in lieu of a full working shell.Michael Brown2007-06-282-0/+86
* Kill off job::start() (it was only ever added as part of an abortedMichael Brown2007-06-282-6/+0Star
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-2/+2
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-45/+0Star
* 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-122-5/+58
* Merge branch 'master' into mcb-tcp-xferMichael Brown2007-06-111-1/+4
|\
| * Renamed _calloc() to zalloc(), ready to be used as a standalone function.Michael Brown2007-06-111-1/+4
* | Add concept of transfer metadata, to be used by UDP in order toMichael Brown2007-06-112-7/+27