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
/
dns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dns] Always start DNS queries using the first configured DNS server
dns_primary
Michael Brown
2022-02-23
1
-5
/
+4
*
[dns] Reduce debug verbosity for DNS server list
Michael Brown
2021-03-02
1
-9
/
+9
*
[dns] Use all configured DNS servers
Michael Brown
2020-07-15
1
-49
/
+130
*
[dns] Ensure DNS names are NUL-terminated when used as diagnostic strings
Michael Brown
2017-09-07
1
-3
/
+9
*
[dns] Report current DNS query as job progress status message
Michael Brown
2017-09-06
1
-0
/
+18
*
[ipv6] Rename ipv6_scope to dhcpv6_scope
Michael Brown
2016-07-16
1
-1
/
+1
*
[settings] Create space for IPv6 in settings display order
Michael Brown
2016-07-15
1
-2
/
+2
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[dns] Update end-of-name pointer after processing CNAME record
Michael Brown
2014-02-26
1
-2
/
+12
*
[dns] Support DNS search lists
Michael Brown
2014-02-05
1
-265
/
+703
*
[settings] Merge SETTING_IPv4 and SETTING_IPv6
Michael Brown
2013-12-05
1
-2
/
+2
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
1
-2
/
+2
*
[dns] Add support for resolving IPv6 addresses via AAAA records
Michael Brown
2013-12-05
1
-33
/
+102
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
1
-6
/
+2
*
[build] Fix uses of literal 0 as a NULL pointer
Michael Brown
2013-04-28
1
-1
/
+1
*
[src] Fix spelling in comments, debug messages and local variable names
Stefan Weil
2013-01-03
1
-1
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[settings] Move "domain" setting from dns.c to settings.c
Michael Brown
2012-06-20
1
-8
/
+0
*
[dns] Allow trailing dots in DNS names
Michael Brown
2012-01-10
1
-9
/
+15
*
[settings] Match terminology in online documentation
Michael Brown
2011-03-23
1
-1
/
+1
*
[settings] Impose a fixed order on settings
Michael Brown
2011-03-23
1
-2
/
+2
*
[dns] Fix memory leak in settings applicator
Michael Brown
2011-03-03
1
-2
/
+9
*
[dns] Disambiguate "no nameserver" and "no DNS record" errors
Michael Brown
2010-12-01
1
-2
/
+10
*
[retry] Hold reference while timer is running and during expiry callback
Michael Brown
2010-09-03
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-36
/
+45
*
[interface] Convert all name-resolution interfaces to generic interfaces
Michael Brown
2010-06-22
1
-6
/
+18
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-0
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-9
/
+9
*
[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
-1
/
+1
*
[dns] Append local domain to relative names
Stefan Hajnoczi
2009-01-27
1
-11
/
+65
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-1
/
+16
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-20
1
-18
/
+17
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-1
/
+0
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
1
-0
/
+3
*
nameserver should be static
Michael Brown
2007-07-17
1
-1
/
+1
*
Add debug message when nameserver setting is applied/changed via DHCP.
Michael Brown
2007-07-08
1
-0
/
+4
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+1
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Add concept of DHCP option applicators.
Michael Brown
2007-07-05
1
-0
/
+23
*
Updated DNS to use not-yet-implemented UDP data-xfer API.
Michael Brown
2007-06-11
1
-101
/
+114
*
Introduce name resolution interface and named socket opener.
Michael Brown
2007-05-27
1
-1
/
+1
*
Added SIGKILL handler
Michael Brown
2007-01-19
1
-0
/
+15
*
A working name resolution framework
Michael Brown
2007-01-18
1
-0
/
+7
*
Have DHCP set the nameserver, rather than DNS read the DHCP nameserver
Michael Brown
2007-01-18
1
-12
/
+16
*
Use struct sockaddr rather than struct sockaddr_tcpip
Michael Brown
2007-01-18
1
-9
/
+12
*
A working DNS resolver (not yet tied in to anything)
Michael Brown
2007-01-15
1
-0
/
+463