<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/examples/network/git2.c, branch cmn/pack-objects-report</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>Restructured to be nicer example</title>
<updated>2015-05-02T10:16:22+00:00</updated>
<author>
<name>Tomas Paladin Volf</name>
<email>paladin@jstation.cz</email>
</author>
<published>2015-05-02T10:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=785990bead1a717698eb0c2603e3d0b2ee51262f'/>
<id>785990bead1a717698eb0c2603e3d0b2ee51262f</id>
<content type='text'>
Code restructured to better represent best practice when
using libgit2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code restructured to better represent best practice when
using libgit2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added call to git_libgit2_shutdown()</title>
<updated>2015-04-30T13:10:28+00:00</updated>
<author>
<name>Tomas Paladin Volf</name>
<email>volftomas@users.noreply.github.com</email>
</author>
<published>2015-04-30T13:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9bff15f4a4e5e71d2c62747e826147f67ee7bd25'/>
<id>9bff15f4a4e5e71d2c62747e826147f67ee7bd25</id>
<content type='text'>
Added forgotten call to git_libgit2_shutdown() to the /examples/network/git2.c.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added forgotten call to git_libgit2_shutdown() to the /examples/network/git2.c.</pre>
</div>
</content>
</entry>
<entry>
<title>Rename git_threads_ to git_libgit2_</title>
<updated>2014-11-08T22:46:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-10-23T15:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=799e22ea0c3f20f1900011573a10053dc3ea9138'/>
<id>799e22ea0c3f20f1900011573a10053dc3ea9138</id>
<content type='text'>
This describes their purpose better, as we now initialize ssl and some
other global stuff in there. Calling the init function is not something
which has been optional for a while now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This describes their purpose better, as we now initialize ssl and some
other global stuff in there. Calling the init function is not something
which has been optional for a while now.
</pre>
</div>
</content>
</entry>
<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>Merge pull request #778 from ben/clone</title>
<updated>2012-08-19T08:26:06+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-19T08:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f98c32f3fea0d5532db2d5733418aa62648b9e93'/>
<id>f98c32f3fea0d5532db2d5733418aa62648b9e93</id>
<content type='text'>
Clone</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clone</pre>
</div>
</content>
</entry>
<entry>
<title>Rename example function to avoid name collision.</title>
<updated>2012-07-31T15:51:38+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bstraub@github.com</email>
</author>
<published>2012-07-31T15:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=383fb799ee66b2b50ba80ad1c3cc858cbfd783b7'/>
<id>383fb799ee66b2b50ba80ad1c3cc858cbfd783b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clone to the network example.</title>
<updated>2012-07-30T21:38:32+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bstraub@github.com</email>
</author>
<published>2012-07-30T21:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=84595a30c01d5808ff71fda8ab63603214d665bf'/>
<id>84595a30c01d5808ff71fda8ab63603214d665bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: fix warnings in network/</title>
<updated>2012-07-30T18:28:16+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-07-25T08:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ae789622e438e213d8a2059f7aeeeae931442c18'/>
<id>ae789622e438e213d8a2059f7aeeeae931442c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: Rename the generic return codes</title>
<updated>2012-05-17T23:26:26+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-05-17T23:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e172cf082e62aa421703080d0bccb7b8762c8bd4'/>
<id>e172cf082e62aa421703080d0bccb7b8762c8bd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: fix an oopsie</title>
<updated>2012-05-11T19:49:33+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-05-11T19:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=41178b419a5fcf3a65c2b313ecc688c607f411c9'/>
<id>41178b419a5fcf3a65c2b313ecc688c607f411c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
