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
/
core
/
uri.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[uri] Allow for relative URIs that include colons within the path
Michael Brown
2022-01-13
1
-5
/
+10
*
[uri] Retain original encodings for path, query, and fragment fields
Michael Brown
2021-11-12
1
-51
/
+80
*
[uri] Avoid appearing to access final byte of a potentially empty string
Michael Brown
2020-06-05
1
-2
/
+2
*
[uri] Support "file:" URIs describing relative paths
Michael Brown
2016-03-14
1
-1
/
+1
*
[uri] Support URIs containing only scheme and path components
Michael Brown
2016-03-13
1
-3
/
+2
*
[uri] Apply URI decoding for all parsed URIs
Michael Brown
2016-01-26
1
-1
/
+1
*
[tftp] Mangle initial slash on TFTP URIs
Michael Brown
2016-01-21
1
-21
/
+51
*
[uri] Avoid potentially large stack allocation
Michael Brown
2016-01-21
1
-9
/
+12
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
1
-16
/
+37
*
[settings] Re-add "uristring" setting type
Michael Brown
2015-08-25
1
-22
/
+71
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[uri] Allow tftp_uri() to construct a URI with a custom port
Michael Brown
2015-02-06
1
-1
/
+8
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-180
/
+330
*
[params] Use reference counters for form parameter lists
Michael Brown
2014-02-26
1
-5
/
+5
*
[uri] Allow URIs to incorporate a parameter list
Michael Brown
2013-08-19
1
-1
/
+30
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[uri] Fix NULL dereference in parse_uri()
Piotr JaroszyĆski
2010-04-25
1
-2
/
+10
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-4
/
+4
*
[uri] Handle an empty unparse_uri() result properly
Joshua Oreman
2010-01-27
1
-4
/
+5
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-20
1
-64
/
+88
*
[uri] Fix outdated comment in parse_uri()
sobtwmxt
2009-11-20
1
-1
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[uri] Avoid interpreting DOS-style path names as opaque URIs
Michael Brown
2008-10-24
1
-2
/
+6
*
[uri] Add uri_encode() and uri_decode() functions for URI character encoding
Michael Brown
2008-09-24
1
-0
/
+78
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Add concept of "current working URI".
Michael Brown
2007-06-11
1
-5
/
+16
*
Add facility for resolving base+relative URIs (and paths).
Michael Brown
2007-06-03
1
-19
/
+220
*
Make URI structures reference-counted.
Michael Brown
2007-05-28
1
-1
/
+1
*
Add utility function to parse port from URI
Michael Brown
2007-01-18
1
-0
/
+11
*
Added a URI parser that should be standards conformant. (It can certainly
Michael Brown
2007-01-14
1
-0
/
+161