<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/http.h, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-02-07T10:13:02Z</updated>
<entry>
<title>http-fetch: Abort requests for objects which arrived in packs</title>
<updated>2006-02-07T10:13:02Z</updated>
<author>
<name>Mark Wooding</name>
<email>mdw@distorted.org.uk</email>
</author>
<published>2006-02-07T10:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=53f313897e37f25e1411a6a7cfa328d642847345'/>
<id>urn:sha1:53f313897e37f25e1411a6a7cfa328d642847345</id>
<content type='text'>
In fetch_object, there's a call to release an object request if the
object mysteriously arrived, say in a pack.  Unfortunately, the fetch
attempt for this object might already be in progress, and we'll leak the
descriptor.  Instead, try to tidy away the request.

Signed-off-by: Mark Wooding &lt;mdw@distorted.org.uk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix HTTP request result processing after slot reuse</title>
<updated>2006-02-01T00:17:24Z</updated>
<author>
<name>Nick Hengeveld</name>
<email>nickh@reactrix.com</email>
</author>
<published>2006-01-31T19:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c8568e139ed2149fbfb7ef9a8d819d5b6b7c554f'/>
<id>urn:sha1:c8568e139ed2149fbfb7ef9a8d819d5b6b7c554f</id>
<content type='text'>
Add a way to store the results of an HTTP request when a slot finishes
so the results can be processed after the slot has been reused.

Signed-off-by: Nick Hengeveld &lt;nickh@reactrix.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Isolate shared HTTP request functionality</title>
<updated>2005-11-20T04:17:24Z</updated>
<author>
<name>Nick Hengeveld</name>
<email>nickh@reactrix.com</email>
</author>
<published>2005-11-18T19:02:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=29508e1efb8d5a18f78ca0f9be45fdde49ef6b76'/>
<id>urn:sha1:29508e1efb8d5a18f78ca0f9be45fdde49ef6b76</id>
<content type='text'>
Move shared HTTP request functionality out of http-fetch and http-push,
and replace the two fwrite_buffer/fwrite_buffer_dynamic functions with
one fwrite_buffer function that does dynamic buffering.  Use slot
callbacks to process responses to fetch object transfer requests and
push transfer requests, and put all of http-push into an #ifdef check
for curl multi support.

Signed-off-by: Nick Hengeveld &lt;nickh@reactrix.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
