<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/curl_stream.h, branch ethomson/diff_file</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>curl: remove the encrypted param to the constructor</title>
<updated>2015-06-24T15:26:36+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-11T14:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8443f492dd53451c1c74f61c0e51ddb32c5e6ba0'/>
<id>8443f492dd53451c1c74f61c0e51ddb32c5e6ba0</id>
<content type='text'>
We do not want libcurl to perform the TLS negotiation for us, so we
don't need to pass this option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not want libcurl to perform the TLS negotiation for us, so we
don't need to pass this option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement a curl stream</title>
<updated>2015-06-24T15:25:05+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-05T09:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8dea1c21f5edcf9ff44282134e416e54e6eaf9be'/>
<id>8dea1c21f5edcf9ff44282134e416e54e6eaf9be</id>
<content type='text'>
cURL has a mode in which it acts a lot like our streams, providing send
and recv functions and taking care of the TLS and proxy setup for us.

Implement a new stream which uses libcurl instead of raw sockets or the
TLS libraries directly. This version does not support reporting
certificates or proxies yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cURL has a mode in which it acts a lot like our streams, providing send
and recv functions and taking care of the TLS and proxy setup for us.

Implement a new stream which uses libcurl instead of raw sockets or the
TLS libraries directly. This version does not support reporting
certificates or proxies yet.
</pre>
</div>
</content>
</entry>
</feed>
