]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-06-30  Michael BrownDUMP_GDBSYM should not be enabled by default.
2007-06-30  Michael BrownAdd ability to resolve relative symbols as well as...
2007-06-30  Michael BrownAdd gdbsym.c object to help with running gdb-to-qemu
2007-06-30  Michael BrownPlace the actual version string in .data16, rather...
2007-06-30  Michael BrownImplement the two UNDI API calls used by RIS.
2007-06-30  Michael BrownImplement the "overwrite TFTP filename" Microsoft RIS...
2007-06-30  Michael BrownSeparate out pxe_start_nbp() from pxe_image.c into...
2007-06-30  Michael BrownDon't build option-overloaded packets; they just confus...
2007-06-29  Michael BrownI really, really screwed up the semantics of BufferSize...
2007-06-29  Michael BrownWindows RIS now gets as far as downloading NTLDR.
2007-06-28  Michael BrownInitial notes on RIS
2007-06-28  Michael BrownFix stack on return from PXE NBP so that we can return...
2007-06-28  Michael BrownUse internal real-mode stack from non-returnable prefixes
2007-06-28  Michael BrownRevert "Move stack to below 0x7c00; leaving it at the...
2007-06-28  Michael BrownSet current working URI based on TFTP server specified...
2007-06-28  Michael BrownCurrent bochs has a 128kB BIOS, not 64kB
2007-06-28  Michael BrownMove stack to below 0x7c00; leaving it at the default...
2007-06-28  Michael BrownObsoleted by downloader.c
2007-06-28  Michael BrownAdded missing config.[ch] lines for FTP protocol
2007-06-28  Michael BrownBugfix: iobuf->data always points to the start of the...
2007-06-28  Michael BrownMildly ugly hack to force correct linkage.
2007-06-28  Michael BrownRemoved debugging statements that should not have been...
2007-06-28  Michael BrownQuick hack to get image booting working again
2007-06-28  Michael BrownUse monojob and dhcp_configure_netdev().
2007-06-28  Michael BrownAdd dhcp_configure_netdev()
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...
next