index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
urlapi.c
Age
Commit message (
Expand
)
Author
2019-10-03
urlapi: fix use-after-free bug
Daniel Stenberg
2019-10-02
urlapi: fix URL encoding when setting a full URL
Daniel Stenberg
2019-10-01
urlapi: fix unused variable warning
Marcel Raad
2019-09-24
urlapi: question mark within fragment is still fragment
Daniel Stenberg
2019-09-21
urlapi: avoid index underflow for short ipv6 hostnames
Paul Dreik
2019-09-20
urlapi: Expression 'storep' is always true
Daniel Stenberg
2019-09-20
urlapi: 'scheme' is always true
Daniel Stenberg
2019-09-20
urlapi: part of conditional expression is always true: (relurl[0] == '/')
Daniel Stenberg
2019-09-19
urlapi: CURLU_NO_AUTHORITY allows empty authority/host part
Jens Finkhaeuser
2019-09-10
urlapi: one colon is enough for the strspn() input (typo)
Daniel Stenberg
2019-09-10
urlapi: verify the IPv6 numerical address
Daniel Stenberg
2019-05-20
urlapi: increase supported scheme length to 40 bytes
Omar Ramadan
2019-05-20
lib: reduce variable scopes
Marcel Raad
2019-05-14
urlapi: require a non-zero host name length when parsing URL
Daniel Stenberg
2019-05-05
urlapi: add CURLUPART_ZONEID to set and get
Daniel Stenberg
2019-05-03
urlapi: strip off scope id from numerical IPv6 addresses
Daniel Stenberg
2019-04-29
CURL_MAX_INPUT_LENGTH: largest acceptable string input size
Daniel Stenberg
2019-04-13
urlapi: stricter CURLUPART_PORT parsing
Daniel Stenberg
2019-04-07
urlapi: urlencode characters above 0x7f correctly
Jakub Zakrzewski
2019-02-10
cleanup: make local functions static
Daniel Stenberg
2019-02-09
urlapi: reduce variable scope, remove unreachable 'break'
Daniel Stenberg
2018-12-30
urlapi: fix parsing ipv6 with zone index
Daniel Gustafsson
2018-12-13
urlapi: distinguish possibly empty query
Leonardo Taccari
2018-12-12
urlapi: Fix port parsing of eol colon
Daniel Gustafsson
2018-12-11
tests: add urlapi unittest
Daniel Gustafsson
2018-12-11
urlapi: fix portnumber parsing for ipv6 zone index
Daniel Gustafsson
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-07
urlapi: only skip encoding the first '=' with APPENDQUERY set
Daniel Stenberg
2018-11-06
url: a short host name + port is not a scheme
Daniel Stenberg
2018-11-05
Revert "url: a short host name + port is not a scheme"
Daniel Stenberg
2018-11-03
url: a short host name + port is not a scheme
Daniel Stenberg
2018-11-03
URL: fix IPv6 numeral address parser
Daniel Stenberg
2018-10-02
urlapi: starting with a drive letter on win32 is not an abs url
Daniel Stenberg
2018-09-21
urlapi: fix support for address scope in IPv6 numerical addresses
Daniel Stenberg
2018-09-19
urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance
Daniel Stenberg
2018-09-19
urlapi: don't set value which is never read
Daniel Gustafsson
2018-09-10
misc: fix typos in comments
Daniel Gustafsson
2018-09-08
urlapi: avoid derefencing a possible NULL pointer
Daniel Stenberg
2018-09-08
URL-API
Daniel Stenberg