<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests-clar/network, branch ethomson/https_proxy</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>Rename tests-clar to tests</title>
<updated>2013-11-14T22:05:52+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-11-14T22:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1782038144ef3413831801bb9c2f3038a84ac6f4'/>
<id>1782038144ef3413831801bb9c2f3038a84ac6f4</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 #1951 from victorgp/create-remote-plus-fetch</title>
<updated>2013-11-14T15:21:47+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-11-14T15:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7b947bf5cc59eefa83c28eb5f5fd8434207ebb8b'/>
<id>7b947bf5cc59eefa83c28eb5f5fd8434207ebb8b</id>
<content type='text'>
Allowing create remotes with custom fetch spec</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allowing create remotes with custom fetch spec</pre>
</div>
</content>
</entry>
<entry>
<title>tests: make a few globals statics</title>
<updated>2013-11-13T12:08:56+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-11-13T12:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=cfd16ca28e593d084350b497b06eac7cb7a6c240'/>
<id>cfd16ca28e593d084350b497b06eac7cb7a6c240</id>
<content type='text'>
ld was warning that the size of path changed, rightly so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ld was warning that the size of path changed, rightly so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1956 from libgit2/cmn/fetch-default-head</title>
<updated>2013-11-11T14:47:15+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-11-11T14:47:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=6414fd338df89eaa5bd4c64f7ab310fb7d5758bb'/>
<id>6414fd338df89eaa5bd4c64f7ab310fb7d5758bb</id>
<content type='text'>
Remote revamp (director's cut)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote revamp (director's cut)</pre>
</div>
</content>
</entry>
<entry>
<title>remote: make _ls return the list directly</title>
<updated>2013-11-11T14:35:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-11-01T23:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=359dce726d215be65aee719c7316b43e3851c031'/>
<id>359dce726d215be65aee719c7316b43e3851c031</id>
<content type='text'>
The callback-based method of listing remote references dates back to the
beginning of the network code's lifetime, when we didn't know any
better.

We need to keep the list around for update_tips() after disconnect() so
let's make use of this to simply give the user a pointer to the array so
they can write straightforward code instead of having to go through a
callback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The callback-based method of listing remote references dates back to the
beginning of the network code's lifetime, when we didn't know any
better.

We need to keep the list around for update_tips() after disconnect() so
let's make use of this to simply give the user a pointer to the array so
they can write straightforward code instead of having to go through a
callback.
</pre>
</div>
</content>
</entry>
<entry>
<title>splitting funcionality in two methods to avoid ambiguity with NULL</title>
<updated>2013-11-08T11:14:31+00:00</updated>
<author>
<name>Victor Garcia</name>
<email>victor@tuenti.com</email>
</author>
<published>2013-11-08T11:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=40b99d05b4a1221768c25c889180c12d2f43be8b'/>
<id>40b99d05b4a1221768c25c889180c12d2f43be8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding doc for new param and test to check fetch spec is correctly added</title>
<updated>2013-11-07T15:22:49+00:00</updated>
<author>
<name>Victor Garcia</name>
<email>victor@tuenti.com</email>
</author>
<published>2013-11-07T15:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=99feb98897fa1daa0ff3fd70b17ccc9d9a51f1d0'/>
<id>99feb98897fa1daa0ff3fd70b17ccc9d9a51f1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allowing create remote with custom fetch spec</title>
<updated>2013-11-07T13:16:20+00:00</updated>
<author>
<name>Victor Garcia</name>
<email>victor@tuenti.com</email>
</author>
<published>2013-11-07T13:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0fe522d1057aef064084a22d116f7c225948a3bd'/>
<id>0fe522d1057aef064084a22d116f7c225948a3bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make url decoding more bulletproof</title>
<updated>2013-11-05T19:35:57+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-11-05T19:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=79c443425b1b3d67e8180663c6e80793b587c888'/>
<id>79c443425b1b3d67e8180663c6e80793b587c888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unescape url-encoded usernames and passwords</title>
<updated>2013-11-04T20:04:17+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-11-04T20:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=16bffd1c26d8d22a61b5d99fd4063c2f71751317'/>
<id>16bffd1c26d8d22a61b5d99fd4063c2f71751317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
