| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use list_for_each_entry_safe() when flushing queue. | Michael Brown | 2007-05-20 | 1 | -1/+2 |
| * | Add local address to socket openers. | Michael Brown | 2007-05-19 | 1 | -4/+9 |
| * | Add explicit "freeing" debug messages. | Michael Brown | 2007-05-18 | 1 | -0/+3 |
| * | Must request data before anything actually happens... | Michael Brown | 2007-05-18 | 1 | -0/+4 |
| * | Add debugging | Michael Brown | 2007-05-18 | 1 | -0/+2 |
| * | Add alloc_iob() and free_iob(). (Direct search-and-replace | Michael Brown | 2007-05-18 | 1 | -0/+74 |
| * | Added POSIX-style blocking I/O calls, for use by PXE TFTP API. | Michael Brown | 2007-05-18 | 1 | -0/+332 |
| * | Prefix all the open()-family routines with xfer_, to disambiguate them | Michael Brown | 2007-05-18 | 3 | -14/+15 |
| * | Do not hold self-references. This then avoids the problem of having to | Michael Brown | 2007-05-15 | 4 | -25/+60 |
| * | Data-transfer interface should now be functionally complete. | Michael Brown | 2007-05-15 | 3 | -41/+182 |
| * | Initial sketch for a downloader object | Michael Brown | 2007-05-01 | 1 | -0/+276 |
| * | Add start() event | Michael Brown | 2007-05-01 | 2 | -34/+53 |
| * | Clarify behaviour of plug() by using intf_put() and intf_get(). | Michael Brown | 2007-05-01 | 1 | -3/+2 |
| * | D'oh | Michael Brown | 2007-04-30 | 1 | -2/+2 |
| * | Added plug_plug() | Michael Brown | 2007-04-30 | 1 | -0/+15 |
| * | Add (and use) generic reference counter, to improve signal:noise ratio | Michael Brown | 2007-04-30 | 4 | -42/+78 |
| * | Skeleton job control interface | Michael Brown | 2007-04-29 | 1 | -0/+77 |
| * | Add seek() | Michael Brown | 2007-04-29 | 2 | -22/+79 |
| * | Preliminary support for opening data-transfer interfaces | Michael Brown | 2007-04-28 | 2 | -12/+208 |
| * | Added deliver-as-iobuf/deliver-as-raw concepts. | Michael Brown | 2007-04-27 | 1 | -5/+58 |
| * | Initial sketch for the generic data-transfer interface. | Michael Brown | 2007-04-27 | 2 | -0/+155 |
| * | hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise | Anselm Martin Hoffmeister | 2007-04-09 | 1 | -0/+4 |
| * | SSL requires inordinately large data storage | Michael Brown | 2007-02-01 | 1 | -2/+2 |
| * | Split bootsector execution code out into bootsector.c. | Michael Brown | 2007-01-29 | 1 | -0/+3 |
| * | Keep HTTP progress updated, and display a progress indicator during the | Michael Brown | 2007-01-29 | 1 | -1/+2 |
| * | Added async_block_progress() and default SIGUPDATE handler. | Michael Brown | 2007-01-29 | 1 | -3/+58 |
| * | Moved most buffer debug messages to DBG2. | Michael Brown | 2007-01-29 | 2 | -25/+63 |
| * | Avoid barfing on gcc's implicit memcpy()s | Michael Brown | 2007-01-26 | 1 | -0/+20 |
| * | Move tolower() etc to ctype.h as per ISO C | Michael Brown | 2007-01-26 | 1 | -0/+1 |
| * | Zeroing out memory before using it can be so important. | Michael Brown | 2007-01-19 | 1 | -0/+1 |
| * | Actually, it's probably safer *not* to leave child processes hanging | Michael Brown | 2007-01-19 | 1 | -9/+8 |
| * | Note that the SIGCHLD handler could be re-entered. | Michael Brown | 2007-01-19 | 1 | -1/+7 |
| * | Propagate return status code from last child to fail. | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| * | Split random number generation out into core/random.c, and create the | Michael Brown | 2007-01-19 | 2 | -18/+38 |
| * | vsprintf.h is gPXE-specific; move it to include/gpxe | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 6 | -5/+6 |
| * | A working name resolution framework | Michael Brown | 2007-01-18 | 1 | -16/+117 |
| * | When an async operation dies, orphan its children. | Michael Brown | 2007-01-18 | 1 | -35/+74 |
| * | Move include/malloc.h to include/gpxe/malloc.h, since everything in there | Michael Brown | 2007-01-18 | 2 | -2/+11 |
| * | Allow buffers to be pre-expanded on demand. | Michael Brown | 2007-01-18 | 1 | -5/+1 |
| * | Reorder functions to more closely reflect the flow of control | Michael Brown | 2007-01-18 | 1 | -47/+50 |
| * | Don't always zero memory in malloc(). This saves around 2us on a | Michael Brown | 2007-01-18 | 1 | -2/+17 |
| * | Replacement for fetch() which operates asynchronously and identifies | Michael Brown | 2007-01-18 | 1 | -0/+172 |
| * | Added async_uninit() to simplify failure paths. | Michael Brown | 2007-01-18 | 1 | -0/+36 |
| * | Add utility function to parse port from URI | Michael Brown | 2007-01-18 | 1 | -0/+11 |
| * | Obsolete | Michael Brown | 2007-01-18 | 2 | -1308/+0 |
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 2 | -4/+3 |
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -17/+309 |
| * | Add missing include | Michael Brown | 2007-01-15 | 1 | -0/+1 |
| * | Added a URI parser that should be standards conformant. (It can certainly | Michael Brown | 2007-01-15 | 1 | -0/+161 |