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
gve-startup-fix
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
rbgstart
rdrand
realtek_hack
retimeout
riscv64
rndis_padding
rpl
rtlvlan
sanconnect
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
siglist
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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-06-08
Conflicts with native asn1.c
Michael Brown
1
-867
/
+0
2007-06-03
Add a couple of tests for the URI parsing and resolving code.
Michael Brown
1
-0
/
+145
2007-06-03
Added missing va_end()
Michael Brown
1
-0
/
+1
2007-06-03
Add facility for resolving base+relative URIs (and paths).
Michael Brown
2
-20
/
+227
2007-06-03
Added dirname()
Michael Brown
2
-1
/
+24
2007-06-03
Added [v]asprintf()
Michael Brown
2
-0
/
+52
2007-05-31
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
3
-26
/
+44
2007-05-29
Should call ftp_done() if constructor fails.
Michael Brown
1
-0
/
+1
2007-05-29
Update HTTP to use data-xfer interface.
Michael Brown
4
-285
/
+269
2007-05-28
Updated FTP to use data-xfer API.
Michael Brown
2
-230
/
+206
2007-05-28
Add xfer_[v]printf() functions.
Michael Brown
2
-0
/
+45
2007-05-28
Add sanity check and extra debug message
Michael Brown
1
-0
/
+5
2007-05-28
Make URI structures reference-counted.
Michael Brown
5
-14
/
+27
2007-05-27
Introduce name resolution interface and named socket opener.
Michael Brown
3
-95
/
+485
2007-05-27
Move increment/decrement debug messages to DBG2 level
Michael Brown
1
-4
/
+4
2007-05-26
Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.
Michael Brown
1
-12
/
+20
2007-05-26
Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.
Michael Brown
3
-50
/
+43
2007-05-26
Added EPIPE description.
Michael Brown
1
-0
/
+1
2007-05-26
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
1
-42
/
+11
2007-05-26
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
5
-41
/
+96
2007-05-26
Modify process semantics; rescheduling is now automatic.
Michael Brown
5
-19
/
+76
2007-05-25
Free I/O buffers when we are finished with them!
Michael Brown
1
-1
/
+4
2007-05-25
Updated tcp.c to provide a standardised data transfer interface.
Michael Brown
2
-350
/
+406
2007-05-19
Use list_for_each_entry_safe() when flushing queue.
Michael Brown
1
-1
/
+2
2007-05-19
Add local address to socket openers.
Michael Brown
2
-7
/
+15
2007-05-19
Rename pkbpad.c to iobpad.c
Michael Brown
1
-0
/
+0
2007-05-19
pkbuff->iobuf changeover
Michael Brown
25
-665
/
+429
2007-05-18
Add explicit "freeing" debug messages.
Michael Brown
1
-0
/
+3
2007-05-18
Must request data before anything actually happens...
Michael Brown
1
-0
/
+4
2007-05-18
Add debugging
Michael Brown
1
-0
/
+2
2007-05-18
Add alloc_iob() and free_iob(). (Direct search-and-replace
Michael Brown
2
-39
/
+133
2007-05-18
Updated to use POSIX-style file I/O layer.
Michael Brown
1
-298
/
+149
2007-05-18
Added POSIX-style blocking I/O calls, for use by PXE TFTP API.
Michael Brown
2
-0
/
+363
2007-05-18
Allow construction of PXE status code from internal error number.
Michael Brown
1
-0
/
+3
2007-05-18
Prefix all the open()-family routines with xfer_, to disambiguate them
Michael Brown
4
-19
/
+21
2007-05-15
Do not hold self-references. This then avoids the problem of having to
Michael Brown
7
-38
/
+96
2007-05-15
Data-transfer interface should now be functionally complete.
Michael Brown
4
-73
/
+243
2007-05-01
Add always_inline attribute to force gcc to inline single-instruction
Michael Brown
2
-4
/
+4
2007-05-01
Added (non-functional) reference count to struct image
Michael Brown
1
-0
/
+24
2007-05-01
Initial sketch for a downloader object
Michael Brown
2
-0
/
+293
2007-05-01
Add start() event
Michael Brown
4
-61
/
+136
2007-05-01
Clarify behaviour of plug() by using intf_put() and intf_get().
Michael Brown
2
-3
/
+22
2007-05-01
Document the fact that a zeroed-out refcounted object will behave in
Michael Brown
1
-0
/
+5
2007-04-30
D'oh
Michael Brown
1
-2
/
+2
2007-04-30
Added plug_plug()
Michael Brown
2
-0
/
+16
2007-04-29
Add (and use) generic reference counter, to improve signal:noise ratio
Michael Brown
8
-58
/
+128
2007-04-29
Skeleton job control interface
Michael Brown
2
-0
/
+201
2007-04-29
Add seek()
Michael Brown
4
-38
/
+137
2007-04-28
Preliminary support for opening data-transfer interfaces
Michael Brown
4
-18
/
+325
2007-04-28
Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions and debug
Michael Brown
1
-3
/
+56
[prev]
[next]