<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/transports/ssh.c, branch ethomson/patch_from_diff</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>Merge pull request #3555 from cbargren/ssh-git-protocols</title>
<updated>2016-03-08T13:38:55+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-03-08T13:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b7809b84692b4df7f11d603cc5da0860609e0555'/>
<id>b7809b84692b4df7f11d603cc5da0860609e0555</id>
<content type='text'>
Support for ssh+git and git+ssh protocols</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for ssh+git and git+ssh protocols</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: initialize libssh2</title>
<updated>2016-03-03T21:26:31+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T21:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=22f3d3aa6b2500a0c587938f7939c05a28afacf2'/>
<id>22f3d3aa6b2500a0c587938f7939c05a28afacf2</id>
<content type='text'>
We should have been doing this, but it initializes itself upon first
use, which works as long as nobody's doing concurrent network
operations. Initialize it on our init to make sure it's not getting
initialized concurrently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should have been doing this, but it initializes itself upon first
use, which works as long as nobody's doing concurrent network
operations. Initialize it on our init to make sure it's not getting
initialized concurrently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing #define for SSH_PREFIX_COUNT and using ARRAY_SIZE instead</title>
<updated>2015-12-28T18:45:00+00:00</updated>
<author>
<name>Chris Bargren</name>
<email>cbargren@gmail.com</email>
</author>
<published>2015-12-28T14:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4df17045c178194c5617c7df24bbc762895a222b'/>
<id>4df17045c178194c5617c7df24bbc762895a222b</id>
<content type='text'>
Also moving var declarations to top of blocks to support bad old compilers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moving var declarations to top of blocks to support bad old compilers</pre>
</div>
</content>
</entry>
<entry>
<title>ssh_stream_read(): fix possible *bytes_read &lt; 0 branch</title>
<updated>2015-12-26T16:17:05+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2015-12-26T16:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=02fdc2db225b1ca21aab2000ba4a873f335d6707'/>
<id>02fdc2db225b1ca21aab2000ba4a873f335d6707</id>
<content type='text'>
Fix the possibility of returning successfully from ssh_stream_read()
with *bytes_read &lt; 0. This would occur if stdout channel read resulted
in 0, and stderr channel read failed afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the possibility of returning successfully from ssh_stream_read()
with *bytes_read &lt; 0. This would occur if stdout channel read resulted
in 0, and stderr channel read failed afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle git+ssh:// and ssh+git:// protocols support</title>
<updated>2015-12-22T17:38:31+00:00</updated>
<author>
<name>Chris Bargren</name>
<email>cbargren@gmail.com</email>
</author>
<published>2015-12-22T17:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ed21fd745ca9119817e0005080f7dbd0234b7842'/>
<id>ed21fd745ca9119817e0005080f7dbd0234b7842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added a single line of additional error reporting from libssh2 when failing to retrieve the list of authentication methods</title>
<updated>2015-08-14T13:42:59+00:00</updated>
<author>
<name>Max Leske</name>
<email>maxleske@gmail.com</email>
</author>
<published>2015-08-14T13:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=241414ee33c627092a483bc56d46f5a0d9c16ca9'/>
<id>241414ee33c627092a483bc56d46f5a0d9c16ca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle ssh:// and git:// urls containing a '~' character.</title>
<updated>2015-08-03T06:38:07+00:00</updated>
<author>
<name>Simon</name>
<email>simon@magnaview.com</email>
</author>
<published>2015-08-03T06:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ac728c248361df6ab8c23d8c5cfece7391c871db'/>
<id>ac728c248361df6ab8c23d8c5cfece7391c871db</id>
<content type='text'>
For such a path '/~/...' the leading '/' is stripped so the server will
get a path starting with '~' and correctly handle it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For such a path '/~/...' the leading '/' is stripped so the server will
get a path starting with '~' and correctly handle it.
</pre>
</div>
</content>
</entry>
<entry>
<title>git_cert: child types use proper base type</title>
<updated>2015-07-10T14:28:33+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-29T22:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=79698030b090b017aea6d33fb3f02d3fcb046738'/>
<id>79698030b090b017aea6d33fb3f02d3fcb046738</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: move NULL check to the free function</title>
<updated>2015-06-09T14:01:29+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-09T14:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=81be2f467ce679e5e1a4b650ebdfc15ce3a9deb7'/>
<id>81be2f467ce679e5e1a4b650ebdfc15ce3a9deb7</id>
<content type='text'>
Let `ssh_stream_free()` take a NULL stream, as free functions should,
and remove the check from the connection setup.

The connection setup would not need the check anyhow, as we always have
a stream by the time we reach this code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let `ssh_stream_free()` take a NULL stream, as free functions should,
and remove the check from the connection setup.

The connection setup would not need the check anyhow, as we always have
a stream by the time we reach this code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change error when running out of ssh agent keys</title>
<updated>2015-06-02T09:32:19+00:00</updated>
<author>
<name>Marius Ungureanu</name>
<email>teromario@yahoo.com</email>
</author>
<published>2015-06-02T07:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d71e3b25321fa07349c9f1fbfc1b209449d7c3dd'/>
<id>d71e3b25321fa07349c9f1fbfc1b209449d7c3dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
