summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2008-02-11http.c: guard config parser from value=NULLJunio C Hamano-10/+15
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey-0/+82
2007-12-14Use strbuf in http codeMike Hommey-20/+14
2007-12-14Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey-1/+0
2007-12-09Cleanup variables in http.[ch]Mike Hommey-14/+14
2007-12-03Allow HTTP proxy to be overridden in configSam Vilain-0/+11
2007-09-19Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce-2/+5
2007-09-19Make function to refill http queue a callbackDaniel Barkalow-2/+28
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow-0/+24
2007-06-07War on whitespaceJunio C Hamano-1/+1
2007-04-29http.c: Fix problem with repeated calls of http_initJulian Phillips-0/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky-0/+12
2006-06-20Remove all void-pointer arithmetic.Florian Forster-2/+2
2006-06-06HTTP cleanupNick Hengeveld-1/+6
2006-05-31http: prevent segfault during curl handle reuseNick Hengeveld-3/+6
2006-04-04Set HTTP user agent to git/GIT_VERSIONNick Hengeveld-0/+2
2006-03-10HTTP slot reuse fixesNick Hengeveld-1/+7
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding-1/+17
2006-02-05http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentMark Wooding-0/+3
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld-1/+8
2005-11-19http.c: reorder to avoid compilation failure.Junio C Hamano-36/+35
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld-0/+443