2007-05-18 |
Michael Brown | Add debugging
|
commit | commitdiff | tree |
2007-05-18 |
Michael Brown | Add alloc_iob() and free_iob(). (Direct search-and...
|
commit | commitdiff | tree |
2007-05-18 |
Michael Brown | Updated to use POSIX-style file I/O layer.
|
commit | commitdiff | tree |
2007-05-18 |
Michael Brown | Added POSIX-style blocking I/O calls, for use by PXE...
|
commit | commitdiff | tree |
2007-05-18 |
Michael Brown | Allow construction of PXE status code from internal...
|
commit | commitdiff | tree |
2007-05-18 |
Michael Brown | Prefix all the open()-family routines with xfer_, to...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Brown | Do not hold self-references. This then avoids the...
|
commit | commitdiff | tree |
2007-05-15 |
Michael Brown | Data-transfer interface should now be functionally...
|
commit | commitdiff | tree |
2007-05-01 |
Michael Brown | Add always_inline attribute to force gcc to inline...
|
commit | commitdiff | tree |
2007-05-01 |
Michael Brown | Added (non-functional) reference count to struct image
|
commit | commitdiff | tree |
2007-05-01 |
Michael Brown | Initial sketch for a downloader object
|
commit | commitdiff | tree |
2007-05-01 |
Michael Brown | Add start() event
|
commit | commitdiff | tree |
2007-05-01 |
Michael Brown | Clarify behaviour of plug() by using intf_put() and...
|
commit | commitdiff | tree |
2007-05-01 |
Michael Brown | Document the fact that a zeroed-out refcounted object...
|
commit | commitdiff | tree |
2007-04-30 |
Michael Brown | D'oh
|
commit | commitdiff | tree |
2007-04-30 |
Michael Brown | Added plug_plug()
|
commit | commitdiff | tree |
2007-04-29 |
Michael Brown | Add (and use) generic reference counter, to improve...
|
commit | commitdiff | tree |
2007-04-29 |
Michael Brown | Skeleton job control interface
|
commit | commitdiff | tree |
2007-04-29 |
Michael Brown | Add seek()
|
commit | commitdiff | tree |
2007-04-28 |
Michael Brown | Preliminary support for opening data-transfer interfaces
|
commit | commitdiff | tree |
2007-04-28 |
Michael Brown | Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions...
|
commit | commitdiff | tree |
2007-04-27 |
Michael Brown | Added deliver-as-iobuf/deliver-as-raw concepts.
|
commit | commitdiff | tree |
2007-04-26 |
Michael Brown | Initial sketch for the generic data-transfer interface.
|
commit | commitdiff | tree |
2007-04-21 |
Michael Brown | Trivial ASN.1 decoding functions.
|
commit | commitdiff | tree |
2007-03-22 |
Michael Brown | Add 32-bit support.
|
commit | commitdiff | tree |
2007-03-22 |
Michael Brown | Provide a buffer in base memory for code to fill with...
|
commit | commitdiff | tree |
2007-03-20 |
Michael Brown | Typo
|
commit | commitdiff | tree |
2007-03-14 |
Michael Brown | Support 32-bit (linear) NBI images. We don't yet provide...
|
commit | commitdiff | tree |
2007-03-11 |
Michael Brown | Added .nbi as a format.
|
commit | commitdiff | tree |
2007-03-11 |
Michael Brown | Make _load_size accurately reflect the number of bytes...
|
commit | commitdiff | tree |
2007-03-11 |
Michael Brown | t5x9 code relies on nic->ioaddr being set
|
commit | commitdiff | tree |
2007-03-10 |
Michael Brown | Updated 3c509 to current device model
|
commit | commitdiff | tree |
2007-03-10 |
Michael Brown | Updated ISAPnP, EISA, MCA and ISA buses to current...
|
commit | commitdiff | tree |
2007-02-19 |
Michael Brown | Remove no-longer-used variable
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Allow queries in GET requests
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Add ability to read serial number from SMBIOS
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | SSL needs quite a lot of spare memory
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Required for public key extraction
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | SSL requires inordinately large data storage
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Don't pass through zero-length requests
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | SHA1_DIGEST_SIZE also available as a static constant
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Make context sizes available for statically-allocated...
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Vanilla copies from axtls
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Quick hacks to get it working
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Add dummy setiv method
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Fix prototypes
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | More assertions
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Also print out stack pointer (with optional stack dump)
|
commit | commitdiff | tree |
2007-02-01 |
Michael Brown | Placeholder
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Assert that division result is correct
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Added __umoddi3
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Original axtls RSA code
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Added wrapper for AXTLS AES code
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Added setiv method
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Add wrapper around axtls' sha1 code
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Adding missing include
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | Made most of the build much quieter
|
commit | commitdiff | tree |
2007-01-31 |
Michael Brown | We need this, I think
|
commit | commitdiff | tree |
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 |
next |