<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/transports, branch http-parser-2</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>Merge remote-tracking branch 'ben/local-transport' into development</title>
<updated>2012-11-12T22:23:17+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-11-12T22:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=19c044a17dc4a4fcc552d88ea318062782955a13'/>
<id>19c044a17dc4a4fcc552d88ea318062782955a13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary progress logic</title>
<updated>2012-11-12T15:57:03+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-12T15:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=14157652ee83ef67b9376fe5f1c6ff00c539100a'/>
<id>14157652ee83ef67b9376fe5f1c6ff00c539100a</id>
<content type='text'>
The indexer handles this better than the fetch
logic does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The indexer handles this better than the fetch
logic does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error check</title>
<updated>2012-11-12T15:55:09+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-12T15:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0f5520f73aeda936f67024411b9c1b34bb09d6ac'/>
<id>0f5520f73aeda936f67024411b9c1b34bb09d6ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized memory in winhttp subtransport on 64-bit</title>
<updated>2012-11-09T20:39:25+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2012-11-09T20:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2f683f00971239007e1d602ec1a71a1eb10f4f5e'/>
<id>2f683f00971239007e1d602ec1a71a1eb10f4f5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid copying duplicate commits</title>
<updated>2012-11-09T18:33:16+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-09T05:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=90207709a367ef07ecf4087f285d3017031401ab'/>
<id>90207709a367ef07ecf4087f285d3017031401ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement local transport's fetch</title>
<updated>2012-11-09T18:33:05+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-06T18:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=505da062b88b729a90d4bcf31c4075bd0afd3251'/>
<id>505da062b88b729a90d4bcf31c4075bd0afd3251</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 #1048 from pwkelley/basic_auth</title>
<updated>2012-11-08T16:06:23+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2012-11-08T16:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9d6412832509ac3fb0217300eefbc75866dd7258'/>
<id>9d6412832509ac3fb0217300eefbc75866dd7258</id>
<content type='text'>
Basic authentication for http and winhttp</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Basic authentication for http and winhttp</pre>
</div>
</content>
</entry>
<entry>
<title>Don't store no_check_cert; fetch it on demand</title>
<updated>2012-11-06T16:27:23+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2012-11-06T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=11fa84728312aecdd8bc038cebd3458ec162e603'/>
<id>11fa84728312aecdd8bc038cebd3458ec162e603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix connection leak in http subtransport</title>
<updated>2012-11-06T14:36:04+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2012-11-06T14:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2f7538ec00e8391c156bcdd64ae6dbb558758afe'/>
<id>2f7538ec00e8391c156bcdd64ae6dbb558758afe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic authentication for http and winhttp</title>
<updated>2012-11-06T13:52:03+00:00</updated>
<author>
<name>Philip Kelley</name>
<email>phkelley@hotmail.com</email>
</author>
<published>2012-11-06T13:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=091361f569dd86e8550c04afb193bfb516a21a74'/>
<id>091361f569dd86e8550c04afb193bfb516a21a74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
