summaryrefslogtreecommitdiff
path: root/http-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsLibravatar Josef Weidendorfer1-0/+2
2005-11-08sparse fixes for http-{fetch,push}.cLibravatar Peter Hagervall1-2/+2
2005-11-06http-fetch: do not use curl_message after releasing itLibravatar Johannes Schindelin1-3/+3
2005-11-03Remove the temp file if it is empty after the request has failedLibravatar Nick Hengeveld1-0/+5
2005-10-23Silence confusing and false-positive curl error messageLibravatar Petr Baudis1-3/+6
2005-10-21[PATCH 3/3] Allow running requests to finish after a pull errorLibravatar Nick Hengeveld1-2/+13
2005-10-21[PATCH 2/3] Switched back to loading alternates as neededLibravatar Nick Hengeveld1-16/+29
2005-10-21[PATCH 1/3] Clean up CURL handles in unused request slotsLibravatar Nick Hengeveld1-6/+20
2005-10-19Support for HTTP transfer timeouts based on transfer speedLibravatar Nick Hengeveld1-0/+29
2005-10-16Sparse fixes for http-fetchLibravatar Peter Hagervall1-15/+17
2005-10-15Show curl error a bit better.Libravatar Junio C Hamano1-1/+3
2005-10-15Some curl versions lack curl_easy_duphandle()Libravatar Johannes Schindelin1-16/+44
2005-10-14Use config file settings for httpLibravatar Nick Hengeveld1-21/+88
2005-10-14git-http-fetch: Remove size limit for objects/info/{packs,alternates}Libravatar Sergey Vlasov1-7/+36
2005-10-11Quote reference names while fetching with curl.Libravatar Junio C Hamano1-8/+47
2005-10-10Remove unused 'got_alternates' variable.Libravatar Junio C Hamano1-5/+1
2005-10-10Use the same move_temp_to_file in git-http-fetch.Libravatar Junio C Hamano1-30/+18
2005-10-10Restore functionality to allow proxies to cache objectsLibravatar Nick Hengeveld1-1/+7
2005-10-10[PATCH] Don't fetch objects that exist in the local repositoryLibravatar Nick Hengeveld1-1/+9
2005-10-10Set the parallel HTTP request limit via an environment variableLibravatar Nick Hengeveld1-11/+6
2005-10-10Only compile parallel HTTP support with CURL >= 7.9.8Libravatar Nick Hengeveld1-5/+57
2005-10-10Add support for parallel HTTP transfersLibravatar Nick Hengeveld1-223/+587
2005-10-01[PATCH] HTTP partial transfer support fix.Libravatar Nick Hengeveld1-1/+0
2005-10-01Update partial HTTP transfers.Libravatar Junio C Hamano1-4/+11
2005-10-01[PATCH] HTTP partial transfer support for object, pack, and index transfersLibravatar Nick Hengeveld1-23/+161
2005-09-29[PATCH] Old curl does not know about CURLOPT_SSLKEYLibravatar Johannes Schindelin1-0/+2
2005-09-28[PATCH] Make some needlessly global stuff staticLibravatar Peter Hagervall1-2/+2
2005-09-28[PATCH] Support for more CURL SSL settings via environment variablesLibravatar Nick Hengeveld1-0/+19
2005-09-27[PATCH] Return CURL error message when object transfer failsLibravatar Nick Hengeveld1-8/+16
2005-09-27[PATCH] Implement --recover for git-*-fetchLibravatar Daniel Barkalow1-0/+2
2005-09-21Make object creation in http fetch a bit safer.Libravatar Junio C Hamano1-5/+24
2005-09-18[PATCH] Support alternates and http-alternates in http-fetchLibravatar Daniel Barkalow1-7/+38
2005-09-17[PATCH] Add support for alternates in HTTPLibravatar Daniel Barkalow1-35/+134
2005-09-15[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversLibravatar Sergey Vlasov1-0/+8
2005-09-09Retire support for old environment variables.Libravatar Junio C Hamano1-1/+1
2005-09-07Big tool rename.Libravatar Junio C Hamano1-0/+371