summaryrefslogtreecommitdiff
path: root/http.h
AgeCommit message (Expand)Author
2011-08-16Merge branch 'jc/zlib-wrap' into maintJunio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-05-09Merge branch 'rc/maint-curl-helper'Junio C Hamano
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce
2010-04-10http: make end_url_with_slash() publicTay Ray Chuan
2010-04-02Prompt for a username when an HTTP request 401sScott Chacon
2010-01-12http.c: mark file-local functions staticJunio C Hamano
2009-11-05Smart push over HTTP: client sideShawn O. Pearce
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan
2009-06-06http*: add http_get_info_packsTay Ray Chuan
2009-06-06http.c: new functions for the http APIMike Hommey
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan
2009-04-02Allow curl to rewind the read buffersMartin Storsjö
2008-07-04Work around gcc warnings from curl headersJunio C Hamano
2008-04-27Make walker.fetch_ref() take a struct ref.Daniel Barkalow
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