<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/libtest/lib1560.c, branch bagder/https-proxyu-req-http</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>lib: fix -Wassign-enum warnings</title>
<updated>2020-09-08T11:53:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-07T08:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=17fcdf6a310d4c80762455ee9d5e4f52bd55c809'/>
<id>17fcdf6a310d4c80762455ee9d5e4f52bd55c809</id>
<content type='text'>
configure --enable-debug now enables -Wassign-enum with clang,
identifying several enum "abuses" also fixed.

Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/879007f8118771f4896334731aaca5850a154675#commitcomment-42087553

Closes #5929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure --enable-debug now enables -Wassign-enum with clang,
identifying several enum "abuses" also fixed.

Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/879007f8118771f4896334731aaca5850a154675#commitcomment-42087553

Closes #5929
</pre>
</div>
</content>
</entry>
<entry>
<title>lib1560: verify "redirect" to double-slash leading URL</title>
<updated>2020-08-25T11:06:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-25T07:56:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=259a81555d4081952f6b7e30b5fa86fff356869b'/>
<id>259a81555d4081952f6b7e30b5fa86fff356869b</id>
<content type='text'>
Closes #5849
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5849
</pre>
</div>
</content>
</entry>
<entry>
<title>test1560: avoid possibly negative association in wording</title>
<updated>2020-06-12T08:01:57+00:00</updated>
<author>
<name>Martin V</name>
<email>ndresx@gmail.com</email>
</author>
<published>2020-06-10T18:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b71628b633de3287fa83360a2019f0b7023b3aa3'/>
<id>b71628b633de3287fa83360a2019f0b7023b3aa3</id>
<content type='text'>
Closes #5549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5549
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: accept :: as a valid IPv6 address</title>
<updated>2020-05-08T06:47:29+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-07T10:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7f1c098728529b206e9118dcbccfd2611f8a70e4'/>
<id>7f1c098728529b206e9118dcbccfd2611f8a70e4</id>
<content type='text'>
Text 1560 is extended to verify.

Reported-by: Pavel Volgarev
Fixes #5344
Closes #5351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Text 1560 is extended to verify.

Reported-by: Pavel Volgarev
Fixes #5344
Closes #5351
</pre>
</div>
</content>
</entry>
<entry>
<title>test 1560: avoid valgrind false positives</title>
<updated>2020-03-08T16:30:55+00:00</updated>
<author>
<name>Patrick Monnerat</name>
<email>patrick@monnerat.net</email>
</author>
<published>2020-01-28T01:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a75f12768dee349e5671022c2bbea5428e6cca19'/>
<id>a75f12768dee349e5671022c2bbea5428e6cca19</id>
<content type='text'>
When using maximum code optimization level (-O3), valgrind wrongly
detects uses of uninitialized values in strcmp().

Preset buffers with all zeroes to avoid that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using maximum code optimization level (-O3), valgrind wrongly
detects uses of uninitialized values in strcmp().

Preset buffers with all zeroes to avoid that.
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: guess scheme correct even with credentials given</title>
<updated>2020-01-28T07:40:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-01-27T16:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d3dc0a07e9bd11afaac026802a9701f0796de780'/>
<id>d3dc0a07e9bd11afaac026802a9701f0796de780</id>
<content type='text'>
In the "scheme-less" parsing case, we need to strip off credentials
first before we guess scheme based on the host name!

Assisted-by: Jay Satiro
Fixes #4856
Closes #4857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the "scheme-less" parsing case, we need to strip off credentials
first before we guess scheme based on the host name!

Assisted-by: Jay Satiro
Fixes #4856
Closes #4857
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: question mark within fragment is still fragment</title>
<updated>2019-09-24T21:30:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-09-24T12:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6e7733f7884e82e486971260f078f6cbcbeac552'/>
<id>6e7733f7884e82e486971260f078f6cbcbeac552</id>
<content type='text'>
The parser would check for a query part before fragment, which caused it
to do wrong when the fragment contains a question mark.

Extended test 1560 to verify.

Reported-by: Alex Konev
Fixes #4412
Closes #4413
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parser would check for a query part before fragment, which caused it
to do wrong when the fragment contains a question mark.

Extended test 1560 to verify.

Reported-by: Alex Konev
Fixes #4412
Closes #4413
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: CURLU_NO_AUTHORITY allows empty authority/host part</title>
<updated>2019-09-19T13:57:28+00:00</updated>
<author>
<name>Jens Finkhaeuser</name>
<email>jens@finkhaeuser.de</email>
</author>
<published>2019-09-19T13:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0a4ecbdf1c35de3a0a367db73edbf50fabc0fb0e'/>
<id>0a4ecbdf1c35de3a0a367db73edbf50fabc0fb0e</id>
<content type='text'>
CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not
"file:///") to override cURL's default demand that an authority exists.

Closes #4349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CURLU_NO_AUTHORITY is intended for use with unknown schemes (i.e. not
"file:///") to override cURL's default demand that an authority exists.

Closes #4349
</pre>
</div>
</content>
</entry>
<entry>
<title>urlapi: verify the IPv6 numerical address</title>
<updated>2019-09-10T09:32:12+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-09-04T21:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=eab3c580f955c571253ab0ebd062b5f8c8d2b82f'/>
<id>eab3c580f955c571253ab0ebd062b5f8c8d2b82f</id>
<content type='text'>
It needs to parse correctly. Otherwise it could be tricked into letting
through a-f using host names that libcurl would then resolve. Like
'[ab.be]'.

Reported-by: Thomas Vegas
Closes #4315
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It needs to parse correctly. Otherwise it could be tricked into letting
through a-f using host names that libcurl would then resolve. Like
'[ab.be]'.

Reported-by: Thomas Vegas
Closes #4315
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix Codacy warnings</title>
<updated>2019-06-05T18:38:06+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-05-25T08:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e23c52b3295a525fbaae9e7ed3e7061fea6dffc2'/>
<id>e23c52b3295a525fbaae9e7ed3e7061fea6dffc2</id>
<content type='text'>
Reduce variable scopes and remove redundant variable stores.

Closes https://github.com/curl/curl/pull/3975
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce variable scopes and remove redundant variable stores.

Closes https://github.com/curl/curl/pull/3975
</pre>
</div>
</content>
</entry>
</feed>
