summaryrefslogtreecommitdiff
path: root/http.h
AgeCommit message (Expand)Author
2008-02-27Set proxy override with http_init()Mike Hommey
2008-01-22Clarify that http-push being temporarily disabled with older cURLJunio C Hamano
2007-12-15Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey
2007-12-15Use strbuf in http codeMike Hommey
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey
2007-12-09Cleanup variables in http.[ch]Mike Hommey
2007-09-19Make function to refill http queue a callbackDaniel Barkalow
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow
2007-05-04http-fetch: Disable use of curl multi support for libcurl < 7.16.Alexandre Julliard
2006-12-28Work around http-fetch built with cURL 7.16.0Junio C Hamano
2006-09-20Patch for http-fetch.c and older curl releasesArt Haas
2006-03-11HTTP slot reuse fixesNick Hengeveld
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding
2006-02-01Fix HTTP request result processing after slot reuseNick Hengeveld
2005-11-20Isolate shared HTTP request functionalityNick Hengeveld