<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/wget.git/src/html-parse.c, branch master</title>
<subtitle>git.savannah.gnu.org: git/wget.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/'/>
<entry>
<title>Update copyright years</title>
<updated>2023-02-17T12:46:58+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2023-02-12T17:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=42239969300cae065e38781df3d157483897ff6b'/>
<id>42239969300cae065e38781df3d157483897ff6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Update Copyright years</title>
<updated>2022-02-26T14:49:52+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@gnu.org</email>
</author>
<published>2022-02-26T14:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=be936bda564963d7903a6966d3f40f92c95ca7f0'/>
<id>be936bda564963d7903a6966d3f40f92c95ca7f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run make update-copyright</title>
<updated>2021-01-01T11:31:01+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@gnu.org</email>
</author>
<published>2021-01-01T11:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=5a7f2f7e8741e46cf2783be276ab6020b2fd9ed3'/>
<id>5a7f2f7e8741e46cf2783be276ab6020b2fd9ed3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/html-parse.c (name_allowed): Remove use of alloca</title>
<updated>2020-02-13T16:01:29+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2020-02-13T16:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=5505aced03322eed54888b511e85ec65366fc24c'/>
<id>5505aced03322eed54888b511e85ec65366fc24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-01-10T11:56:08+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@gnu.org</email>
</author>
<published>2020-01-10T11:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=221f1ba3efb9ea7cdccdd35bd29fd659ddb8a182'/>
<id>221f1ba3efb9ea7cdccdd35bd29fd659ddb8a182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace XDIGIT_TO_NUM by _unhex() with proper unsigned handling</title>
<updated>2019-11-21T09:56:10+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2019-05-06T15:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=2ba8da8f22239564ac9964481507d89a2b399a05'/>
<id>2ba8da8f22239564ac9964481507d89a2b399a05</id>
<content type='text'>
* src/wget.h: Replace XDIGIT_TO_NUM by _unhex()
* src/html-parse.c (decode_entity): Use _unhex()
* src/host.c (is_valid_ipv6_address): Use _unhex()
* src/url.c (url_unescape_1): Use unsigned char to avoid UB
* src/res.c (free_specs): Likewise

Code taken from Wget2. XDIGIT_TO_NUM had a signed issue, detected by
scan-build static anylyzer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/wget.h: Replace XDIGIT_TO_NUM by _unhex()
* src/html-parse.c (decode_entity): Use _unhex()
* src/host.c (is_valid_ipv6_address): Use _unhex()
* src/url.c (url_unescape_1): Use unsigned char to avoid UB
* src/res.c (free_specs): Likewise

Code taken from Wget2. XDIGIT_TO_NUM had a signed issue, detected by
scan-build static anylyzer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright statements</title>
<updated>2019-02-10T10:50:17+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@gnu.org</email>
</author>
<published>2019-02-10T10:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=8b975e83d3eb04d92c9f68496f3ab0749f2ee5d2'/>
<id>8b975e83d3eb04d92c9f68496f3ab0749f2ee5d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Copyright years</title>
<updated>2018-01-14T10:24:43+00:00</updated>
<author>
<name>Darshit Shah</name>
<email>darnir@gnu.org</email>
</author>
<published>2018-01-14T10:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=183fccdaade74ba3968905302e4b75d39fdd9b13'/>
<id>183fccdaade74ba3968905302e4b75d39fdd9b13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in comments</title>
<updated>2017-04-01T17:38:09+00:00</updated>
<author>
<name>klemens</name>
<email>ka7@github.com</email>
</author>
<published>2017-04-01T15:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=f381831d889a0a2f3f28f5bec2dbe66f555e3a33'/>
<id>f381831d889a0a2f3f28f5bec2dbe66f555e3a33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/html-parse.c: Remove unused macro SKIP_NON_WS</title>
<updated>2017-02-03T11:15:24+00:00</updated>
<author>
<name>Tim Rühsen</name>
<email>tim.ruehsen@gmx.de</email>
</author>
<published>2017-02-03T11:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/wget.git/commit/?id=3ba112ea5712874f7ef7d2906b39463417181e8f'/>
<id>3ba112ea5712874f7ef7d2906b39463417181e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
