<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl, 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>typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *'</title>
<updated>2020-05-20T22:05:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-20T14:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5d965b48987457eb0db01c2eb65712aec37e49f5'/>
<id>5d965b48987457eb0db01c2eb65712aec37e49f5</id>
<content type='text'>
Reported-by: Billyzou0741326 on github
Fixes #5432
Closes #5436
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Billyzou0741326 on github
Fixes #5432
Closes #5436
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/server/util.h: add extern to silence compiler warning</title>
<updated>2020-05-20T13:37:09+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-20T13:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=bb79320af7e718abb8bcaa17b406deb06eeb25ac'/>
<id>bb79320af7e718abb8bcaa17b406deb06eeb25ac</id>
<content type='text'>
Follow-up from a3b0699d5c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up from a3b0699d5c1
</pre>
</div>
</content>
</entry>
<entry>
<title>typecheck-gcc.h: fix the OFF_T check</title>
<updated>2020-05-20T08:08:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-20T08:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=c9fddf64c65a38c9dc8ba4f78e78d072dc8a90da'/>
<id>c9fddf64c65a38c9dc8ba4f78e78d072dc8a90da</id>
<content type='text'>
The option number also needs to be less than CURLOPTTYPE_BLOB.

Follow-up to cac5374298
Reported-by: Jeroen Ooms
Bug: https://github.com/curl/curl/pull/5365#issuecomment-631084114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option number also needs to be less than CURLOPTTYPE_BLOB.

Follow-up to cac5374298
Reported-by: Jeroen Ooms
Bug: https://github.com/curl/curl/pull/5365#issuecomment-631084114
</pre>
</div>
</content>
</entry>
<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>tool_paramhlp: fixup C89 mistake</title>
<updated>2020-05-19T06:58:33+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-19T06:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=33d60d09f3f00ebf4df8d0d89d8afbff85ea5605'/>
<id>33d60d09f3f00ebf4df8d0d89d8afbff85ea5605</id>
<content type='text'>
Follow-up to c5f0a9db22.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to c5f0a9db22.
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_paramhlp: fixed potentially uninitialized strtol() variable</title>
<updated>2020-05-19T06:55:27+00:00</updated>
<author>
<name>Siva Sivaraman</name>
<email>kasivara@microsoft.com</email>
</author>
<published>2020-05-18T15:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=c5f0a9db22e7bfd27cb71ecc5e918682ed3ed663'/>
<id>c5f0a9db22e7bfd27cb71ecc5e918682ed3ed663</id>
<content type='text'>
Seems highly unlikely to actually be possible, but better safe than
sorry.

Closes #5417
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems highly unlikely to actually be possible, but better safe than
sorry.

Closes #5417
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_operate: fixed potentially uninitialized variables</title>
<updated>2020-05-19T06:53:41+00:00</updated>
<author>
<name>Siva Sivaraman</name>
<email>kasivara@microsoft.com</email>
</author>
<published>2020-05-18T15:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=c4df1f75ad6a90c70dc96e7b183be066465014ec'/>
<id>c4df1f75ad6a90c70dc96e7b183be066465014ec</id>
<content type='text'>
... in curl_easy_getinfo() calls. They're harmless but clearing the
variables makes the code safer and comforts the reader.

Closes #5416
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... in curl_easy_getinfo() calls. They're harmless but clearing the
variables makes the code safer and comforts the reader.

Closes #5416
</pre>
</div>
</content>
</entry>
</feed>
