index
:
ipxe
master
qemu
ipxe
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
*
[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