<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/docs/TODO, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>TODO: --dry-run</title>
<updated>2020-05-19T07:46:50+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-19T07:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6c889a0dd1c36d12c0c072eb04aa1ea68632832f'/>
<id>6c889a0dd1c36d12c0c072eb04aa1ea68632832f</id>
<content type='text'>
Closes #5426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5426
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Ratelimit or wait between serial requests</title>
<updated>2020-05-19T07:42:11+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-19T07:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=39177b8ef9c42e9f2892aad57ede70d5eb556cc3'/>
<id>39177b8ef9c42e9f2892aad57ede70d5eb556cc3</id>
<content type='text'>
Closes #5406
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5406
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: forbid TLS post-handshake auth and do TLS record padding</title>
<updated>2020-05-18T15:59:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-18T15:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5646e563aeb37e0ffdfbb7f8c4faf2455056e8a9'/>
<id>5646e563aeb37e0ffdfbb7f8c4faf2455056e8a9</id>
<content type='text'>
Closes #5396
Closes #5398
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5396
Closes #5398
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: fix runtests.pl with CMake, add new test targets</title>
<updated>2020-05-12T06:50:17+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2020-05-10T00:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=ad6416986755e417c66e2c646d532561b445a5b5'/>
<id>ad6416986755e417c66e2c646d532561b445a5b5</id>
<content type='text'>
  * runtests.pl:
    - Fix out-of-tree build under CMake when srcdir is not set. Default
      srcdir to the location of runtests.pl.
    - Add a hack to allow CMake to use the TFLAGS option as documented
      in tests/README and used in scripts/travis/script.sh.
  * Bump CMake version to 3.2 for USES_TERMINAL, dropping Debian Jessie
    support (no one should care, it is already EOL.).
  * Remove CTest since it defines its own 'test' target with no tests
    since all unittests are already broken and not built by default.
  * Add new test targets based on the options from Makefile.am. Since
    new test targets are rarely added, I opted for duplicating the
    runtests.pl options as opposed to creating a new Makefile.inc file.
    Use top-level target names (test-x) instead of x-test since that is
    used by CI and others.

Closes #5358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * runtests.pl:
    - Fix out-of-tree build under CMake when srcdir is not set. Default
      srcdir to the location of runtests.pl.
    - Add a hack to allow CMake to use the TFLAGS option as documented
      in tests/README and used in scripts/travis/script.sh.
  * Bump CMake version to 3.2 for USES_TERMINAL, dropping Debian Jessie
    support (no one should care, it is already EOL.).
  * Remove CTest since it defines its own 'test' target with no tests
    since all unittests are already broken and not built by default.
  * Add new test targets based on the options from Makefile.am. Since
    new test targets are rarely added, I opted for duplicating the
    runtests.pl options as opposed to creating a new Makefile.inc file.
    Use top-level target names (test-x) instead of x-test since that is
    used by CI and others.

Closes #5358
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: update regarding missing Schannel features</title>
<updated>2020-05-09T10:23:59+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-05-08T18:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8329775abb5e2c0edbe7e792605450f0dc205f18'/>
<id>8329775abb5e2c0edbe7e792605450f0dc205f18</id>
<content type='text'>
Some aspects have already been implemented over the years.

15.1 Client certificates are now supported:

- System stores via e35b0256eb34f1fe562e3e2a2615beb50a391c52
- PKCS#12 files via 0fdf96512613574591f501d63fe49495ba40e1d5

15.2 Ciphers can now be specified through:

- Algorithms via 9aefbff30d280c60fc9d8cc3e0b2f19fc70a2f28

Reviewed-by: Daniel Stenberg and Marcel Raad
Closes #5358
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some aspects have already been implemented over the years.

15.1 Client certificates are now supported:

- System stores via e35b0256eb34f1fe562e3e2a2615beb50a391c52
- PKCS#12 files via 0fdf96512613574591f501d63fe49495ba40e1d5

15.2 Ciphers can now be specified through:

- Algorithms via 9aefbff30d280c60fc9d8cc3e0b2f19fc70a2f28

Reviewed-by: Daniel Stenberg and Marcel Raad
Closes #5358
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: native IDN support on macOS</title>
<updated>2020-05-08T09:46:05+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-08T09:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=76b9e8de7b565891329790c64897377aa6ec4ac0'/>
<id>76b9e8de7b565891329790c64897377aa6ec4ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KNOWN_BUGS: Add entry 'Blocking socket operations'</title>
<updated>2020-04-14T18:46:13+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2020-04-11T20:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=42e18528f63ad9be46e179cca73bc2b0d2da9eeb'/>
<id>42e18528f63ad9be46e179cca73bc2b0d2da9eeb</id>
<content type='text'>
- Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of
  known blocking operations.

- New known bugs entry 'Blocking socket operations in non-blocking API'
  that directs to the TODO's list of known blocking operations.

Ref: https://github.com/curl/curl/pull/5214#issuecomment-612488021

Reported-by: Marc Hoersken

Closes https://github.com/curl/curl/pull/5216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of
  known blocking operations.

- New known bugs entry 'Blocking socket operations in non-blocking API'
  that directs to the TODO's list of known blocking operations.

Ref: https://github.com/curl/curl/pull/5214#issuecomment-612488021

Reported-by: Marc Hoersken

Closes https://github.com/curl/curl/pull/5216
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Consider convenience options for JSON and XML?</title>
<updated>2020-04-14T06:58:38+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-14T06:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8909865191072b6fc3e040ab0caccc2ec09d8763'/>
<id>8909865191072b6fc3e040ab0caccc2ec09d8763</id>
<content type='text'>
Closes #5203
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5203
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Option to make -Z merge lined based outputs on stdout</title>
<updated>2020-04-05T22:05:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-05T22:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=920dfacbf4dae30887d05f8b4d07021a4c50bd2f'/>
<id>920dfacbf4dae30887d05f8b4d07021a4c50bd2f</id>
<content type='text'>
Closes #5175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5175
</pre>
</div>
</content>
</entry>
<entry>
<title>TODO: Set custom client ip when using haproxy protocol</title>
<updated>2020-03-28T21:58:50+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-03-28T21:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=37b6cc2fe1d5aa54c5375fb56dbee589d8060604'/>
<id>37b6cc2fe1d5aa54c5375fb56dbee589d8060604</id>
<content type='text'>
Closes #5125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5125
</pre>
</div>
</content>
</entry>
</feed>
