Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #276003

Category wget
Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
Changed at Sun 26 Jul 2026 19:55:57
Repository https://gitlab.com/gnuwget/wget2.git
Project wget2
Branch master
Revision 3e410567c8afa971c549d99dfcef16366b4186c0

Comments

Fix URL unescaping to be Wget1 compatible
* fuzz/libwget_iri_fuzzer.c: Add 0 flags to wget_iri_parse_base().
* include/wget/wget.h: Add flags to wget_iri_parse_base().
* libwget/iri.c: Add flags to wget_iri_parse_base().
* src/host.c: Add 0 flags to wget_iri_parse_base().
* src/wget.c (queue_url_from_local): Call wget_iri_parse_base with
  WGET_IRI_KEEP_AS_IS.

Changed files