<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib, branch bagder/configure-dis-https-proxy</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>fixup don't set the bit in version.c either</title>
<updated>2020-09-30T13:40:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-30T13:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7a358c1c62a4d8bc648d2ecdad8463ccd77bce47'/>
<id>7a358c1c62a4d8bc648d2ecdad8463ccd77bce47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sectransp: make it build with --disable-proxy</title>
<updated>2020-09-30T08:32:17+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-30T07:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b312e3238f44f83b47dcea760a752d7cd88f365a'/>
<id>b312e3238f44f83b47dcea760a752d7cd88f365a</id>
<content type='text'>
Follow-up from #5466 and f3d501dc678d80
Reported-by: Javier Navarro
Fixes #6025
Closes #6026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up from #5466 and f3d501dc678d80
Reported-by: Javier Navarro
Fixes #6025
Closes #6026
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: handle the SSH protocols done over HTTPS proxy</title>
<updated>2020-09-29T05:50:07+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-28T12:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=edfb6168e9d3c7d3b0befc6977c2256c095a6690'/>
<id>edfb6168e9d3c7d3b0befc6977c2256c095a6690</id>
<content type='text'>
Reported-by: Robin Douine
Fixes #4295
Closes #6021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Robin Douine
Fixes #4295
Closes #6021
</pre>
</div>
</content>
</entry>
<entry>
<title>memdebug: remove 9 year old unused debug function</title>
<updated>2020-09-28T20:15:21+00:00</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2020-09-17T15:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=82d66f15825b2a088ba9302e2917e0548b1fe75f'/>
<id>82d66f15825b2a088ba9302e2917e0548b1fe75f</id>
<content type='text'>
There used to be a way to have memdebug fill allocated memory. 9 years
later this has no value there (valgrind and ASAN etc are way better). If
people need to know about it they can have a look at VCS logs.

Closes #5973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There used to be a way to have memdebug fill allocated memory. 9 years
later this has no value there (valgrind and ASAN etc are way better). If
people need to know about it they can have a look at VCS logs.

Closes #5973
</pre>
</div>
</content>
</entry>
<entry>
<title>sendf: move Curl_sendf to dict.c and make it static</title>
<updated>2020-09-28T15:05:53+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-28T12:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a87cca7b1cbec0b4206b2bb1cb074a8a4a5bd151'/>
<id>a87cca7b1cbec0b4206b2bb1cb074a8a4a5bd151</id>
<content type='text'>
... as the only remaining user of that function. Also fix gopher.c to
instead use Curl_write()

Closes #6020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as the only remaining user of that function. Also fix gopher.c to
instead use Curl_write()

Closes #6020
</pre>
</div>
</content>
</entry>
<entry>
<title>schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root</title>
<updated>2020-09-28T08:41:51+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-28T06:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=abeeffb11c996aed90ea465fa2128bfa564a1542'/>
<id>abeeffb11c996aed90ea465fa2128bfa564a1542</id>
<content type='text'>
This matches what is returned in other TLS backends in the same
situation.

Reviewed-by: Jay Satiro
Reviewed-by: Emil Engler
Follow-up to 5a3efb1
Reported-by: iammrtau on github
Fixes #6003
Closes #6018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches what is returned in other TLS backends in the same
situation.

Reviewed-by: Jay Satiro
Reviewed-by: Emil Engler
Follow-up to 5a3efb1
Reported-by: iammrtau on github
Fixes #6003
Closes #6018
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: make a 552 response return CURLE_REMOTE_DISK_FULL</title>
<updated>2020-09-26T11:37:15+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-25T15:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4a4c7245998af59dbc16f267fd5f000f2950ba4f'/>
<id>4a4c7245998af59dbc16f267fd5f000f2950ba4f</id>
<content type='text'>
Added test 348 to verify. Added a 'STOR' command to the test FTP
server to enable test 348. Documented the command in FILEFORMAT.md

Reported-by: Duncan Wilcox
Fixes #6016
Closes #6017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added test 348 to verify. Added a 'STOR' command to the test FTP
server to enable test 348. Documented the command in FILEFORMAT.md

Reported-by: Duncan Wilcox
Fixes #6016
Closes #6017
</pre>
</div>
</content>
</entry>
<entry>
<title>pause: only trigger a reread if the unpause sticks</title>
<updated>2020-09-25T13:18:10+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-25T07:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7772344e17939e86879b57b4833d56b8beadd927'/>
<id>7772344e17939e86879b57b4833d56b8beadd927</id>
<content type='text'>
As an unpause might itself get paused again and then triggering another
reread doesn't help.

Follow-up from e040146f22608fd9 (shipped since 7.69.1)

Bug: https://curl.haxx.se/mail/lib-2020-09/0081.html
Patch-by: Kunal Chandarana
Fixes #5988
Closes #6013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As an unpause might itself get paused again and then triggering another
reread doesn't help.

Follow-up from e040146f22608fd9 (shipped since 7.69.1)

Bug: https://curl.haxx.se/mail/lib-2020-09/0081.html
Patch-by: Kunal Chandarana
Fixes #5988
Closes #6013
</pre>
</div>
</content>
</entry>
<entry>
<title>ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX define</title>
<updated>2020-09-25T06:59:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-25T06:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3d60a223908fcfebea7f8099b6e8e62bf31b0a9c'/>
<id>3d60a223908fcfebea7f8099b6e8e62bf31b0a9c</id>
<content type='text'>
Closes #6012
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6012
</pre>
</div>
</content>
</entry>
<entry>
<title>strerror: honor Unicode API choice on Windows</title>
<updated>2020-09-25T06:55:35+00:00</updated>
<author>
<name>Javier Blazquez</name>
<email>jblazquez@riotgames.com</email>
</author>
<published>2020-09-24T00:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=bed5f8454a4b673ab4103901362fbd7b3e0aa754'/>
<id>bed5f8454a4b673ab4103901362fbd7b3e0aa754</id>
<content type='text'>
Closes #6005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6005
</pre>
</div>
</content>
</entry>
</feed>
