<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/init-libssh2</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/'/>
<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://trove.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>Merge pull request #3639 from srajko/threading-openssl-libssh2</title>
<updated>2016-03-03T20:20:33+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-03-03T20:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=839bdb05a0a2957c0362cdbab219dcfa463a0e94'/>
<id>839bdb05a0a2957c0362cdbab219dcfa463a0e94</id>
<content type='text'>
Expand OpenSSL and libssh2 thread safety documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand OpenSSL and libssh2 thread safety documentation</pre>
</div>
</content>
</entry>
<entry>
<title>tests: take the version from our define</title>
<updated>2016-03-03T20:03:10+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T20:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=e23efa6ddfedf54ef219e15f47da502a50f7b364'/>
<id>e23efa6ddfedf54ef219e15f47da502a50f7b364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.24.0</title>
<updated>2016-03-03T19:20:43+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T19:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=1e8255a39bd50c92add367d01519a76b0d782683'/>
<id>1e8255a39bd50c92add367d01519a76b0d782683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: prepre tamplate for release</title>
<updated>2016-03-03T19:18:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T19:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=c21c8f67e88d108d702677e186e797365fc0035d'/>
<id>c21c8f67e88d108d702677e186e797365fc0035d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: add note about WinHTTP cred handling</title>
<updated>2016-03-03T19:17:13+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T19:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=a7ef27af1c04e1c0a2a1fbc2c161875204bba86e'/>
<id>a7ef27af1c04e1c0a2a1fbc2c161875204bba86e</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 #3648 from libgit2/cmn/auth-retry</title>
<updated>2016-03-03T19:11:18+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-03-03T19:11:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=66a530eb4e4cb7a1ce7a1b8b83fea00659eeea5e'/>
<id>66a530eb4e4cb7a1ce7a1b8b83fea00659eeea5e</id>
<content type='text'>
test: make sure we retry the auth callback on all platforms</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test: make sure we retry the auth callback on all platforms</pre>
</div>
</content>
</entry>
<entry>
<title>tests: create a ctest target for cred_callback</title>
<updated>2016-03-03T18:31:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T18:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=ba9bb664f3ed3f230c474ddd8937bd072cc9947f'/>
<id>ba9bb664f3ed3f230c474ddd8937bd072cc9947f</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 #3646 from pks-t/pks/xdiff-fix-from-upstream</title>
<updated>2016-03-03T11:14:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-03-03T11:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=778fb695ed2a2a0162d83b3fc76bb36fbe2e1799'/>
<id>778fb695ed2a2a0162d83b3fc76bb36fbe2e1799</id>
<content type='text'>
xdiff: fix memleak on error case</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xdiff: fix memleak on error case</pre>
</div>
</content>
</entry>
<entry>
<title>winhttp: retry authentication</title>
<updated>2016-03-03T10:18:03+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T09:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=a4cba9d45384eec145537438a8e2d765c3a0bf11'/>
<id>a4cba9d45384eec145537438a8e2d765c3a0bf11</id>
<content type='text'>
If the caller has provided bad authentication, give them another
apportunity to get it right until they give up. This brings WinHTTP in
line with the other transports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the caller has provided bad authentication, give them another
apportunity to get it right until they give up. This brings WinHTTP in
line with the other transports.
</pre>
</div>
</content>
</entry>
</feed>
