index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
udp
/
tftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tftp] Abort requests with error code 0
Stefan Hajnoczi
2010-01-18
1
-2
/
+2
*
[tftp] Make TFTP size requests abort transfer with an error
Thomas Horsten
2010-01-17
1
-0
/
+73
*
[tftp] Remove unnecessary delay when opening a connection
Stefan Hajnoczi
2010-01-15
1
-2
/
+9
*
[tftp] Allow fetching larger files by wrapping block number
Stefan Hajnoczi
2010-01-15
1
-3
/
+6
*
[tftp] Process OACKs even if malformed
Michael Brown
2009-05-20
1
-12
/
+28
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
2009-03-30
1
-2
/
+2
*
[xfer] Make consistent assumptions that xfer metadata can never be NULL
Michael Brown
2009-02-15
1
-8
/
+3
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-5
/
+3
*
[tftp] Guard against invalid data block numbers
Michael Brown
2009-02-01
1
-0
/
+5
*
[tftp] Temporary fix for conveying TFTP block size to callers
Michael Brown
2009-01-27
1
-1
/
+19
*
[tftp] Add EUNIQ_xx values to differentiate the many EINVAL errors
Michael Brown
2008-10-21
1
-7
/
+16
*
[tftp] Strip the initial '/' to keep Windows TFTP servers happy.
Michael Brown
2008-07-02
1
-6
/
+19
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-1
/
+16
*
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
2008-03-21
1
-0
/
+43
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2008-01-22
1
-5
/
+5
|
\
|
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-5
/
+5
*
|
Add preliminary support for MTFTP.
Michael Brown
2007-12-26
1
-112
/
+295
|
/
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
1
-7
/
+7
*
Add RFC2090 TFTP multicast support.
Michael Brown
2007-11-28
1
-82
/
+300
*
Quick hack to be able to accept transfers from servers that don't
Michael Brown
2007-11-25
1
-0
/
+2
*
Check for correct block number in tftp_rx_data().
Michael Brown
2007-09-08
1
-1
/
+9
*
Minor style fix: structure fields are generally initialised in the
Michael Brown
2007-09-06
1
-1
/
+1
*
TFTP default blocksize fix from Vampyre
Marty Connor
2007-08-30
1
-0
/
+1
*
Use start_timer_nodelay() in protocols which rely on the retry timer
Michael Brown
2007-08-13
1
-1
/
+1
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-0
/
+3
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+2
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-2
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Improve debugging
Michael Brown
2007-07-01
1
-0
/
+6
*
Bugfix: iobuf->data always points to the start of the allocated
Michael Brown
2007-06-28
1
-1
/
+1
*
Remove unused headers.
Michael Brown
2007-06-11
1
-0
/
+2
*
Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer
Michael Brown
2007-06-11
1
-246
/
+378
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Update TFTP and FTP to take the same temporary URI scheme as HTTP
Michael Brown
2007-01-15
1
-17
/
+65
*
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
1
-3
/
+3
*
Update TFTP to use a struct buffer rather than a callback.
Michael Brown
2007-01-11
1
-36
/
+51
*
Added TFTP test code (currently just dumps file to console).
Michael Brown
2006-08-09
1
-3
/
+6
*
Initial (untested) implementation of TFTP over the new UDP API.
Michael Brown
2006-08-08
1
-0
/
+471