<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/include/gpxe/tftp.h, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/tftp.h?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/include/gpxe/tftp.h?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-12-26T18:51:20+00:00</updated>
<entry>
<title>Add preliminary support for MTFTP.</title>
<updated>2007-12-26T18:51:20+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-12-26T18:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f3265b4bf8440ac4127e801c4b06efcac6a7f39d'/>
<id>urn:sha1:f3265b4bf8440ac4127e801c4b06efcac6a7f39d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused headers.</title>
<updated>2007-06-11T22:40:34+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-11T22:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=2d4c72b762fdb479e4f3a6897ac7463dd8f80e82'/>
<id>urn:sha1:2d4c72b762fdb479e4f3a6897ac7463dd8f80e82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer</title>
<updated>2007-06-11T17:11:29+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-11T17:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=01b4bde8a061773d563dfe3086ca04ad7ec7ca30'/>
<id>urn:sha1:01b4bde8a061773d563dfe3086ca04ad7ec7ca30</id>
<content type='text'>
UDP API.
</content>
</entry>
<entry>
<title>Update TFTP and FTP to take the same temporary URI scheme as HTTP</title>
<updated>2007-01-15T09:58:26+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-15T09:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=df0397f33469f9e3ed1d54cedd5fe6282881e3fc'/>
<id>urn:sha1:df0397f33469f9e3ed1d54cedd5fe6282881e3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Gave asynchronous operations approximate POSIX signal semantics.  This</title>
<updated>2007-01-15T08:49:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-15T08:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4e20d73bb52326261f8cf49c20d6de2edea309ee'/>
<id>urn:sha1:4e20d73bb52326261f8cf49c20d6de2edea309ee</id>
<content type='text'>
will enable us to cascade async operations, which is necessary in order to
properly support DNS.  (For example, an HTTP request may have to redirect
to a new location and will have to perform a new DNS lookup, so we can't
just rely on doing the name lookup at the time of parsing the initial
URL).

Anything other than HTTP is probably broken right now; I'll fix the others
up asap.
</content>
</entry>
<entry>
<title>Update TFTP to use a struct buffer rather than a callback.</title>
<updated>2007-01-11T15:14:54+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-11T15:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=0010e10ef3d242f0ba92010b63f6222366e5ec05'/>
<id>urn:sha1:0010e10ef3d242f0ba92010b63f6222366e5ec05</id>
<content type='text'>
Add debug autocolourisation to TFTP.
</content>
</entry>
<entry>
<title>Added TFTP test code (currently just dumps file to console).</title>
<updated>2006-08-09T00:09:29+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-08-09T00:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d1a123b1f4f265aa415d647212c64fb02d47e208'/>
<id>urn:sha1:d1a123b1f4f265aa415d647212c64fb02d47e208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial (untested) implementation of TFTP over the new UDP API.</title>
<updated>2006-08-08T23:45:52+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-08-08T23:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3611cb17b74740588059c5fe2d11545c6e11f573'/>
<id>urn:sha1:3611cb17b74740588059c5fe2d11545c6e11f573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added some TFTP definitions for use with the new UDP API.</title>
<updated>2006-08-08T22:01:16+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-08-08T22:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=72cd29f13cfe42fc8b47171a7f22124eb3f0788f'/>
<id>urn:sha1:72cd29f13cfe42fc8b47171a7f22124eb3f0788f</id>
<content type='text'>
</content>
</entry>
</feed>
