summaryrefslogtreecommitdiff
path: root/http.h
Commit message (Expand)AuthorAgeFilesLines
* http: make curl callbacks match contracts from curl headerDan McGee2011-05-041-3/+3
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-10/+5
* shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-261-1/+1
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-121-2/+2
* Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-211-2/+0
|\
| * http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-171-2/+0
* | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-081-0/+1
|\ \
| * | http: make end_url_with_slash() publicTay Ray Chuan2010-04-091-0/+1
| |/
* | Prompt for a username when an HTTP request 401sScott Chacon2010-04-011-0/+2
|/
* http.c: mark file-local functions staticJunio C Hamano2010-01-121-9/+0
* Smart push over HTTP: client sideShawn O. Pearce2009-11-041-0/+2
* http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-061-4/+33
* http*: add helper methods for fetching packsTay Ray Chuan2009-06-061-0/+17
* http*: add http_get_info_packsTay Ray Chuan2009-06-061-0/+4
* http.c: new functions for the http APIMike Hommey2009-06-061-0/+30
* http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-061-0/+5
* Allow curl to rewind the read buffersMartin Storsjö2009-04-021-0/+7
* Work around gcc warnings from curl headersJunio C Hamano2008-07-041-6/+3
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-261-1/+1
* Set proxy override with http_init()Mike Hommey2008-02-271-1/+2
* Clarify that http-push being temporarily disabled with older cURLJunio C Hamano2008-01-221-0/+8
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-141-0/+2
* Use strbuf in http codeMike Hommey2007-12-141-5/+6
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-141-0/+13
* Cleanup variables in http.[ch]Mike Hommey2007-12-091-18/+0
* Make function to refill http queue a callbackDaniel Barkalow2007-09-191-3/+1
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-191-6/+3
* http-fetch: Disable use of curl multi support for libcurl < 7.16.Alexandre Julliard2007-05-031-1/+1
* Work around http-fetch built with cURL 7.16.0Junio C Hamano2006-12-271-1/+1
* Patch for http-fetch.c and older curl releasesArt Haas2006-09-201-0/+4
* HTTP slot reuse fixesNick Hengeveld2006-03-101-0/+1
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-071-0/+1
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-311-0/+7
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-191-0/+95