index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
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
*
[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