summaryrefslogtreecommitdiff
path: root/http.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Standardize do { ... } while (0) styleLibravatar Jonathan Nieder1-2/+2
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Libravatar Junio C Hamano1-2/+0
2010-05-08Merge branch 'rc/maint-curl-helper'Libravatar Junio C Hamano1-0/+1
2010-04-17http.c: Don't store destination name in request structuresLibravatar Shawn O. Pearce1-2/+0
2010-04-09http: make end_url_with_slash() publicLibravatar Tay Ray Chuan1-0/+1
2010-04-01Prompt for a username when an HTTP request 401sLibravatar Scott Chacon1-0/+2
2010-01-12http.c: mark file-local functions staticLibravatar Junio C Hamano1-9/+0
2009-11-04Smart push over HTTP: client sideLibravatar Shawn O. Pearce1-0/+2
2009-06-06http*: add helper methods for fetching objects (loose)Libravatar Tay Ray Chuan1-4/+33
2009-06-06http*: add helper methods for fetching packsLibravatar Tay Ray Chuan1-0/+17
2009-06-06http*: add http_get_info_packsLibravatar Tay Ray Chuan1-0/+4
2009-06-06http.c: new functions for the http APILibravatar Mike Hommey1-0/+30
2009-06-06http*: move common variables and macros to http.[ch]Libravatar Tay Ray Chuan1-0/+5
2009-04-02Allow curl to rewind the read buffersLibravatar Martin Storsjö1-0/+7
2008-07-04Work around gcc warnings from curl headersLibravatar Junio C Hamano1-6/+3
2008-04-26Make walker.fetch_ref() take a struct ref.Libravatar Daniel Barkalow1-1/+1
2008-02-27Set proxy override with http_init()Libravatar Mike Hommey1-1/+2
2008-01-22Clarify that http-push being temporarily disabled with older cURLLibravatar Junio C Hamano1-0/+8
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cLibravatar Mike Hommey1-0/+2
2007-12-14Use strbuf in http codeLibravatar Mike Hommey1-5/+6
2007-12-14Avoid redundant declaration of missing_target()Libravatar Mike Hommey1-0/+13
2007-12-09Cleanup variables in http.[ch]Libravatar Mike Hommey1-18/+0
2007-09-19Make function to refill http queue a callbackLibravatar Daniel Barkalow1-3/+1
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Libravatar Daniel Barkalow1-6/+3
2007-05-03http-fetch: Disable use of curl multi support for libcurl < 7.16.Libravatar Alexandre Julliard1-1/+1
2006-12-27Work around http-fetch built with cURL 7.16.0Libravatar Junio C Hamano1-1/+1
2006-09-20Patch for http-fetch.c and older curl releasesLibravatar Art Haas1-0/+4
2006-03-10HTTP slot reuse fixesLibravatar Nick Hengeveld1-0/+1
2006-02-07http-fetch: Abort requests for objects which arrived in packsLibravatar Mark Wooding1-0/+1
2006-01-31Fix HTTP request result processing after slot reuseLibravatar Nick Hengeveld1-0/+7
2005-11-19Isolate shared HTTP request functionalityLibravatar Nick Hengeveld1-0/+95