<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/remote.c, branch ethomson/proxy</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>remote: remove static create_internal function</title>
<updated>2018-11-02T13:58:12+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-10-08T18:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=37acffac08cd9bf7eb26dacc6ac30de74ee09d65'/>
<id>37acffac08cd9bf7eb26dacc6ac30de74ee09d65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: lower the default vector size to 8</title>
<updated>2018-11-02T13:58:12+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-07-06T19:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=10cba764a528a631b0261542cffdc02bf3956d75'/>
<id>10cba764a528a631b0261542cffdc02bf3956d75</id>
<content type='text'>
As it is, this is space for 32 refs pointers, which feels a little much.
Lower it to 8, as it is the minimum vector size anyway.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it is, this is space for 32 refs pointers, which feels a little much.
Lower it to 8, as it is the minimum vector size anyway.</pre>
</div>
</content>
</entry>
<entry>
<title>remote: add a flag to prevent generation of the default fetchspec</title>
<updated>2018-11-02T13:58:12+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-06-20T00:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d365029406087471fda7cbf7bda68e8453200494'/>
<id>d365029406087471fda7cbf7bda68e8453200494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: add a creation flag for ignoring url.insteadOf</title>
<updated>2018-11-02T13:58:12+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-06-20T00:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=fdb116b364c59d1e3692441963ec47616c71b3db'/>
<id>fdb116b364c59d1e3692441963ec47616c71b3db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: provide a generic API for creating remotes</title>
<updated>2018-11-02T13:58:12+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-06-20T00:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3cbaebdf7dac02b193f3416937c9cdb2e244f50b'/>
<id>3cbaebdf7dac02b193f3416937c9cdb2e244f50b</id>
<content type='text'>
This supersedes the functionality of remote_create_with_fetchspec, remote_create_anonymous and remote_create_detached.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This supersedes the functionality of remote_create_with_fetchspec, remote_create_anonymous and remote_create_detached.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: merge if-statements</title>
<updated>2018-11-02T13:58:11+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-06-20T00:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=43b4b2faadbd46c3ef56516785f64b2b9cd2b5a0'/>
<id>43b4b2faadbd46c3ef56516785f64b2b9cd2b5a0</id>
<content type='text'>
We need a repo/config and a name to be able to do anything to the configuration. As such, those two tests can be merged so their conditions are shared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need a repo/config and a name to be able to do anything to the configuration. As such, those two tests can be merged so their conditions are shared.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: add a helper for generating the default fetchspec</title>
<updated>2018-11-02T13:58:11+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-06-20T00:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b741bb89e47c1d0637a676b10fd57ccb08a7c429'/>
<id>b741bb89e47c1d0637a676b10fd57ccb08a7c429</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: move static method</title>
<updated>2018-11-02T13:58:11+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-06-20T00:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=de2af3c2d81e1e91b6ab21ac9fa8825b98c5c4a0'/>
<id>de2af3c2d81e1e91b6ab21ac9fa8825b98c5c4a0</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 #4794 from marcin-krystianc/mkrystianc/prune_perf</title>
<updated>2018-09-21T13:32:18+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2018-09-21T13:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a54043b7f9ceef2ed370933c2d58c7fb96c68011'/>
<id>a54043b7f9ceef2ed370933c2d58c7fb96c68011</id>
<content type='text'>
git_remote_prune to be O(n  * logn)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git_remote_prune to be O(n  * logn)</pre>
</div>
</content>
</entry>
<entry>
<title>remote: store the connection data in a private struct</title>
<updated>2018-09-07T10:37:22+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-09-07T10:36:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1c176883880c4f487597074c70f9bb6f96198737'/>
<id>1c176883880c4f487597074c70f9bb6f96198737</id>
<content type='text'>
This makes it easier to pass connection-related options around (proxy &amp;
custom headers for now).

This fixes a bug in git_push_finish, which didn't reuse the provided
proxy if the connection closed between the call to `git_remote_push` and
the finish step.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to pass connection-related options around (proxy &amp;
custom headers for now).

This fixes a bug in git_push_finish, which didn't reuse the provided
proxy if the connection closed between the call to `git_remote_push` and
the finish step.</pre>
</div>
</content>
</entry>
</feed>
