2007-07-23 |
Marty Connor | Changed #warning to FIXME for nvo hack warning. |
tree | commitdiff |
2007-07-17 |
Michael Brown | Obsolete code removal |
tree | commitdiff |
2007-07-14 |
Michael Brown | Remove more obsolete files |
tree | commitdiff |
2007-07-14 |
Michael Brown | Dead code removal. |
tree | commitdiff |
2007-07-10 |
Michael Brown | Unplug before sending close() message, to avoid screwin... |
tree | commitdiff |
2007-07-10 |
Michael Brown | Add debug messages to process.c |
tree | commitdiff |
2007-07-09 |
Michael Brown | Remove xfer_ready() (it has been replaced by xfer_window()) |
tree | commitdiff |
2007-07-08 |
Michael Brown | Merge branch 'master' into iscsi-update |
tree | commitdiff |
2007-07-08 |
Michael Brown | Add strcspn() and strndup() |
tree | commitdiff |
2007-07-08 |
Michael Brown | Make ref_get() return the reference, for cleaner code. |
tree | commitdiff |
2007-07-08 |
Michael Brown | Separate the "is data ready" function of xfer_seek... |
tree | commitdiff |
2007-07-08 |
Michael Brown | Kill off unused request() method in data-xfer interface. |
tree | commitdiff |
2007-07-06 |
Holger Lubitz | convert to zalloc |
tree | commitdiff |
2007-07-06 |
Holger Lubitz | convert to zalloc |
tree | commitdiff |
2007-07-06 |
Holger Lubitz | convert to zalloc |
tree | commitdiff |
2007-07-06 |
Holger Lubitz | convert to zalloc |
tree | commitdiff |
2007-07-06 |
Holger Lubitz | convert to zalloc |
tree | commitdiff |
2007-07-06 |
Holger Lubitz | convert to zalloc |
tree | commitdiff |
2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-03 |
Michael Brown | Separated out initialisation functions from startup... |
tree | commitdiff |
2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk... |
tree | commitdiff |
2007-07-03 |
Michael Brown | Should be using the generic device probe mechanism... |
tree | commitdiff |
2007-07-03 |
Michael Brown | We don't actually use the reset functions anywhere... |
tree | commitdiff |
2007-07-03 |
Michael Brown | Use a linker-table based system to automatically mark... |
tree | commitdiff |
2007-07-02 |
Marty Connor | Merge branch 'master' of ssh://rom.etherboot.org/gpxe |
tree | commitdiff |
2007-07-02 |
Marty Connor | Warnings purge of src/core |
tree | commitdiff |
2007-07-01 |
Michael Brown | Removing obsolete files. |
tree | commitdiff |
2007-06-30 |
Michael Brown | Add gdbsym.c object to help with running gdb-to-qemu |
tree | commitdiff |
2007-06-28 |
Michael Brown | Obsoleted by downloader.c |
tree | commitdiff |
2007-06-28 |
Michael Brown | Added missing config.[ch] lines for FTP protocol |
tree | commitdiff |
2007-06-28 |
Michael Brown | Added monojob controller in lieu of a full working... |
tree | commitdiff |
2007-06-28 |
Michael Brown | Kill off job::start() (it was only ever added as part... |
tree | commitdiff |
2007-06-27 |
Michael Brown | Update DHCP to use data-xfer interface (not yet tested). |
tree | commitdiff |
2007-06-27 |
Michael Brown | Kill off hotplug.h and just make net devices normal... |
tree | commitdiff |
2007-06-13 |
Michael Brown | Treat URIs opened via xfer_open() and friends as relati... |
tree | commitdiff |
2007-06-11 |
Michael Brown | Add concept of "current working URI". |
tree | commitdiff |
2007-06-11 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-11 |
Michael Brown | Renamed _calloc() to zalloc(), ready to be used as... |
tree | commitdiff |
2007-06-11 |
Michael Brown | Add concept of transfer metadata, to be used by UDP... |
tree | commitdiff |
2007-06-10 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Scripts temporarily deregister themselves while executi... |
tree | commitdiff |
2007-06-09 |
Michael Brown | Allow xfer_open() to take a struct uri as well as a... |
tree | commitdiff |
2007-06-09 |
Michael Brown | Use standard xfer_open() argument list for downloader... |
tree | commitdiff |
2007-06-09 |
Michael Brown | Add reference counting to register/unregister procedure. |
tree | commitdiff |
2007-06-08 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-08 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer origin/mcb-tcp-xfer |
tree | commitdiff |
2007-06-03 |
Michael Brown | Added missing va_end() |
tree | commitdiff |
2007-06-03 |
Michael Brown | Add facility for resolving base+relative URIs (and... |
tree | commitdiff |
2007-06-03 |
Michael Brown | Added dirname() |
tree | commitdiff |
2007-06-03 |
Michael Brown | Added [v]asprintf() |
tree | commitdiff |
2007-05-31 |
Michael Brown | Move [v]ssnprintf() from iscsi.c into vsprintf.c; we... |
tree | commitdiff |
2007-05-29 |
Michael Brown | Update HTTP to use data-xfer interface. |
tree | commitdiff |
2007-05-28 |
Michael Brown | Add xfer_[v]printf() functions. |
tree | commitdiff |
2007-05-28 |
Michael Brown | Make URI structures reference-counted. |
tree | commitdiff |
2007-05-27 |
Michael Brown | Introduce name resolution interface and named socket... |
tree | commitdiff |
2007-05-27 |
Michael Brown | Move increment/decrement debug messages to DBG2 level |
tree | commitdiff |
2007-05-26 |
Michael Brown | Eliminate PF_INET; just use the AF_INET from the struct... |
tree | commitdiff |
2007-05-26 |
Michael Brown | Modify data-xfer semantics: it is no longer necessary... |
tree | commitdiff |
2007-05-26 |
Michael Brown | Modify process semantics; rescheduling is now automatic. |
tree | commitdiff |
2007-05-25 |
Michael Brown | Free I/O buffers when we are finished with them! |
tree | commitdiff |
2007-05-19 |
Michael Brown | Use list_for_each_entry_safe() when flushing queue. |
tree | commitdiff |
2007-05-19 |
Michael Brown | Add local address to socket openers. |
tree | commitdiff |
2007-05-18 |
Michael Brown | Add explicit "freeing" debug messages. |
tree | commitdiff |
2007-05-18 |
Michael Brown | Must request data before anything actually happens... |
tree | commitdiff |
2007-05-18 |
Michael Brown | Add debugging |
tree | commitdiff |
2007-05-18 |
Michael Brown | Add alloc_iob() and free_iob(). (Direct search-and... |
tree | commitdiff |
2007-05-18 |
Michael Brown | Added POSIX-style blocking I/O calls, for use by PXE... |
tree | commitdiff |
2007-05-18 |
Michael Brown | Prefix all the open()-family routines with xfer_, to... |
tree | commitdiff |
2007-05-15 |
Michael Brown | Do not hold self-references. This then avoids the... |
tree | commitdiff |
2007-05-15 |
Michael Brown | Data-transfer interface should now be functionally... |
tree | commitdiff |
2007-05-01 |
Michael Brown | Initial sketch for a downloader object |
tree | commitdiff |
2007-05-01 |
Michael Brown | Add start() event |
tree | commitdiff |
2007-05-01 |
Michael Brown | Clarify behaviour of plug() by using intf_put() and... |
tree | commitdiff |
2007-04-30 |
Michael Brown | D'oh |
tree | commitdiff |
2007-04-30 |
Michael Brown | Added plug_plug() |
tree | commitdiff |
2007-04-29 |
Michael Brown | Add (and use) generic reference counter, to improve... |
tree | commitdiff |
2007-04-29 |
Michael Brown | Skeleton job control interface |
tree | commitdiff |
2007-04-29 |
Michael Brown | Add seek() |
tree | commitdiff |
2007-04-28 |
Michael Brown | Preliminary support for opening data-transfer interfaces |
tree | commitdiff |
2007-04-27 |
Michael Brown | Added deliver-as-iobuf/deliver-as-raw concepts. |
tree | commitdiff |
2007-04-26 |
Michael Brown | Initial sketch for the generic data-transfer interface. |
tree | commitdiff |
2007-04-09 |
Anselm Martin Hoff... | hoffmeis: Preparations for syslog support (LOGSERVER... |
tree | commitdiff |
2007-03-13 |
James Harper | Ported bnx2 driver from Etherboot 5.4. |
tree | commitdiff |
2007-02-01 |
Michael Brown | SSL requires inordinately large data storage |
tree | commitdiff |
2007-01-29 |
Michael Brown | Split bootsector execution code out into bootsector.c. |
tree | commitdiff |
2007-01-29 |
Michael Brown | Keep HTTP progress updated, and display a progress... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Added async_block_progress() and default SIGUPDATE... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Moved most buffer debug messages to DBG2. |
tree | commitdiff |
2007-01-26 |
Michael Brown | Avoid barfing on gcc's implicit memcpy()s |
tree | commitdiff |
2007-01-26 |
Michael Brown | Move tolower() etc to ctype.h as per ISO C |
tree | commitdiff |
2007-01-19 |
Michael Brown | Zeroing out memory before using it can be so important. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Actually, it's probably safer *not* to leave child... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Note that the SIGCHLD handler could be re-entered. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Propagate return status code from last child to fail. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Split random number generation out into core/random... |
tree | commitdiff |
next |