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
*
[tftp] Add error table entry for TFTP "file not found" error code
Michael Brown
2024-03-29
1
-1
/
+10
*
[tftp] Allow for profiling of client and server turnaround times
Michael Brown
2021-01-22
1
-1
/
+23
*
[tftp] Eliminate unnecessary variable-length stack allocation
Michael Brown
2020-02-16
1
-11
/
+6
*
[tftp] Prevent potential division by zero
Michael Brown
2018-03-18
1
-0
/
+2
*
[tftp] Mangle initial slash on TFTP URIs
Michael Brown
2016-01-21
1
-1
/
+3
*
[tftp] Do not change current working URI when TFTP server is cleared
Michael Brown
2016-01-09
1
-13
/
+13
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[tftp] Explicitly abort connection whenever parent interface is closed
Michael Brown
2015-02-06
1
-38
/
+16
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-13
/
+1
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
1
-20
/
+8
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[tftp] Allow builds without TFTP support
Michael Brown
2012-04-17
1
-8
/
+0
*
[tftp] Avoid setting current working URI to "tftp://0.0.0.0/"
Michael Brown
2011-03-31
1
-5
/
+9
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-1
/
+1
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-1
/
+1
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-3
/
+3
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-88
/
+46
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
1
-2
/
+2
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
1
-27
/
+44
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-12
/
+12
*
[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
[next]