| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 45 | -45/+45 |
| * | Finally move the prototypes for printf() and friends to stdio.h | Michael Brown | 2007-01-19 | 2 | -34/+41 |
| * | 4.3BSD says that bcopy and bzero are defined in strings.h, not string.h | Michael Brown | 2007-01-19 | 2 | -1/+11 |
| * | Typo | Michael Brown | 2007-01-19 | 1 | -3/+3 |
| * | Add missing prerequisite include | Michael Brown | 2007-01-19 | 1 | -0/+2 |
| * | A working name resolution framework | Michael Brown | 2007-01-18 | 7 | -45/+188 |
| * | When an async operation dies, orphan its children. | Michael Brown | 2007-01-18 | 1 | -35/+74 |
| * | Have DHCP set the nameserver, rather than DNS read the DHCP nameserver | Michael Brown | 2007-01-18 | 2 | -12/+18 |
| * | Use total free memory as advertised window. This seems to be sufficient | Michael Brown | 2007-01-18 | 3 | -29/+31 |
| * | Move include/malloc.h to include/gpxe/malloc.h, since everything in there | Michael Brown | 2007-01-18 | 4 | -8/+19 |
| * | Include stdlib.h rather than malloc.h | Michael Brown | 2007-01-18 | 6 | -9/+7 |
| * | console.h is no longer needed for debugging | Michael Brown | 2007-01-18 | 1 | -1/+0 |
| * | Allow truly arbitrary debug levels to be specified via DEBUG= | Michael Brown | 2007-01-18 | 2 | -4/+4 |
| * | Declaring the CPU architecture in the middle of an assembly file is | Michael Brown | 2007-01-18 | 1 | -1/+0 |
| * | Add DBGLVL_PROFILE | Michael Brown | 2007-01-18 | 1 | -14/+28 |
| * | Remove the one-packet-per-poll-cycle limit; it seems to no longer be | Michael Brown | 2007-01-18 | 1 | -24/+5 |
| * | Increase window size to 64kB. Line rate downloads on a 100Mbps link, | Michael Brown | 2007-01-18 | 1 | -9/+30 |
| * | Accelerate memcpy() by around 32% on large, dword-aligned copies. | Michael Brown | 2007-01-18 | 2 | -0/+70 |
| * | Allow buffers to be pre-expanded on demand. | Michael Brown | 2007-01-18 | 2 | -5/+22 |
| * | Presize the download buffer when we see the Content-Length header; | Michael Brown | 2007-01-18 | 1 | -0/+12 |
| * | Reorder functions to more closely reflect the flow of control | Michael Brown | 2007-01-18 | 2 | -103/+97 |
| * | Don't always zero memory in malloc(). This saves around 2us on a | Michael Brown | 2007-01-18 | 2 | -6/+23 |
| * | Switch from calloc() to malloc()+memset() to match the practices used | Michael Brown | 2007-01-18 | 2 | -2/+6 |
| * | Respect the RX quota. This improves poll time by about 0.7us when the | Michael Brown | 2007-01-18 | 1 | -0/+1 |
| * | HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any | Michael Brown | 2007-01-18 | 6 | -164/+72 |
| * | Replacement for fetch() which operates asynchronously and identifies | Michael Brown | 2007-01-18 | 2 | -0/+231 |
| * | Use struct sockaddr rather than struct sockaddr_tcpip | Michael Brown | 2007-01-18 | 2 | -14/+23 |
| * | Added async_uninit() to simplify failure paths. | Michael Brown | 2007-01-18 | 2 | -0/+37 |
| * | Add utility function to parse port from URI | Michael Brown | 2007-01-18 | 2 | -0/+12 |
| * | Ensure that struct sockaddr is long enough... | Michael Brown | 2007-01-18 | 2 | -4/+12 |
| * | Obsolete | Michael Brown | 2007-01-18 | 3 | -1318/+0 |
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 8 | -43/+42 |
| * | Create and use async_block() macro; it cuts down on the visual overhead | Michael Brown | 2007-01-16 | 5 | -28/+54 |
| * | When a network device is specified to tcpip_tx() or it's children, treat | Michael Brown | 2007-01-16 | 4 | -4/+7 |
| * | Improve debugging | Michael Brown | 2007-01-16 | 1 | -29/+45 |
| * | Improve debug messages | Michael Brown | 2007-01-16 | 1 | -2/+21 |
| * | Improved debugging | Michael Brown | 2007-01-16 | 1 | -15/+24 |
| * | Quickly hack in DNS resolution as a proof of concept | Michael Brown | 2007-01-15 | 1 | -6/+22 |
| * | A working DNS resolver (not yet tied in to anything) | Michael Brown | 2007-01-15 | 6 | -385/+509 |
| * | Update TFTP and FTP to take the same temporary URI scheme as HTTP | Michael Brown | 2007-01-15 | 5 | -91/+174 |
| * | Protocol's get() method no longer takes ownership of the URI. HTTP is the | Michael Brown | 2007-01-15 | 2 | -5/+1 |
| * | Must free http on the error path; nothing else will do it | Michael Brown | 2007-01-15 | 1 | -0/+1 |
| * | Unmaintained example code is probably worse than useless. | Michael Brown | 2007-01-15 | 2 | -174/+0 |
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 26 | -246/+654 |
| * | Add missing include | Michael Brown | 2007-01-15 | 1 | -0/+1 |
| * | Add ETIMEDOUT | 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 | 2 | -0/+277 |
| * | Split DBG() statement containing two inet_ntoa() statements; they | Michael Brown | 2007-01-14 | 1 | -3/+3 |
| * | Dump buffer and packet information in PXENV_UDP_READ as well | Michael Brown | 2007-01-14 | 1 | -0/+7 |
| * | Make TCP give up immediately when it receives -ENETUNREACH from | Michael Brown | 2007-01-14 | 2 | -46/+65 |