2007-01-31 |
Michael Brown | Force inlining
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Placeholder for TLS insertion
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Add HTTPS port
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Filter insertion now actually works
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Swap downstream/upstream order so that debug messages...
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | ...but not when it's being used as a digest algorithm...
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | The null crypto algorithm should at least copy data...
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Tidy up debug messages
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Add insert_filter() function
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Add null crypto algorithm
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Changed to use the generic stream API.
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | First sketch of stream API
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Placeholder
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Added blocksize for the benefit of HMAC code
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Added cipher wrapper functions
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Missing check-in
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Generalise digest_algorithm to crypto_algorithm.
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Low-overhead filter streams
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Definition of a (hopefully) generic stream API
|
commit | commitdiff | tree |
2007-01-30 |
Michael Brown | Use "dbg_stream" rather than "stream" as a variable...
|
commit | commitdiff | tree |
2007-01-29 |
Michael Brown | Don't call PXENV_STOP_UNDI in the kpxeprefix. This...
|
commit | commitdiff | tree |
2007-01-29 |
Michael Brown | Split bootsector execution code out into bootsector.c.
|
commit | commitdiff | tree |
2007-01-29 |
Michael Brown | Keep HTTP progress updated, and display a progress...
|
commit | commitdiff | tree |
2007-01-29 |
Michael Brown | Added async_block_progress() and default SIGUPDATE...
|
commit | commitdiff | tree |
2007-01-29 |
Michael Brown | Moved most buffer debug messages to DBG2.
|
commit | commitdiff | tree |
2007-01-28 |
Michael Brown | Should be correct for building RSA
|
commit | commitdiff | tree |
2007-01-28 |
Michael Brown | Handle (64-bit) / (32-bit) = (64-bit), i.e. one step...
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Add matrixssl directory
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Avoid barfing on gcc's implicit memcpy()s
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Allow MatrixSSL code to compile inside gPXE
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Move tolower() etc to ctype.h as per ISO C
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Add 64-bit rotates
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Build external axtls code
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Add aes.c and required headers from axtls tree
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Enable the axtls code to at least build within gPXE
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | #if 0 out for now
|
commit | commitdiff | tree |
2007-01-26 |
Michael Brown | Yet more synonyms that people tend to use.
|
commit | commitdiff | tree |
2007-01-24 |
Michael Brown | Help quick testing of building Linux code inside gPXE
|
commit | commitdiff | tree |
2007-01-24 |
Michael Brown | Add Linux-compatible rol32/ror32 functions. Amazingly...
|
commit | commitdiff | tree |
2007-01-24 |
Michael Brown | Use base "0" in strtoul for consistency with "mem="
|
commit | commitdiff | tree |
2007-01-22 |
Michael Brown | "vga=" is specified in decimal, not hex.
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Misread the definition of the type_of_loader field...
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Added SIGKILL handler
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Zeroing out memory before using it can be so important.
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Actually, it's probably safer *not* to leave child...
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Note that the SIGCHLD handler could be re-entered.
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Propagate return status code from last child to fail.
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Handle structured error codes.
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Introduce structured error codes.
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Add POSIX prototypes for time functions, to allow external...
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Split random number generation out into core/random...
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | vsprintf.h is gPXE-specific; move it to include/gpxe
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Finally move the prototypes for printf() and friends...
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | 4.3BSD says that bcopy and bzero are defined in strings...
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Typo
|
commit | commitdiff | tree |
2007-01-19 |
Michael Brown | Add missing prerequisite include
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | A working name resolution framework
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | When an async operation dies, orphan its children.
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Have DHCP set the nameserver, rather than DNS read...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Use total free memory as advertised window. This seems...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Move include/malloc.h to include/gpxe/malloc.h, since...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Include stdlib.h rather than malloc.h
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | console.h is no longer needed for debugging
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Allow truly arbitrary debug levels to be specified...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Declaring the CPU architecture in the middle of an...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Add DBGLVL_PROFILE
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Remove the one-packet-per-poll-cycle limit; it seems...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Increase window size to 64kB. Line rate downloads...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Accelerate memcpy() by around 32% on large, dword-aligned...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Allow buffers to be pre-expanded on demand.
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Presize the download buffer when we see the Content...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Reorder functions to more closely reflect the flow...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Don't always zero memory in malloc(). This saves around...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Switch from calloc() to malloc()+memset() to match...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Respect the RX quota. This improves poll time by about...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | HTTP/DNS now working fully asynchronously. HTTP/IP...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Replacement for fetch() which operates asynchronously...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Use struct sockaddr rather than struct sockaddr_tcpip
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Added async_uninit() to simplify failure paths.
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Add utility function to parse port from URI
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Ensure that struct sockaddr is long enough...
|
commit | commitdiff | tree |
2007-01-18 |
Michael Brown | Obsolete
|
commit | commitdiff | tree |
2007-01-16 |
Michael Brown | Rename e{malloc,realloc,free} to u{malloc,realloc,free...
|
commit | commitdiff | tree |
2007-01-16 |
Michael Brown | Create and use async_block() macro; it cuts down on...
|
commit | commitdiff | tree |
2007-01-16 |
Michael Brown | When a network device is specified to tcpip_tx() or...
|
commit | commitdiff | tree |
2007-01-16 |
Michael Brown | Improve debugging
|
commit | commitdiff | tree |
2007-01-16 |
Michael Brown | Improve debug messages
|
commit | commitdiff | tree |
2007-01-16 |
Michael Brown | Improved debugging
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Quickly hack in DNS resolution as a proof of concept
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | A working DNS resolver (not yet tied in to anything)
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Update TFTP and FTP to take the same temporary URI...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Protocol's get() method no longer takes ownership of...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Must free http on the error path; nothing else will...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Unmaintained example code is probably worse than useless.
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Gave asynchronous operations approximate POSIX signal...
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Add missing include
|
commit | commitdiff | tree |
2007-01-15 |
Michael Brown | Add ETIMEDOUT
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Added a URI parser that should be standards conformant...
|
commit | commitdiff | tree |
2007-01-14 |
Michael Brown | Split DBG() statement containing two inet_ntoa() statements...
|
commit | commitdiff | tree |
next |