<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/transports, branch longpath-printf</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 #3379 from theseion/additional_libssh2_error_reporting</title>
<updated>2015-09-09T11:59:38+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-09-09T11:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6c21211c3842ae4c86d7ad7eba05b3268fa117ac'/>
<id>6c21211c3842ae4c86d7ad7eba05b3268fa117ac</id>
<content type='text'>
report libssh2 error if list of authentication methods can't be retrieved</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
report libssh2 error if list of authentication methods can't be retrieved</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3355 from palmin/palmin/fix-2830</title>
<updated>2015-08-24T22:39:58+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-08-24T22:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1947592461a7f6b97fa32f4517ba65f89ff428e0'/>
<id>1947592461a7f6b97fa32f4517ba65f89ff428e0</id>
<content type='text'>
Include the 4 characters not recognised as hex-number in parse_len</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the 4 characters not recognised as hex-number in parse_len</pre>
</div>
</content>
</entry>
<entry>
<title>cred: add a free function wrapper</title>
<updated>2015-08-19T00:23:18+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-08-18T22:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=57af0b928ec8dd12c443c9479973ad3e39f258b4'/>
<id>57af0b928ec8dd12c443c9479973ad3e39f258b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>transport: provide a way to get the callbacks</title>
<updated>2015-08-19T00:23:18+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-08-18T18:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=47ed7e5acd5fe9fd8dfc1a6b9aac7603a50da25c'/>
<id>47ed7e5acd5fe9fd8dfc1a6b9aac7603a50da25c</id>
<content type='text'>
libgit2 implementations of smart subtransports can simply reach through
the structure, but external implementors cannot.

Add these two functions as a way for the smart subtransports to get the
callbacks as set by the user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libgit2 implementations of smart subtransports can simply reach through
the structure, but external implementors cannot.

Add these two functions as a way for the smart subtransports to get the
callbacks as set by the user.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the 4 characters not recognised as hex-number when setting error in parse_len</title>
<updated>2015-08-17T05:58:31+00:00</updated>
<author>
<name>Anders Borum</name>
<email>anders@algoritmer.dk</email>
</author>
<published>2015-08-05T16:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2d1d2bb59f88956b894a6cdb002bc52a2528e4a8'/>
<id>2d1d2bb59f88956b894a6cdb002bc52a2528e4a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3377 from dleehr/fix-push-cb</title>
<updated>2015-08-15T20:46:32+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-08-15T20:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=252f86e1bef45c0376a119602ff4943b3c476084'/>
<id>252f86e1bef45c0376a119602ff4943b3c476084</id>
<content type='text'>
Fix bug in git_smart__push: push_transfer_progress cb is only called at end</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug in git_smart__push: push_transfer_progress cb is only called at end</pre>
</div>
</content>
</entry>
<entry>
<title>http: propagate the credentials callback's error code</title>
<updated>2015-08-15T16:15:23+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-08-15T16:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=11bca2d265d7a1136ddf3e34a39263eba6320e20'/>
<id>11bca2d265d7a1136ddf3e34a39263eba6320e20</id>
<content type='text'>
When we ask for credentials, the user may choose to return EUSER to
indicate that an error has happened on its end and it wants to be given
back control.

We must therefore pass that back to the user instead of mentioning that
it was on_headers_complete() that returned an error code. Since we can,
we return the exact error code from the user (other than PASSTHROUGH)
since it doesn't cost anything, though using other error codes aren't
recommended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we ask for credentials, the user may choose to return EUSER to
indicate that an error has happened on its end and it wants to be given
back control.

We must therefore pass that back to the user instead of mentioning that
it was on_headers_complete() that returned an error code. Since we can,
we return the exact error code from the user (other than PASSTHROUGH)
since it doesn't cost anything, though using other error codes aren't
recommended.
</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>Fix bug in git_smart__push: push_transfer_progress cb is never called</title>
<updated>2015-08-14T02:52:52+00:00</updated>
<author>
<name>Dan Leehr</name>
<email>leehro@gmail.com</email>
</author>
<published>2015-08-14T02:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b0b2c72274efb660e63fcb8f476222bcccb6c680'/>
<id>b0b2c72274efb660e63fcb8f476222bcccb6c680</id>
<content type='text'>
The conditional checked cbs-&gt;transfer_progress then used the value in cbs-&gt;push_transfer_progress. In both cases it should be push_transfer_progress
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conditional checked cbs-&gt;transfer_progress then used the value in cbs-&gt;push_transfer_progress. In both cases it should be push_transfer_progress
</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>
</feed>
