<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitano/libgit2.git/examples/network, branch development</title>
<subtitle>git.gitano.org.uk: libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/'/>
<entry>
<title>examples: add progress output to fetch</title>
<updated>2012-08-24T18:29:45+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-05-14T18:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=0a1db746fbcaf09681e446250f75581cc8f8fd05'/>
<id>0a1db746fbcaf09681e446250f75581cc8f8fd05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>indexer: recognize and mark when all of the packfile has been downloaded</title>
<updated>2012-08-24T17:01:10+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-07-13T10:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=bffa852f89268390d6bc3e6f99f5f0cccdc88f63'/>
<id>bffa852f89268390d6bc3e6f99f5f0cccdc88f63</id>
<content type='text'>
We can't always rely on the network telling us when the download is
finished. Recognize it from the indexer itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't always rely on the network telling us when the download is
finished. Recognize it from the indexer itself.
</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/gitano/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/gitano/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>Checkout: save index on checkout.</title>
<updated>2012-07-31T15:45:42+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bstraub@github.com</email>
</author>
<published>2012-07-31T15:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=7e02c7c56ac2a3dc8fce199b7b05a0bf51fa2417'/>
<id>7e02c7c56ac2a3dc8fce199b7b05a0bf51fa2417</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/gitano/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/gitano/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>remote: start moving the protocol to a common area</title>
<updated>2012-07-30T18:25:10+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-07-24T12:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=64d01de8a7802ebec031f921496747bf09426df1'/>
<id>64d01de8a7802ebec031f921496747bf09426df1</id>
<content type='text'>
For the transition, http is going to keep its own logic until the
git/common code catches up with the implied multi_ack that http
has. This also has the side-effect of making the code cleaner and more
correct regardingt he protocol.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the transition, http is going to keep its own logic until the
git/common code catches up with the implied multi_ack that http
has. This also has the side-effect of making the code cleaner and more
correct regardingt he protocol.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a struct for network callbacks</title>
<updated>2012-07-21T16:44:01+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@elego.de</email>
</author>
<published>2012-07-21T15:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=b3aaa7a7c887006d38b7262b73575d40f51beca5'/>
<id>b3aaa7a7c887006d38b7262b73575d40f51beca5</id>
<content type='text'>
Currently only update_tips is used, but it prepares the way for
progress output during download.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently only update_tips is used, but it prepares the way for
progress output during download.
</pre>
</div>
</content>
</entry>
<entry>
<title>indexer: don't use '/objects/pack/' unconditionally</title>
<updated>2012-06-28T08:24:03+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@elego.de</email>
</author>
<published>2012-06-28T07:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=371599576a82b43ab30fe66feadcfb3045e649ff'/>
<id>371599576a82b43ab30fe66feadcfb3045e649ff</id>
<content type='text'>
Not everyone who indexes a packfile wants to put it in the standard
git repository location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not everyone who indexes a packfile wants to put it in the standard
git repository location.
</pre>
</div>
</content>
</entry>
</feed>
