summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-26Make ls-remote http://... list HEAD, like for git://...Libravatar Daniel Barkalow1-1/+4
2008-04-26Make walker.fetch_ref() take a struct ref.Libravatar Daniel Barkalow1-6/+7
2008-03-04Merge branch 'maint'Libravatar Junio C Hamano1-11/+3
2008-03-03Fix random crashes in http_cleanup()Libravatar Mike Hommey1-11/+3
2008-02-27Set proxy override with http_init()Libravatar Mike Hommey1-1/+9
2008-02-11http.c: guard config parser from value=NULLLibravatar Junio C Hamano1-10/+15
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cLibravatar Mike Hommey1-0/+82
2007-12-14Use strbuf in http codeLibravatar Mike Hommey1-20/+14
2007-12-14Remove a CURLOPT_HTTPHEADER (un)settingLibravatar Mike Hommey1-1/+0
2007-12-09Cleanup variables in http.[ch]Libravatar Mike Hommey1-14/+14
2007-12-03Allow HTTP proxy to be overridden in configLibravatar Sam Vilain1-0/+11
2007-09-19Properly cleanup in http_cleanup so builtin-fetch does not segfaultLibravatar Shawn O. Pearce1-2/+5
2007-09-19Make function to refill http queue a callbackLibravatar Daniel Barkalow1-2/+28
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Libravatar Daniel Barkalow1-0/+24
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-04-29http.c: Fix problem with repeated calls of http_initLibravatar Julian Phillips1-0/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandLibravatar Sasha Khapyorsky1-0/+12
2006-06-20Remove all void-pointer arithmetic.Libravatar Florian Forster1-2/+2
2006-06-06HTTP cleanupLibravatar Nick Hengeveld1-1/+6
2006-05-31http: prevent segfault during curl handle reuseLibravatar Nick Hengeveld1-3/+6
2006-04-04Set HTTP user agent to git/GIT_VERSIONLibravatar Nick Hengeveld1-0/+2
2006-03-10HTTP slot reuse fixesLibravatar Nick Hengeveld1-1/+7
2006-02-07http-fetch: Abort requests for objects which arrived in packsLibravatar Mark Wooding1-1/+17
2006-02-05http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environmentLibravatar Mark Wooding1-0/+3
2006-01-31Fix HTTP request result processing after slot reuseLibravatar Nick Hengeveld1-1/+8
2005-11-19http.c: reorder to avoid compilation failure.Libravatar Junio C Hamano1-36/+35
2005-11-19Isolate shared HTTP request functionalityLibravatar Nick Hengeveld1-0/+443