1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/src
Ander Juaristi b0820d553b Fixed incorrect handling of reserved chars.
* src/iri.c (do_conversion): Call url_unescape_except_reserved,
instead of url_unescape.

* src/url.c (url_unescape_1): New static function.
(url_unescape): Calls url_unescape_1 with mask zero. Preserves
same behavior as before. Only code changes.
(url_unescape_except_reserved): New function.

* src/url.h: Added prototype for url_unescape_except_reserved().

When the locale is US-ASCII, URIs that contain special characters
in them are converted to IRIs according to RFC 3987, section 3.2
"Converting URIs to IRIs".
2015-05-12 21:24:06 +02:00
..
build_info.c.in Assume large-file support for WINDOWS 2014-11-20 21:37:24 +01:00
connect.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
connect.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
convert.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
convert.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
cookies.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
cookies.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-tokens.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-url.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css-url.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
css.l maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
decc_ver.c Ensure main calls bindtextdomain 2014-06-12 18:49:14 +02:00
DESCRIP_DEPS.MMS imported patch vms-overlay 2010-01-09 15:24:02 -08:00
DESCRIP_MODS.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
DESCRIP_SRC.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
exits.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
exits.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-basic.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-ls.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp-opie.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ftp.c Fix timestamping and continue behaviour with ftp protocol. 2015-05-01 00:28:08 +02:00
ftp.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
gnutls.c Fix double free bug in SSL code 2015-04-27 19:48:51 +02:00
hash.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
hash.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
host.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
host.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-parse.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-parse.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
html-url.c html-url.c: Fix potential memory leaks 2015-03-14 16:48:30 +05:30
html-url.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
http-ntlm.c Remove shadowed variable in http.c 2015-05-04 21:45:26 +05:30
http-ntlm.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
http.c Remove shadowed variable in http.c 2015-05-04 21:45:26 +05:30
http.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
init.c Add option to restrict filenames used VMS. 2015-04-02 15:36:42 +02:00
init.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
iri.c Fixed incorrect handling of reserved chars. 2015-05-12 21:24:06 +02:00
iri.h Fix const usage in iri.c 2015-04-10 10:23:01 +02:00
log.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
log.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
main.c main.c: Fix two potential memory leaks 2015-03-14 16:48:30 +05:30
Makefile.am maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
mswindows.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
mswindows.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
netrc.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
netrc.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
openssl.c openssl: Read cert from private key file when needed 2015-04-27 19:52:18 +02:00
options.h Add option to restrict filenames used VMS. 2015-04-02 15:36:42 +02:00
progress.c Fix documentation for update_speed_ring() 2015-05-07 11:29:07 +05:30
progress.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ptimer.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ptimer.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
recur.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
recur.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
res.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
res.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
retr.c retr.c: Fix memory leak in retrieve_from_file() 2015-03-14 16:48:30 +05:30
retr.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
spider.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
spider.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
ssl.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
sysdep.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
test.c maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
test.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
url.c Fixed incorrect handling of reserved chars. 2015-05-12 21:24:06 +02:00
url.h Fixed incorrect handling of reserved chars. 2015-05-12 21:24:06 +02:00
utils.c Fix format specifier warning 2015-05-03 21:18:47 +02:00
utils.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
version.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00
vms.c Remove trailing empty lines 2014-06-12 18:49:15 +02:00
warc.c Check memory allocations in WARC code 2015-04-17 22:42:59 +02:00
warc.h Add more const usage to function params 2015-04-17 22:42:59 +02:00
wget.h maint: update copyright year ranges to include 2015 2015-03-09 16:32:01 +01:00