]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-05-18  Michael BrownAdd explicit "freeing" debug messages.
2007-05-18  Michael BrownMust request data before anything actually happens...
2007-05-18  Michael BrownAdd debugging
2007-05-18  Michael BrownAdd alloc_iob() and free_iob(). (Direct search-and...
2007-05-18  Michael BrownUpdated to use POSIX-style file I/O layer.
2007-05-18  Michael BrownAdded POSIX-style blocking I/O calls, for use by PXE...
2007-05-18  Michael BrownAllow construction of PXE status code from internal...
2007-05-18  Michael BrownPrefix all the open()-family routines with xfer_, to...
2007-05-15  Michael BrownDo not hold self-references. This then avoids the...
2007-05-15  Michael BrownData-transfer interface should now be functionally...
2007-05-01  Michael BrownAdd always_inline attribute to force gcc to inline...
2007-05-01  Michael BrownAdded (non-functional) reference count to struct image
2007-05-01  Michael BrownInitial sketch for a downloader object
2007-05-01  Michael BrownAdd start() event
2007-05-01  Michael BrownClarify behaviour of plug() by using intf_put() and...
2007-05-01  Michael BrownDocument the fact that a zeroed-out refcounted object...
2007-04-30  Michael BrownD'oh
2007-04-30  Michael BrownAdded plug_plug()
2007-04-29  Michael BrownAdd (and use) generic reference counter, to improve...
2007-04-29  Michael BrownSkeleton job control interface
2007-04-29  Michael BrownAdd seek()
2007-04-28  Michael BrownPreliminary support for opening data-transfer interfaces
2007-04-28  Michael BrownAdded PF_INET[6] and SOCK_{STREAM,DGRAM} definitions...
2007-04-27  Michael BrownAdded deliver-as-iobuf/deliver-as-raw concepts.
2007-04-26  Michael BrownInitial sketch for the generic data-transfer interface.
2007-04-21  Michael BrownTrivial ASN.1 decoding functions.
2007-04-09  Anselm Martin... hoffmeis: Preparations for syslog support (LOGSERVER...
2007-04-09  Anselm Martin... hoffmeis: Fixing situation where absence of a newdata...
2007-03-22  Michael BrownAdd 32-bit support.
2007-03-22  Michael BrownProvide a buffer in base memory for code to fill with...
2007-03-20  Michael BrownTypo
2007-03-14  Michael BrownSupport 32-bit (linear) NBI images. We don't yet provi...
2007-03-13  James HarperPorted bnx2 driver from Etherboot 5.4.
2007-03-11  Michael BrownAdded .nbi as a format.
2007-03-11  Michael BrownMake _load_size accurately reflect the number of bytes...
2007-03-11  Michael Brownt5x9 code relies on nic->ioaddr being set
2007-03-10  Michael BrownUpdated 3c509 to current device model
2007-03-10  Michael BrownUpdated ISAPnP, EISA, MCA and ISA buses to current...
2007-03-05  Marty ConnorStart a new release notes file (RELNOTES) in preparatio...
2007-03-05  Marty ConnorStart a new LOG file in preparation for release
2007-03-05  Marty ConnorUpdate non-GPL licensed files for gPXE
2007-03-02  Marty ConnorRemove outdated web files
2007-03-02  Marty ConnorAdd gpxe-tarball target to create clean release tarballs
2007-03-02  Marty ConnorAdd warning about formats that are not working until...
2007-03-02  Marty ConnorVersion increment in preparation for release
2007-02-19  Michael BrownRemove no-longer-used variable
2007-02-10  James HarperFix some bad pointer arithmatic in the tg3 driver that...
2007-02-10  James HarperFix padding problem - from Michael
2007-02-01  Michael BrownAllow queries in GET requests
2007-02-01  Michael BrownAdd ability to read serial number from SMBIOS
2007-02-01  Michael BrownSSL needs quite a lot of spare memory
2007-02-01  Michael BrownRequired for public key extraction
2007-02-01  Michael BrownSSL requires inordinately large data storage
2007-02-01  Michael BrownDon't pass through zero-length requests
2007-02-01  Michael BrownSHA1_DIGEST_SIZE also available as a static constant
2007-02-01  Michael BrownMake context sizes available for statically-allocated...
2007-02-01  Michael BrownVanilla copies from axtls
2007-02-01  Michael BrownQuick hacks to get it working
2007-02-01  Michael BrownAdd dummy setiv method
2007-02-01  Michael BrownFix prototypes
2007-02-01  Michael BrownMore assertions
2007-02-01  Michael BrownAlso print out stack pointer (with optional stack dump)
2007-02-01  Michael BrownPlaceholder
2007-01-31  Michael BrownAssert that division result is correct
2007-01-31  Michael BrownAdded __umoddi3
2007-01-31  Michael BrownOriginal axtls RSA code
2007-01-31  Michael BrownAdded wrapper for AXTLS AES code
2007-01-31  Michael BrownAdded setiv method
2007-01-31  Michael BrownAdd wrapper around axtls' sha1 code
2007-01-31  Michael BrownAdding missing include
2007-01-31  Michael BrownMade most of the build much quieter
2007-01-31  Michael BrownWe need this, I think
2007-01-31  Michael BrownForce inlining
2007-01-31  Michael BrownPlaceholder for TLS insertion
2007-01-31  Michael BrownAdd HTTPS port
2007-01-31  Michael BrownFilter insertion now actually works
2007-01-31  Michael BrownSwap downstream/upstream order so that debug messages...
2007-01-31  Michael Brown...but not when it's being used as a digest algorithm...
2007-01-31  Michael BrownThe null crypto algorithm should at least copy data...
2007-01-31  Michael BrownTidy up debug messages
2007-01-31  Michael BrownAdd insert_filter() function
2007-01-31  Michael BrownAdd null crypto algorithm
2007-01-31  Michael BrownChanged to use the generic stream API.
2007-01-31  Michael BrownFirst sketch of stream API
2007-01-30  Michael BrownPlaceholder
2007-01-30  Michael BrownAdded blocksize for the benefit of HMAC code
2007-01-30  Michael BrownAdded cipher wrapper functions
2007-01-30  Michael BrownMissing check-in
2007-01-30  Michael BrownGeneralise digest_algorithm to crypto_algorithm.
2007-01-30  Michael BrownLow-overhead filter streams
2007-01-30  Michael BrownDefinition of a (hopefully) generic stream API
2007-01-30  Michael BrownUse "dbg_stream" rather than "stream" as a variable...
2007-01-29  Michael BrownDon't call PXENV_STOP_UNDI in the kpxeprefix. This...
2007-01-29  Michael BrownSplit bootsector execution code out into bootsector.c.
2007-01-29  Michael BrownKeep HTTP progress updated, and display a progress...
2007-01-29  Michael BrownAdded async_block_progress() and default SIGUPDATE...
2007-01-29  Michael BrownMoved most buffer debug messages to DBG2.
2007-01-28  Michael BrownShould be correct for building RSA
2007-01-28  Michael BrownHandle (64-bit) / (32-bit) = (64-bit), i.e. one step...
2007-01-26  Michael BrownAdd matrixssl directory
next