summaryrefslogtreecommitdiffstats
path: root/http.h
AgeCommit message (Expand)AuthorLines
2012-10-12http: fix segfault in handle_curl_resultJeff King-1/+2
2012-08-27http: factor out http error code handlingJeff King-0/+1
2012-03-28correct spelling: an URL -> a URLJim Meyering-1/+1
2011-12-19Merge branch 'jk/maint-push-over-dav'Junio C Hamano-1/+2
2011-12-13http-push: enable "proactive auth"Jeff King-1/+2
2011-12-05Merge branch 'mf/curl-select-fdset'Junio C Hamano-2/+0
2011-11-04http: drop "local" member from request structJeff King-1/+0
2011-11-04http.c: Rely on select instead of tracking whether data was receivedMika Fischer-1/+0
2011-10-15http_init: accept separate URL parameterJeff King-1/+1
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano-1/+1
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano-1/+1
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee-3/+3
2011-03-16standardize brace placement in struct definitionsJonathan Nieder-10/+5
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan-1/+1
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder-2/+2
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano-2/+0
2010-05-08Merge branch 'rc/maint-curl-helper'Junio C Hamano-0/+1
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce-2/+0
2010-04-09http: make end_url_with_slash() publicTay Ray Chuan-0/+1
2010-04-01Prompt for a username when an HTTP request 401sScott Chacon-0/+2
2010-01-12http.c: mark file-local functions staticJunio C Hamano-9/+0
2009-11-04Smart push over HTTP: client sideShawn O. Pearce-0/+2
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan-4/+33
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan-0/+17
2009-06-06http*: add http_get_info_packsTay Ray Chuan-0/+4
2009-06-06http.c: new functions for the http APIMike Hommey-0/+30
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan-0/+5
2009-04-02Allow curl to rewind the read buffersMartin Storsjö-0/+7
2008-07-04Work around gcc warnings from curl headersJunio C Hamano-6/+3
2008-04-26Make walker.fetch_ref() take a struct ref.Daniel Barkalow-1/+1
2008-02-27Set proxy override with http_init()Mike Hommey-1/+2
2008-01-22Clarify that http-push being temporarily disabled with older cURLJunio C Hamano-0/+8
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey-0/+2
2007-12-14Use strbuf in http codeMike Hommey-5/+6
2007-12-14Avoid redundant declaration of missing_target()Mike Hommey-0/+13
2007-12-09Cleanup variables in http.[ch]Mike Hommey-18/+0
2007-09-19Make function to refill http queue a callbackDaniel Barkalow-3/+1
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow-6/+3
2007-05-03http-fetch: Disable use of curl multi support for libcurl < 7.16.Alexandre Julliard-1/+1
2006-12-27Work around http-fetch built with cURL 7.16.0Junio C Hamano-1/+1
2006-09-20Patch for http-fetch.c and older curl releasesArt Haas-0/+4
2006-03-10HTTP slot reuse fixesNick Hengeveld-0/+1
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding-0/+1
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld-0/+7
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld-0/+95