<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/docs/INSTALL, 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>INSTALL: converted to markdown =&gt; INSTALL.md</title>
<updated>2016-10-21T13:57:29+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-10-21T13:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8571d1c0b4ac9688961436603587cff4c09e4116'/>
<id>8571d1c0b4ac9688961436603587cff4c09e4116</id>
<content type='text'>
Also heavily edited for content. Removed lots of old cruft that we added
like 10+ years ago that is likely incorrect by now.

Also removed INSTALL.devcpp for same reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also heavily edited for content. Removed lots of old cruft that we added
like 10+ years ago that is likely incorrect by now.

Also removed INSTALL.devcpp for same reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>s/cURL/curl</title>
<updated>2016-10-18T11:59:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-10-18T11:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=0f1996321f110de3de37776f1fab64f5dbfdaa92'/>
<id>0f1996321f110de3de37776f1fab64f5dbfdaa92</id>
<content type='text'>
The tool was never called cURL, only the project. But even so, we have
more and more over time switched to just use lower case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tool was never called cURL, only the project. But even so, we have
more and more over time switched to just use lower case.
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change http to https in many places</title>
<updated>2016-04-06T09:58:34+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>vszakats@users.noreply.github.com</email>
</author>
<published>2016-04-06T09:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a24f71aac4a3e94dac37208959cf2208c3d8f724'/>
<id>a24f71aac4a3e94dac37208959cf2208c3d8f724</id>
<content type='text'>
Closes #754
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #754
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change all http:// URLs to https://</title>
<updated>2016-02-02T23:19:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-02T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4af40b3646d3b09f68e419f7ca866ff395d1f897'/>
<id>4af40b3646d3b09f68e419f7ca866ff395d1f897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/INSTALL: Updated example minimal binary sizes</title>
<updated>2015-10-12T21:47:10+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2015-10-12T21:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=db532eff1ee9380bf7300d18ceffc1823bc30a76'/>
<id>db532eff1ee9380bf7300d18ceffc1823bc30a76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>INSTALL: Minor formatting correction in 'Legacy Windows and SSL' section</title>
<updated>2015-07-30T15:59:55+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-07-30T15:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8b1d00ac1a1086fe6223abe7d85ad9492363c6e4'/>
<id>8b1d00ac1a1086fe6223abe7d85ad9492363c6e4</id>
<content type='text'>
...as well as some rewording.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...as well as some rewording.
</pre>
</div>
</content>
</entry>
<entry>
<title>INSTALL: Advise use of non-native SSL for Windows &lt;= XP</title>
<updated>2015-06-20T22:45:25+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2015-06-20T22:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6842afbf4498198766bf4ff6300a5f267fcbd361'/>
<id>6842afbf4498198766bf4ff6300a5f267fcbd361</id>
<content type='text'>
Advise that WinSSL in versions &lt;= XP will not be able to connect to
servers that no longer support the legacy handshakes and algorithms used
by those versions, and to use an alternate backend like OpenSSL instead.

Bug: https://github.com/bagder/curl/issues/253
Reported-by: zenden2k &lt;zenden2k@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Advise that WinSSL in versions &lt;= XP will not be able to connect to
servers that no longer support the legacy handshakes and algorithms used
by those versions, and to use an alternate backend like OpenSSL instead.

Bug: https://github.com/bagder/curl/issues/253
Reported-by: zenden2k &lt;zenden2k@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update URLs</title>
<updated>2015-06-16T07:08:00+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>vszakats@users.noreply.github.com</email>
</author>
<published>2015-06-15T22:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=45f21e0f3761ef94a1da210688d3d14beb0fcd2b'/>
<id>45f21e0f3761ef94a1da210688d3d14beb0fcd2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code/docs: Use Unix rather than UNIX to avoid use of the trademark</title>
<updated>2014-12-26T21:42:44+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-12-26T20:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1abe65d928440b3b23d25746b966dd4169c358b9'/>
<id>1abe65d928440b3b23d25746b966dd4169c358b9</id>
<content type='text'>
Use Unix when generically writing about Unix based systems as UNIX is
the trademark and should only be used in a particular product's name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Unix when generically writing about Unix based systems as UNIX is
the trademark and should only be used in a particular product's name.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: updated dependencies in makefiles.</title>
<updated>2014-12-05T13:54:25+00:00</updated>
<author>
<name>Guenter Knauf</name>
<email>lists@gknw.net</email>
</author>
<published>2014-12-05T13:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=ccfa139c71ae6f6c1557a71d4873fad4487c5233'/>
<id>ccfa139c71ae6f6c1557a71d4873fad4487c5233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
