index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
interface
/
pxe
/
pxe_tftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.
Michael Brown
2008-02-02
1
-147
/
+231
*
Make read_user() non-blocking, and add select() call.
Michael Brown
2007-08-04
1
-15
/
+38
*
Add per-file error identifiers
Michael Brown
2007-07-24
1
-0
/
+1
*
Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.
Michael Brown
2007-06-30
1
-3
/
+0
*
Windows RIS now gets as far as downloading NTLDR.
Michael Brown
2007-06-29
1
-2
/
+7
*
Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer
Michael Brown
2007-06-11
1
-4
/
+5
*
Updated to use POSIX-style file I/O layer.
Michael Brown
2007-05-18
1
-298
/
+149
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Allow linking by converting functions to stubs
Michael Brown
2006-08-09
1
-18
/
+13
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-03
1
-0
/
+4
*
TFTP upgraded to use a core function library (in tftpcore.c) which will be
Michael Brown
2005-06-01
1
-1
/
+1
*
Documented remainder of PXE TFTP API calls.
Michael Brown
2005-05-27
1
-24
/
+241
*
Added diatribe about the mismatch between the PXE spec and the TFTP
Michael Brown
2005-05-27
1
-19
/
+86
*
Thoughts on how to coerce the PXE TFTP API into something resembling
Michael Brown
2005-05-26
1
-1
/
+141
*
Split PXE code into preboot, udp, tftp, undi and loader units.
Michael Brown
2005-05-24
1
-0
/
+199