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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quick hack to get image booting working again
Michael Brown
2007-06-28
5
-68
/
+69
*
Use monojob and dhcp_configure_netdev().
Michael Brown
2007-06-28
1
-68
/
+19
*
Add dhcp_configure_netdev()
Michael Brown
2007-06-28
2
-4
/
+65
*
Added monojob controller in lieu of a full working shell.
Michael Brown
2007-06-28
4
-0
/
+102
*
Forgot to set initial session state. Now works!
Michael Brown
2007-06-28
1
-0
/
+1
*
Kill off job::start() (it was only ever added as part of an aborted
Michael Brown
2007-06-28
4
-13
/
+0
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-27
8
-143
/
+245
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
16
-256
/
+112
*
Partial migration of UDP to data-xfer interface. (Will not link at
Michael Brown
2007-06-20
3
-331
/
+310
*
Add iob_ensure_headroom() placeholder.
Michael Brown
2007-06-20
1
-0
/
+19
*
Treat URIs opened via xfer_open() and friends as relative to the
Michael Brown
2007-06-13
1
-5
/
+23
*
Add concept of "current working URI".
Michael Brown
2007-06-11
3
-5
/
+61
*
Remove unused headers.
Michael Brown
2007-06-11
2
-4
/
+2
*
DNS code now records a whole struct sockaddr for the name server.
Michael Brown
2007-06-11
1
-2
/
+5
*
Updated DNS to use not-yet-implemented UDP data-xfer API.
Michael Brown
2007-06-11
3
-127
/
+122
*
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-11
2
-4
/
+7
|
\
|
*
Renamed _calloc() to zalloc(), ready to be used as a standalone function.
Michael Brown
2007-06-11
2
-4
/
+7
*
|
Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer
Michael Brown
2007-06-11
4
-401
/
+468
*
|
Add concept of transfer metadata, to be used by UDP in order to
Michael Brown
2007-06-11
6
-13
/
+54
*
|
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-10
1
-0
/
+1
|
\
|
|
*
Add missing call to free_iob().
Michael Brown
2007-06-10
1
-0
/
+1
|
*
Add our own trivial version of stdarg.h. This makes our build
Michael Brown
2007-06-10
1
-0
/
+22
*
|
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-09
5
-0
/
+0
|
\
|
|
*
Rename .cvsignore files to .gitignore
Michael Brown
2007-06-09
5
-0
/
+0
*
|
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-09
4
-8
/
+9
|
\
|
|
*
Update email addresses in drivers
Marty Connor
2007-06-09
4
-8
/
+9
*
|
Scripts temporarily deregister themselves while executing. This
Michael Brown
2007-06-09
3
-18
/
+18
*
|
Allow xfer_open() to take a struct uri as well as a URI string.
Michael Brown
2007-06-09
3
-18
/
+40
*
|
Add our own trivial version of stdarg.h. This makes our build
Michael Brown
2007-06-09
1
-0
/
+22
*
|
Use standard xfer_open() argument list for downloader instantiator
Michael Brown
2007-06-09
2
-9
/
+14
*
|
Add reference counting to register/unregister procedure.
Michael Brown
2007-06-09
1
-0
/
+32
*
|
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-08
1
-1
/
+1
|
\
|
|
*
Updated email mdc's email address
Marty Connor
2007-06-08
1
-1
/
+1
*
|
Merge branch 'master' into mcb-tcp-xfer
Michael Brown
2007-06-08
27
-1043
/
+789
|
\
|
|
*
Conflicts with native asn1.c
Michael Brown
2007-06-08
1
-867
/
+0
|
*
Add a couple of tests for the URI parsing and resolving code.
Michael Brown
2007-06-03
1
-0
/
+145
|
*
Added missing va_end()
Michael Brown
2007-06-03
1
-0
/
+1
|
*
Add facility for resolving base+relative URIs (and paths).
Michael Brown
2007-06-03
2
-20
/
+227
|
*
Added dirname()
Michael Brown
2007-06-03
2
-1
/
+24
|
*
Added [v]asprintf()
Michael Brown
2007-06-03
2
-0
/
+52
|
*
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
2007-05-31
3
-26
/
+44
|
*
Add xfer_[v]printf() functions.
Michael Brown
2007-05-28
2
-0
/
+45
|
*
Make URI structures reference-counted.
Michael Brown
2007-05-28
5
-14
/
+27
|
*
Move increment/decrement debug messages to DBG2 level
Michael Brown
2007-05-27
1
-4
/
+4
|
*
Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead.
Michael Brown
2007-05-26
3
-50
/
+43
|
*
Added EPIPE description.
Michael Brown
2007-05-26
1
-0
/
+1
|
*
Modify data-xfer semantics: it is no longer necessary to call one of
Michael Brown
2007-05-26
5
-41
/
+96
|
*
Modify process semantics; rescheduling is now automatic.
Michael Brown
2007-05-26
5
-19
/
+76
|
*
Free I/O buffers when we are finished with them!
Michael Brown
2007-05-25
1
-1
/
+4
*
|
Should call ftp_done() if constructor fails.
Michael Brown
2007-05-29
1
-0
/
+1
[next]