index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
/
ftp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-27
[uri] Refactor URI parsing and formatting
Michael Brown
1
-2
/
+29
2012-08-15
[ftp] Add support for the FTP SIZE command
Marin Hannache
1
-11
/
+60
2011-06-28
[ftp] Remove redundant ftp_data_deliver() method
Michael Brown
1
-25
/
+4
2010-06-22
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
1
-91
/
+53
2010-06-22
[refcnt] Add ref_init() wrapper function
Michael Brown
1
-1
/
+1
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-9
/
+9
2010-01-20
[ftp] User and password URI support for the FTP protocol
gL2n30Y06arv2
1
-2
/
+24
2009-03-30
[xfer] Implement xfer_vreopen() to properly handle redirections
Michael Brown
1
-2
/
+2
2009-02-15
[xfer] Make consistent assumptions that xfer metadata can never be NULL
Michael Brown
1
-1
/
+1
2008-10-10
[makefile] Add -Wformat-nonliteral as an extra warning category
Michael Brown
1
-20
/
+41
2008-07-30
[ftp] Terminate processing after receiving an error
Sergey Vlasov
1
-0
/
+1
2008-07-30
[ftp] Cope with RETR completion prior to all data received
Michael Brown
1
-15
/
+33
2008-01-08
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
1
-3
/
+0
2007-08-02
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
1
-0
/
+3
2007-07-08
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
1
-0
/
+3
2007-07-08
Kill off unused request() method in data-xfer interface.
Michael Brown
1
-3
/
+0
2007-07-06
convert to zalloc
Holger Lubitz
1
-2
/
+1
2007-06-11
Add concept of transfer metadata, to be used by UDP in order to
Michael Brown
1
-1
/
+3
2007-05-29
Should call ftp_done() if constructor fails.
Michael Brown
1
-0
/
+1
2007-05-28
Updated FTP to use data-xfer API.
Michael Brown
1
-174
/
+206
2007-01-31
Changed to use the generic stream API.
Michael Brown
1
-51
/
+60
2007-01-19
Use stdio.h instead of vsprintf.h
Michael Brown
1
-1
/
+1
2007-01-18
HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any
Michael Brown
1
-0
/
+7
2007-01-15
Update TFTP and FTP to take the same temporary URI scheme as HTTP
Michael Brown
1
-48
/
+82
2007-01-15
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
1
-2
/
+2
2007-01-12
No need to maintain a received byte count; we always fill in sequential
Michael Brown
1
-5
/
+1
2007-01-11
Change FTP to use a data buffer rather than a callback function.
Michael Brown
1
-14
/
+27
2006-12-29
Use autocolourisation
Michael Brown
1
-10
/
+13
2006-12-27
Merge changes from mcb-tcp-fixes branch.
Michael Brown
1
-92
/
+66
2006-12-05
Added debug messages
Michael Brown
1
-0
/
+34
2006-12-05
Update ftp.c to work with Nikhil's TCP stack.
Michael Brown
1
-18
/
+43
2006-06-19
Update ftp.c and hello.c to use the generic async_operations API.
Michael Brown
1
-7
/
+9
2006-06-17
Made the temporary buffer part of the TCP senddata() API, to ease the
Michael Brown
1
-5
/
+6
2006-04-30
Typo
Michael Brown
1
-1
/
+7
2006-04-30
Merge TCP aborted(), timedout() and closed() methods into a single
Michael Brown
1
-43
/
+101
2006-04-30
Half-way tidy
Michael Brown
1
-116
/
+159
2006-04-30
Make all TCP methods optional; at least FTP data is a read-only
Michael Brown
1
-37
/
+2
2006-04-30
Proof-of-concept FTP implementation
Michael Brown
1
-0
/
+263