<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/ftp.c, branch bagder/https-proxy-tests</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>checksrc: enhance the ASTERISKSPACE and update code accordingly</title>
<updated>2020-05-13T22:02:05+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-13T10:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=66b077576313eda129bce9f58fdc894d857cb121'/>
<id>66b077576313eda129bce9f58fdc894d857cb121</id>
<content type='text'>
Fine: "struct hello *world"

Not fine: "struct hello* world" (and variations)

Closes #5386
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fine: "struct hello *world"

Not fine: "struct hello* world" (and variations)

Closes #5386
</pre>
</div>
</content>
</entry>
<entry>
<title>socks: make the connect phase non-blocking</title>
<updated>2020-02-16T23:08:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-14T15:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4a4b63daaa01ef59b131d91e8e6e6dfe275c0f08'/>
<id>4a4b63daaa01ef59b131d91e8e6e6dfe275c0f08</id>
<content type='text'>
Removes two entries from KNOWN_BUGS.

Closes #4907
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes two entries from KNOWN_BUGS.

Closes #4907
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: convert 'sock_accepted' to a plain boolean</title>
<updated>2020-02-16T21:23:17+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-14T23:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c188391a9fad6dcfa4b77b6180c19e0538e25caa'/>
<id>c188391a9fad6dcfa4b77b6180c19e0538e25caa</id>
<content type='text'>
This was an array indexed with sockindex but it was only ever used for
the secondary socket.

Closes #4929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was an array indexed with sockindex but it was only ever used for
the secondary socket.

Closes #4929
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: remove the duplicated user/password struct fields</title>
<updated>2020-02-07T07:18:36+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-06T14:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5ce7102ceae250e2d31b54aad2f33b3bc35f243a'/>
<id>5ce7102ceae250e2d31b54aad2f33b3bc35f243a</id>
<content type='text'>
Closes #4887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4887
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: remove superfluous checking for crlf in user or pwd</title>
<updated>2020-02-07T07:18:23+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-06T10:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=950b53da0d47f8975a062b9fbba9e1db0efb8f31'/>
<id>950b53da0d47f8975a062b9fbba9e1db0efb8f31</id>
<content type='text'>
... as this is already done much earlier in the URL parser.

Also add test case 894 that verifies that pop3 with an encodedd CR in
the user name is rejected.

Closes #4887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as this is already done much earlier in the URL parser.

Also add test case 894 that verifies that pop3 with an encodedd CR in
the user name is rejected.

Closes #4887
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: shrink temp buffers used for PORT</title>
<updated>2020-02-05T09:09:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-02-04T22:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=671c48eb1a21a3a369575d4c3838545343a7def0'/>
<id>671c48eb1a21a3a369575d4c3838545343a7def0</id>
<content type='text'>
These two stack based buffers only need to be 46 + 66 bytes instead of
256 + 1024.

Closes #4880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These two stack based buffers only need to be 46 + 66 bytes instead of
256 + 1024.

Closes #4880
</pre>
</div>
</content>
</entry>
<entry>
<title>parsedate: offer a getdate_capped() alternative</title>
<updated>2019-11-29T10:01:24+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-11-28T14:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0044443a020d15c262e9f6c724b29365a8148437'/>
<id>0044443a020d15c262e9f6c724b29365a8148437</id>
<content type='text'>
... and use internally. This function will return TIME_T_MAX instead of
failure if the parsed data is found to be larger than what can be
represented. TIME_T_MAX being the largest value curl can represent.

Reviewed-by: Daniel Gustafsson
Reported-by: JanB on github
Fixes #4152
Closes #4651
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and use internally. This function will return TIME_T_MAX instead of
failure if the parsed data is found to be larger than what can be
represented. TIME_T_MAX being the largest value curl can represent.

Reviewed-by: Daniel Gustafsson
Reported-by: JanB on github
Fixes #4152
Closes #4651
</pre>
</div>
</content>
</entry>
<entry>
<title>FTP: url-decode path before evaluation</title>
<updated>2019-09-27T06:29:54+00:00</updated>
<author>
<name>Zenju</name>
<email>zenju@gmx.de</email>
</author>
<published>2019-09-25T15:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=500fb0e4cb586ed31f5bb890ff918785eaa339e3'/>
<id>500fb0e4cb586ed31f5bb890ff918785eaa339e3</id>
<content type='text'>
Closes #4428
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4428
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "FTP: url-decode path before evaluation"</title>
<updated>2019-09-26T12:53:19+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-09-26T12:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ea7744a07ebd957eccb9a867eee0c3e3d67efff5'/>
<id>ea7744a07ebd957eccb9a867eee0c3e3d67efff5</id>
<content type='text'>
This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2f036a72d543e96128bd75cb0fedd88815fd42e2.
</pre>
</div>
</content>
</entry>
<entry>
<title>FTP: url-decode path before evaluation</title>
<updated>2019-09-26T11:57:44+00:00</updated>
<author>
<name>Zenju</name>
<email>zenju@gmx.de</email>
</author>
<published>2019-09-25T15:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2f036a72d543e96128bd75cb0fedd88815fd42e2'/>
<id>2f036a72d543e96128bd75cb0fedd88815fd42e2</id>
<content type='text'>
Closes #4423
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4423
</pre>
</div>
</content>
</entry>
</feed>
