| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Make read_user() non-blocking, and add select() call. | Michael Brown | 2007-08-04 | 1 | -35/+59 |
| * | | | Display name and status of each file as it is downloaded. | Michael Brown | 2007-08-03 | 1 | -4/+17 |
| * | | | uri_get(NULL) and uri_put(NULL) are explicitly allowed. | Michael Brown | 2007-08-02 | 1 | -3/+2 |
| * | | | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 1 | -0/+78 |
| * | | | Add code for constructing single-file cpio archives on the fly | Michael Brown | 2007-08-02 | 1 | -0/+40 |
| | |/
|/| |
|
| * | | Added support for draft version of the AoE Boot Firmware Table. | Michael Brown | 2007-07-31 | 1 | -0/+60 |
| * | | Allowed HTTPS to be a separately configurable feature. | Michael Brown | 2007-07-30 | 1 | -0/+3 |
| * | | Import various libgcc functions from syslinux. | Michael Brown | 2007-07-30 | 1 | -20/+0 |
| * | | Added a simple pass-through filter layer for data transfer interfaces. | Michael Brown | 2007-07-29 | 1 | -0/+78 |
| * | | Applied a modified version of holger's regparm patches. | Michael Brown | 2007-07-29 | 1 | -1/+1 |
| |/ |
|
| * | Added two lines of code that were completely missing! | Michael Brown | 2007-07-25 | 1 | -2/+4 |
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 1 | -0/+20 |
| * | Changed #warning to FIXME for nvo hack warning. | Marty Connor | 2007-07-23 | 1 | -1/+1 |
| * | Obsolete code removal | Michael Brown | 2007-07-17 | 1 | -265/+0 |
| * | Remove more obsolete files | Michael Brown | 2007-07-15 | 1 | -49/+0 |
| * | Dead code removal. | Michael Brown | 2007-07-14 | 10 | -978/+12 |
| * | Unplug before sending close() message, to avoid screwing up interfaces | Michael Brown | 2007-07-10 | 3 | -4/+4 |
| * | Add debug messages to process.c | Michael Brown | 2007-07-10 | 1 | -0/+4 |
| * | Remove xfer_ready() (it has been replaced by xfer_window()) | Michael Brown | 2007-07-09 | 1 | -14/+0 |
| * | Add strcspn() and strndup() | Michael Brown | 2007-07-08 | 1 | -4/+41 |
| * | Make ref_get() return the reference, for cleaner code. | Michael Brown | 2007-07-08 | 1 | -8/+8 |
| * | Separate the "is data ready" function of xfer_seek() into an | Michael Brown | 2007-07-08 | 5 | -16/+49 |
| * | Kill off unused request() method in data-xfer interface. | Michael Brown | 2007-07-08 | 5 | -47/+0 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -6/+3 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1 |
| * | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-04 | 6 | -83/+150 |
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 1 | -289/+0 |
| |\ |
|
| | * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-03 | 2 | -1/+22 |
| | |\ |
|
| | * | | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 1 | -289/+0 |
| * | | | Should be using the generic device probe mechanism, when (if) they | Michael Brown | 2007-07-03 | 2 | -5/+0 |
| * | | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 4 | -12/+3 |
| | |/
|/| |
|
| * | | Use a linker-table based system to automatically mark and start up | Michael Brown | 2007-07-03 | 2 | -1/+22 |
| |/ |
|
| * | Warnings purge of src/core | Marty Connor | 2007-07-02 | 9 | -487/+26 |
| * | Removing obsolete files. | Michael Brown | 2007-07-01 | 1 | -80/+0 |
| * | Add gdbsym.c object to help with running gdb-to-qemu | Michael Brown | 2007-06-30 | 1 | -1/+4 |
| * | Obsoleted by downloader.c | Michael Brown | 2007-06-28 | 1 | -176/+0 |
| * | Added missing config.[ch] lines for FTP protocol | Michael Brown | 2007-06-28 | 1 | -0/+3 |
| * | Added monojob controller in lieu of a full working shell. | Michael Brown | 2007-06-28 | 2 | -0/+86 |
| * | Kill off job::start() (it was only ever added as part of an aborted | Michael Brown | 2007-06-28 | 2 | -6/+0 |
| * | Update DHCP to use data-xfer interface (not yet tested). | Michael Brown | 2007-06-28 | 1 | -2/+2 |
| * | Kill off hotplug.h and just make net devices normal reference-counted | Michael Brown | 2007-06-27 | 1 | -45/+0 |
| * | Treat URIs opened via xfer_open() and friends as relative to the | Michael Brown | 2007-06-13 | 1 | -5/+23 |
| * | Add concept of "current working URI". | Michael Brown | 2007-06-12 | 2 | -5/+58 |
| * | Merge branch 'master' into mcb-tcp-xfer | Michael Brown | 2007-06-11 | 1 | -1/+4 |
| |\ |
|
| | * | Renamed _calloc() to zalloc(), ready to be used as a standalone function. | Michael Brown | 2007-06-11 | 1 | -1/+4 |
| * | | Add concept of transfer metadata, to be used by UDP in order to | Michael Brown | 2007-06-11 | 2 | -7/+27 |