<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/examples/network, branch fix-submodule-config-loading</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>examples: init the threading system</title>
<updated>2013-04-23T14:21:47+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-04-23T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6c1b6b7abcef75d421e4d59c397eff54cc1f28aa'/>
<id>6c1b6b7abcef75d421e4d59c397eff54cc1f28aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix clang warnings and improve checks</title>
<updated>2013-04-09T18:40:00+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-04-09T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9da187e83d1b8ab513a43fd54a9fe2be11b1703f'/>
<id>9da187e83d1b8ab513a43fd54a9fe2be11b1703f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link issue in network examples</title>
<updated>2013-03-20T13:13:43+00:00</updated>
<author>
<name>lionel vitte</name>
<email>lionel.vitte@free.fr</email>
</author>
<published>2013-03-20T13:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e2886f1e7e93426f76c286605d0048b27f12f137'/>
<id>e2886f1e7e93426f76c286605d0048b27f12f137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give props to Martin Pool</title>
<updated>2013-02-26T09:00:37+00:00</updated>
<author>
<name>Martin Woodward</name>
<email>martinwo@microsoft.com</email>
</author>
<published>2013-02-26T09:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5c46937b3ad5e67bacce923311388b785f50d60b'/>
<id>5c46937b3ad5e67bacce923311388b785f50d60b</id>
<content type='text'>
Martin Pool was the original author of the code referenced in the clone
example. Make note that he's given his permission and also give him the
proper credit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Martin Pool was the original author of the code referenced in the clone
example. Make note that he's given his permission and also give him the
proper credit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow progress callback to cancel fetch</title>
<updated>2013-02-05T18:59:58+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-02-05T18:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=fe95ac1b6750a29d4a132d265ec1d050f49b69e8'/>
<id>fe95ac1b6750a29d4a132d265ec1d050f49b69e8</id>
<content type='text'>
This works by having the indexer watch the return
code of the callback, so will only take effect
on object boundaries.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works by having the indexer watch the return
code of the callback, so will only take effect
on object boundaries.</pre>
</div>
</content>
</entry>
<entry>
<title>Add user-from-url param to auth callback</title>
<updated>2013-01-31T18:44:57+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-01-31T18:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7602cb7c0ea0d69efd30640af234be20393bf57c'/>
<id>7602cb7c0ea0d69efd30640af234be20393bf57c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update examples to work on windows</title>
<updated>2013-01-23T23:38:00+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2013-01-23T23:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c27e211219574324ef9eaf7980b04e5e08189169'/>
<id>c27e211219574324ef9eaf7980b04e5e08189169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't call pthread_exit() in the callback.</title>
<updated>2013-01-10T11:39:17+00:00</updated>
<author>
<name>Sebastian Bauer</name>
<email>mail@sebastianbauer.info</email>
</author>
<published>2013-01-10T11:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cea994b902c7c98f5f16341686d30a40e32dfc95'/>
<id>cea994b902c7c98f5f16341686d30a40e32dfc95</id>
<content type='text'>
Compilers that are not aware that pthread_exit() does not return
issue a warning when compiling the present code. This change
exchanges the call to pthread_exit() with a simple return
statement. According to the pthread specification this is
equivalent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compilers that are not aware that pthread_exit() does not return
issue a warning when compiling the present code. This change
exchanges the call to pthread_exit() with a simple return
statement. According to the pthread specification this is
equivalent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include checkout options inline</title>
<updated>2013-01-02T21:43:54+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-01-02T21:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=730df6d0f70a343ade75ef9411fe0435b0afd5a9'/>
<id>730df6d0f70a343ade75ef9411fe0435b0afd5a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `url` to last place in parameter list</title>
<updated>2013-01-02T20:44:47+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-01-02T20:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0642c1431eccdf7aef496c0dc6d64805c513db53'/>
<id>0642c1431eccdf7aef496c0dc6d64805c513db53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
