<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/lib, 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>WIP: Add support for gemini meta headers</title>
<updated>2020-06-07T02:42:17+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2020-06-07T02:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=90a1b857f3fddf5cf1a25b73d6bdbe6c40471076'/>
<id>90a1b857f3fddf5cf1a25b73d6bdbe6c40471076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gemini protocol support</title>
<updated>2020-05-21T22:38:31+00:00</updated>
<author>
<name>Ben Burwell</name>
<email>ben@benburwell.com</email>
</author>
<published>2020-05-21T19:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=c365f2cb4ffcbef02d2e9a5e17aa9d7f1fe81df7'/>
<id>c365f2cb4ffcbef02d2e9a5e17aa9d7f1fe81df7</id>
<content type='text'>
The gemini protocol's "speculative specification" is documented  at the
following URLs:

  https://gemini.circumlunar.space/docs/spec-spec.txt
  gopher://gemini.circumlunar.space/1/docs/spec-spec.txt
  gemini://gemini.circumlunar.space/docs/spec-spec.txt

This patch introduces preliminary support for version 0.11.0 of the
specification, as of March 1st 2020.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gemini protocol's "speculative specification" is documented  at the
following URLs:

  https://gemini.circumlunar.space/docs/spec-spec.txt
  gopher://gemini.circumlunar.space/1/docs/spec-spec.txt
  gemini://gemini.circumlunar.space/docs/spec-spec.txt

This patch introduces preliminary support for version 0.11.0 of the
specification, as of March 1st 2020.
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256: move assign to the declaration line</title>
<updated>2020-05-19T06:52:38+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-19T06:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=557dde201c9998a6295939335cbfdffb2373bee1'/>
<id>557dde201c9998a6295939335cbfdffb2373bee1</id>
<content type='text'>
Follow-up to fae30656. Should've been squashed with that commit...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to fae30656. Should've been squashed with that commit...
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256: fixed potentially uninitialized variable</title>
<updated>2020-05-19T06:47:12+00:00</updated>
<author>
<name>Siva Sivaraman</name>
<email>kasivara@microsoft.com</email>
</author>
<published>2020-05-18T15:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=fae3065676f1f2064f574f87d9c5003063e8963b'/>
<id>fae3065676f1f2064f574f87d9c5003063e8963b</id>
<content type='text'>
Closes #5414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5414
</pre>
</div>
</content>
</entry>
<entry>
<title>sendf: make failf() use the mvsnprintf() return code</title>
<updated>2020-05-19T06:13:31+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-18T16:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=74623551f306990e70c7c5515b88972005604a74'/>
<id>74623551f306990e70c7c5515b88972005604a74</id>
<content type='text'>
... and avoid a strlen() call. Fixes a MonocleAI warning.

Reported-by: MonocleAI
Fixes #5413
Closes #5420
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and avoid a strlen() call. Fixes a MonocleAI warning.

Reported-by: MonocleAI
Fixes #5413
Closes #5420
</pre>
</div>
</content>
</entry>
<entry>
<title>hostip: make Curl_printable_address not return anything</title>
<updated>2020-05-19T06:11:46+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-18T16:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=67521b5ecf0e3b0d8ea5278b02400811715069be'/>
<id>67521b5ecf0e3b0d8ea5278b02400811715069be</id>
<content type='text'>
It was not used much anyway and instead we let it store a blank buffer
in case of failure.

Reported-by: MonocleAI
Fixes #5411
Closes #5418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was not used much anyway and instead we let it store a blank buffer
in case of failure.

Reported-by: MonocleAI
Fixes #5411
Closes #5418
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)</title>
<updated>2020-05-19T06:06:41+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-18T16:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=dbc5c1773845f9244d6c9a73f7a1069619322ddc'/>
<id>dbc5c1773845f9244d6c9a73f7a1069619322ddc</id>
<content type='text'>
They're done on purpose, make that visible in the code.
Reported-by: MonocleAI
Fixes #5412
Closes #549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They're done on purpose, make that visible in the code.
Reported-by: MonocleAI
Fixes #5412
Closes #549
</pre>
</div>
</content>
</entry>
<entry>
<title>dynbuf: return NULL when there's no buffer length</title>
<updated>2020-05-17T21:20:56+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-17T17:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3df42ca949a8cd98c956e2ff127ee2a5d8ee8fef'/>
<id>3df42ca949a8cd98c956e2ff127ee2a5d8ee8fef</id>
<content type='text'>
... as returning a "" is not a good idea as the string is supposed to be
allocated and returning a const string will cause issues.

Reported-by: Brian Carpenter
Follow-up to ed35d6590e72c
Closes #5405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as returning a "" is not a good idea as the string is supposed to be
allocated and returning a const string will cause issues.

Reported-by: Brian Carpenter
Follow-up to ed35d6590e72c
Closes #5405
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: add libssh build support</title>
<updated>2020-05-15T19:58:12+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2020-05-10T14:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a158a0916691164b40b29e301d7cf589882598c0'/>
<id>a158a0916691164b40b29e301d7cf589882598c0</id>
<content type='text'>
Closes #5372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5372
</pre>
</div>
</content>
</entry>
<entry>
<title>http2: keep trying to send pending frames after req.upload_done</title>
<updated>2020-05-15T13:49:18+00:00</updated>
<author>
<name>Vyron Tsingaras</name>
<email>vyron@google.com</email>
</author>
<published>2020-05-15T06:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=34a5400de113f2badfaa338b00cc361b4ab8355a'/>
<id>34a5400de113f2badfaa338b00cc361b4ab8355a</id>
<content type='text'>
Fixes #1410
Closes #5401
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1410
Closes #5401
</pre>
</div>
</content>
</entry>
</feed>
