]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-06-28  Michael BrownAdded monojob controller in lieu of a full working...
2007-06-28  Michael BrownForgot to set initial session state. Now works!
2007-06-28  Michael BrownKill off job::start() (it was only ever added as part...
2007-06-27  Michael BrownUpdate DHCP to use data-xfer interface (not yet tested).
2007-06-27  Michael BrownKill off hotplug.h and just make net devices normal...
2007-06-20  Michael BrownPartial migration of UDP to data-xfer interface. ...
2007-06-20  Michael BrownAdd iob_ensure_headroom() placeholder.
2007-06-13  Michael BrownTreat URIs opened via xfer_open() and friends as relati...
2007-06-11  Michael BrownAdd concept of "current working URI".
2007-06-11  Michael BrownRemove unused headers.
2007-06-11  Michael BrownDNS code now records a whole struct sockaddr for the...
2007-06-11  Michael BrownUpdated DNS to use not-yet-implemented UDP data-xfer...
2007-06-11  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-11  Michael BrownRenamed _calloc() to zalloc(), ready to be used as...
2007-06-11  Michael BrownUpdated TFTP and PXE UDP API code to use not-yet-implem...
2007-06-11  Michael BrownAdd concept of transfer metadata, to be used by UDP...
2007-06-10  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-10  Michael BrownAdd missing call to free_iob().
2007-06-09  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-09  Michael BrownAdd our own trivial version of stdarg.h. This makes...
2007-06-09  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-09  Michael BrownIgnore external directories (bochs, qemu) within contri...
2007-06-09  Michael BrownRename .cvsignore files to .gitignore
2007-06-09  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-09  Marty ConnorUpdate email addresses in drivers
2007-06-09  Michael BrownScripts temporarily deregister themselves while executi...
2007-06-09  Michael BrownAllow xfer_open() to take a struct uri as well as a...
2007-06-09  Michael BrownAdd our own trivial version of stdarg.h. This makes...
2007-06-09  Michael BrownUse standard xfer_open() argument list for downloader...
2007-06-09  Michael BrownAdd reference counting to register/unregister procedure.
2007-06-08  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-08  Michael BrownMerge branch 'master' into mcb-tcp-xfer
2007-06-08  Marty ConnorUpdated email mdc's email address
2007-06-08  Michael BrownConflicts with native asn1.c
2007-06-03  Michael BrownAdd a couple of tests for the URI parsing and resolving...
2007-06-03  Michael BrownAdded missing va_end()
2007-06-03  Michael BrownAdd facility for resolving base+relative URIs (and...
2007-06-03  Michael BrownAdded dirname()
2007-06-03  Michael BrownAdded [v]asprintf()
2007-05-31  Michael BrownMove [v]ssnprintf() from iscsi.c into vsprintf.c; we...
2007-05-29  Michael BrownShould call ftp_done() if constructor fails.
2007-05-29  Michael BrownUpdate HTTP to use data-xfer interface.
2007-05-28  Michael BrownUpdated FTP to use data-xfer API.
2007-05-28  Michael BrownAdd xfer_[v]printf() functions.
2007-05-28  Michael BrownAdd sanity check and extra debug message
2007-05-28  Michael BrownMake URI structures reference-counted.
2007-05-27  Michael BrownIntroduce name resolution interface and named socket...
2007-05-27  Michael BrownMove increment/decrement debug messages to DBG2 level
2007-05-26  Michael BrownEliminate PF_INET; just use the AF_INET from the struct...
2007-05-26  Michael BrownEliminate PF_INET; just use the AF_INET from the struct...
2007-05-26  Michael BrownAdded EPIPE description.
2007-05-26  Michael BrownModify data-xfer semantics: it is no longer necessary...
2007-05-26  Michael BrownModify data-xfer semantics: it is no longer necessary...
2007-05-26  Michael BrownModify process semantics; rescheduling is now automatic.
2007-05-25  Michael BrownFree I/O buffers when we are finished with them!
2007-05-25  Michael BrownUpdated tcp.c to provide a standardised data transfer...
2007-05-19  Michael BrownUse list_for_each_entry_safe() when flushing queue.
2007-05-19  Michael BrownAdd local address to socket openers.
2007-05-19  Michael BrownRename pkbpad.c to iobpad.c
2007-05-19  Michael Brownpkbuff->iobuf changeover
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
next