<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/ftp.h, 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>lib: clean up whitespace</title>
<updated>2020-04-25T09:15:49+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2020-04-25T09:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6ad062ae71f13918acaf456756c2a6de5aeab70e'/>
<id>6ad062ae71f13918acaf456756c2a6de5aeab70e</id>
<content type='text'>
This fixes CodeFactor warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes CodeFactor warnings.
</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: 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>
<entry>
<title>FTP: FTPFILE_NOCWD: avoid redundant CWDs</title>
<updated>2019-09-21T14:23:03+00:00</updated>
<author>
<name>Zenju</name>
<email>zenju@gmx.de</email>
</author>
<published>2019-09-19T12:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=36ff5e37b93703fffc4d0a6fc7e355963b524912'/>
<id>36ff5e37b93703fffc4d0a6fc7e355963b524912</id>
<content type='text'>
Closes #4382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4382
</pre>
</div>
</content>
</entry>
<entry>
<title>urldata: simplify bytecounters</title>
<updated>2019-03-01T16:30:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-02-28T10:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=65eb65fde64bd5faff6d6a7740f9436336e290e0'/>
<id>65eb65fde64bd5faff6d6a7740f9436336e290e0</id>
<content type='text'>
- no need to have them protocol specific

- no need to set pointers to them with the Curl_setup_transfer() call

- make Curl_setup_transfer() operate on a transfer pointer, not
  connection

- switch some counters from long to the more proper curl_off_t type

Closes #3627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- no need to have them protocol specific

- no need to set pointers to them with the Curl_setup_transfer() call

- make Curl_setup_transfer() operate on a transfer pointer, not
  connection

- switch some counters from long to the more proper curl_off_t type

Closes #3627
</pre>
</div>
</content>
</entry>
<entry>
<title>url: use the URL API internally as well</title>
<updated>2018-09-22T09:58:10+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-14T21:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=46e164069d1a5230e4e64cbd2ff46c46cce056bb'/>
<id>46e164069d1a5230e4e64cbd2ff46c46cce056bb</id>
<content type='text'>
... to make it a truly unified URL parser.

Closes #3017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to make it a truly unified URL parser.

Closes #3017
</pre>
</div>
</content>
</entry>
<entry>
<title>ftplistparser: renamed some members and variables</title>
<updated>2018-04-23T20:52:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-04-20T08:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=98a768f0a6d23e6d3e209fc543d60e260dbcc46b'/>
<id>98a768f0a6d23e6d3e209fc543d60e260dbcc46b</id>
<content type='text'>
... to make them better spell out what they're for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to make them better spell out what they're for.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: fix CWD when doing multicwd then nocwd on same connection</title>
<updated>2017-08-17T08:08:11+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-08-15T16:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c95eff4a11575a5973fad20619ff7ca3989316db'/>
<id>c95eff4a11575a5973fad20619ff7ca3989316db</id>
<content type='text'>
Fixes #1782
Closes #1787
Reported-by: Peter Lamare
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1782
Closes #1787
Reported-by: Peter Lamare
</pre>
</div>
</content>
</entry>
</feed>
