summaryrefslogtreecommitdiffstats
path: root/http-fetch.c
AgeCommit message (Expand)AuthorLines
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding-1/+15
2006-02-05http-fetch: Tidy control flow in process_alternate_responseMark Wooding-4/+2
2006-02-05http-fetch: Fix message reporting rename of object file.Mark Wooding-3/+2
2006-02-05http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding-1/+1
2006-02-02whitespace cleanup.Junio C Hamano-11/+10
2006-01-31Use local structs for HTTP slot callback dataNick Hengeveld-5/+5
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld-6/+14
2005-12-22Fix for http-fetch from file:// URLsNick Hengeveld-4/+8
2005-12-21http-fetch.c: fix objects/info/pack parsing.Junio C Hamano-2/+2
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano-0/+2
2005-11-19Improve pack list response handlingNick Hengeveld-2/+10
2005-11-19Make http-fetch request types more clearNick Hengeveld-136/+139
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld-527/+59
2005-11-15Fix bunch of fd leaks in http-fetchPetr Baudis-2/+14
2005-11-12Fix fd leak in http-fetchNick Hengeveld-0/+2
2005-11-12Fix for multiple alternates requests in http-fetchNick Hengeveld-61/+117
2005-11-11Show URL in the "Getting <foo> list" http-fetch messagesPetr Baudis-2/+2
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer-0/+2
2005-11-08sparse fixes for http-{fetch,push}.cPeter Hagervall-2/+2
2005-11-06http-fetch: do not use curl_message after releasing itJohannes Schindelin-3/+3
2005-11-03Remove the temp file if it is empty after the request has failedNick Hengeveld-0/+5
2005-10-23Silence confusing and false-positive curl error messagePetr Baudis-3/+6
2005-10-21[PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld-2/+13
2005-10-21[PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld-16/+29
2005-10-21[PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld-6/+20
2005-10-19Support for HTTP transfer timeouts based on transfer speedNick Hengeveld-0/+29
2005-10-16Sparse fixes for http-fetchPeter Hagervall-15/+17
2005-10-15Show curl error a bit better.Junio C Hamano-1/+3
2005-10-15Some curl versions lack curl_easy_duphandle()Johannes Schindelin-16/+44
2005-10-14Use config file settings for httpNick Hengeveld-21/+88
2005-10-14git-http-fetch: Remove size limit for objects/info/{packs,alternates}Sergey Vlasov-7/+36
2005-10-11Quote reference names while fetching with curl.Junio C Hamano-8/+47
2005-10-10Remove unused 'got_alternates' variable.Junio C Hamano-5/+1
2005-10-10Use the same move_temp_to_file in git-http-fetch.Junio C Hamano-30/+18
2005-10-10Restore functionality to allow proxies to cache objectsNick Hengeveld-1/+7
2005-10-10[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld-1/+9
2005-10-10Set the parallel HTTP request limit via an environment variableNick Hengeveld-11/+6
2005-10-10Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld-5/+57
2005-10-10Add support for parallel HTTP transfersNick Hengeveld-223/+587
2005-10-01[PATCH] HTTP partial transfer support fix.Nick Hengeveld-1/+0
2005-10-01Update partial HTTP transfers.Junio C Hamano-4/+11
2005-10-01[PATCH] HTTP partial transfer support for object, pack, and index transfersNick Hengeveld-23/+161
2005-09-29[PATCH] Old curl does not know about CURLOPT_SSLKEYJohannes Schindelin-0/+2
2005-09-28[PATCH] Make some needlessly global stuff staticPeter Hagervall-2/+2
2005-09-28[PATCH] Support for more CURL SSL settings via environment variablesNick Hengeveld-0/+19
2005-09-27[PATCH] Return CURL error message when object transfer failsNick Hengeveld-8/+16
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow-0/+2
2005-09-21Make object creation in http fetch a bit safer.Junio C Hamano-5/+24
2005-09-18[PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow-7/+38
2005-09-17[PATCH] Add support for alternates in HTTPDaniel Barkalow-35/+134