2007-03-02 |
Marty Connor | Add gpxe-tarball target to create clean release tarballs |
tree | commitdiff |
2007-03-02 |
Marty Connor | Add warning about formats that are not working until... |
tree | commitdiff |
2007-02-19 |
Michael Brown | Remove no-longer-used variable |
tree | commitdiff |
2007-02-10 |
James Harper | Fix some bad pointer arithmatic in the tg3 driver that... |
tree | commitdiff |
2007-02-10 |
James Harper | Fix padding problem - from Michael |
tree | commitdiff |
2007-02-01 |
Michael Brown | Allow queries in GET requests mcb-xen-demo-2 |
tree | commitdiff |
2007-02-01 |
Michael Brown | Add ability to read serial number from SMBIOS |
tree | commitdiff |
2007-02-01 |
Michael Brown | SSL needs quite a lot of spare memory |
tree | commitdiff |
2007-02-01 |
Michael Brown | Required for public key extraction |
tree | commitdiff |
2007-02-01 |
Michael Brown | SSL requires inordinately large data storage |
tree | commitdiff |
2007-02-01 |
Michael Brown | Don't pass through zero-length requests |
tree | commitdiff |
2007-02-01 |
Michael Brown | SHA1_DIGEST_SIZE also available as a static constant |
tree | commitdiff |
2007-02-01 |
Michael Brown | Make context sizes available for statically-allocated... |
tree | commitdiff |
2007-02-01 |
Michael Brown | Vanilla copies from axtls |
tree | commitdiff |
2007-02-01 |
Michael Brown | Quick hacks to get it working |
tree | commitdiff |
2007-02-01 |
Michael Brown | Add dummy setiv method |
tree | commitdiff |
2007-02-01 |
Michael Brown | Fix prototypes |
tree | commitdiff |
2007-02-01 |
Michael Brown | More assertions |
tree | commitdiff |
2007-02-01 |
Michael Brown | Also print out stack pointer (with optional stack dump) |
tree | commitdiff |
2007-02-01 |
Michael Brown | Placeholder |
tree | commitdiff |
2007-01-31 |
Michael Brown | Assert that division result is correct |
tree | commitdiff |
2007-01-31 |
Michael Brown | Added __umoddi3 |
tree | commitdiff |
2007-01-31 |
Michael Brown | Original axtls RSA code |
tree | commitdiff |
2007-01-31 |
Michael Brown | Added wrapper for AXTLS AES code |
tree | commitdiff |
2007-01-31 |
Michael Brown | Added setiv method |
tree | commitdiff |
2007-01-31 |
Michael Brown | Add wrapper around axtls' sha1 code |
tree | commitdiff |
2007-01-31 |
Michael Brown | Adding missing include |
tree | commitdiff |
2007-01-31 |
Michael Brown | Made most of the build much quieter |
tree | commitdiff |
2007-01-31 |
Michael Brown | We need this, I think |
tree | commitdiff |
2007-01-31 |
Michael Brown | Force inlining |
tree | commitdiff |
2007-01-31 |
Michael Brown | Placeholder for TLS insertion |
tree | commitdiff |
2007-01-31 |
Michael Brown | Add HTTPS port |
tree | commitdiff |
2007-01-31 |
Michael Brown | Filter insertion now actually works |
tree | commitdiff |
2007-01-31 |
Michael Brown | Swap downstream/upstream order so that debug messages... |
tree | commitdiff |
2007-01-31 |
Michael Brown | ...but not when it's being used as a digest algorithm... |
tree | commitdiff |
2007-01-31 |
Michael Brown | The null crypto algorithm should at least copy data... |
tree | commitdiff |
2007-01-31 |
Michael Brown | Tidy up debug messages |
tree | commitdiff |
2007-01-31 |
Michael Brown | Add insert_filter() function |
tree | commitdiff |
2007-01-31 |
Michael Brown | Add null crypto algorithm |
tree | commitdiff |
2007-01-31 |
Michael Brown | Changed to use the generic stream API. |
tree | commitdiff |
2007-01-31 |
Michael Brown | First sketch of stream API |
tree | commitdiff |
2007-01-30 |
Michael Brown | Placeholder |
tree | commitdiff |
2007-01-30 |
Michael Brown | Added blocksize for the benefit of HMAC code |
tree | commitdiff |
2007-01-30 |
Michael Brown | Added cipher wrapper functions |
tree | commitdiff |
2007-01-30 |
Michael Brown | Missing check-in |
tree | commitdiff |
2007-01-30 |
Michael Brown | Generalise digest_algorithm to crypto_algorithm. |
tree | commitdiff |
2007-01-30 |
Michael Brown | Low-overhead filter streams |
tree | commitdiff |
2007-01-30 |
Michael Brown | Definition of a (hopefully) generic stream API |
tree | commitdiff |
2007-01-30 |
Michael Brown | Use "dbg_stream" rather than "stream" as a variable... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Don't call PXENV_STOP_UNDI in the kpxeprefix. This... |
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-28 |
Michael Brown | Should be correct for building RSA |
tree | commitdiff |
2007-01-28 |
Michael Brown | Handle (64-bit) / (32-bit) = (64-bit), i.e. one step... |
tree | commitdiff |
2007-01-26 |
Michael Brown | Add matrixssl directory |
tree | commitdiff |
2007-01-26 |
Michael Brown | Avoid barfing on gcc's implicit memcpy()s |
tree | commitdiff |
2007-01-26 |
Michael Brown | Allow MatrixSSL code to compile inside gPXE |
tree | commitdiff |
2007-01-26 |
Michael Brown | Move tolower() etc to ctype.h as per ISO C |
tree | commitdiff |
2007-01-26 |
Michael Brown | Add 64-bit rotates |
tree | commitdiff |
2007-01-26 |
Michael Brown | Build external axtls code |
tree | commitdiff |
2007-01-26 |
Michael Brown | Add aes.c and required headers from axtls tree |
tree | commitdiff |
2007-01-26 |
Michael Brown | Enable the axtls code to at least build within gPXE |
tree | commitdiff |
2007-01-26 |
Michael Brown | #if 0 out for now |
tree | commitdiff |
2007-01-26 |
Michael Brown | Yet more synonyms that people tend to use. |
tree | commitdiff |
2007-01-24 |
Michael Brown | Help quick testing of building Linux code inside gPXE |
tree | commitdiff |
2007-01-24 |
Michael Brown | Add Linux-compatible rol32/ror32 functions. Amazingly... |
tree | commitdiff |
2007-01-24 |
Michael Brown | Use base "0" in strtoul for consistency with "mem=" |
tree | commitdiff |
2007-01-22 |
Michael Brown | "vga=" is specified in decimal, not hex. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Misread the definition of the type_of_loader field... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Added SIGKILL handler |
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 | Handle structured error codes. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Introduce structured error codes. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Add POSIX prototypes for time functions, to allow exter... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Split random number generation out into core/random... |
tree | commitdiff |
2007-01-19 |
Michael Brown | vsprintf.h is gPXE-specific; move it to include/gpxe |
tree | commitdiff |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h |
tree | commitdiff |
2007-01-19 |
Michael Brown | Finally move the prototypes for printf() and friends... |
tree | commitdiff |
2007-01-19 |
Michael Brown | 4.3BSD says that bcopy and bzero are defined in strings... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Typo |
tree | commitdiff |
2007-01-19 |
Michael Brown | Add missing prerequisite include |
tree | commitdiff |
2007-01-18 |
Michael Brown | A working name resolution framework |
tree | commitdiff |
2007-01-18 |
Michael Brown | When an async operation dies, orphan its children. |
tree | commitdiff |
2007-01-18 |
Michael Brown | Have DHCP set the nameserver, rather than DNS read... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Use total free memory as advertised window. This seems... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Move include/malloc.h to include/gpxe/malloc.h, since... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Include stdlib.h rather than malloc.h |
tree | commitdiff |
2007-01-18 |
Michael Brown | console.h is no longer needed for debugging |
tree | commitdiff |
2007-01-18 |
Michael Brown | Allow truly arbitrary debug levels to be specified... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Declaring the CPU architecture in the middle of an... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Add DBGLVL_PROFILE |
tree | commitdiff |
2007-01-18 |
Michael Brown | Remove the one-packet-per-poll-cycle limit; it seems... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Increase window size to 64kB. Line rate downloads... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Accelerate memcpy() by around 32% on large, dword-align... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Allow buffers to be pre-expanded on demand. |
tree | commitdiff |
next |