aboutsummaryrefslogtreecommitdiff
path: root/http.h
Commit message (Expand)AuthorAge
* http: do not set up curl auth after a 401Jeff King2012-10-12
* http: fix segfault in handle_curl_resultJeff King2012-10-12
* http: factor out http error code handlingJeff King2012-08-27
* correct spelling: an URL -> a URLJim Meyering2012-03-28
* Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-19
|\
| * http-push: enable "proactive auth"Jeff King2011-12-13
* | Merge branch 'mf/curl-select-fdset'Junio C Hamano2011-12-05
|\ \ | |/ |/|
| * http: drop "local" member from request structJeff King2011-11-04
| * http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-04
* | http_init: accept separate URL parameterJeff King2011-10-15
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
|\ \ | |/ |/|
| * zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
* | http: make curl callbacks match contracts from curl headerDan McGee2011-05-04
|/
* standardize brace placement in struct definitionsJonathan Nieder2011-03-16
* shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-26
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-12
* Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21
|\
| * http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-17
* | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-08
|\ \
| * | http: make end_url_with_slash() publicTay Ray Chuan2010-04-09
| |/
* | Prompt for a username when an HTTP request 401sScott Chacon2010-04-01
|/
* http.c: mark file-local functions staticJunio C Hamano2010-01-12
* Smart push over HTTP: client sideShawn O. Pearce2009-11-04
* http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-06
* http*: add helper methods for fetching packsTay Ray Chuan2009-06-06
* http*: add http_get_info_packsTay Ray Chuan2009-06-06
* http.c: new functions for the http APIMike Hommey2009-06-06
* http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-06
* Allow curl to rewind the read buffersMartin Storsjö2009-04-02
* Work around gcc warnings from curl headersJunio C Hamano2008-07-04
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-26
* Set proxy override with http_init()Mike Hommey2008-02-27
* Clarify that http-push being temporarily disabled with older cURLJunio C Hamano2008-01-22
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-14
* Use strbuf in http codeMike Hommey2007-12-14
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-14
* Cleanup variables in http.[ch]Mike Hommey2007-12-09
* Make function to refill http queue a callbackDaniel Barkalow2007-09-19
* Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-19
* http-fetch: Disable use of curl multi support for libcurl < 7.16.Alexandre Julliard2007-05-03
* Work around http-fetch built with cURL 7.16.0Junio C Hamano2006-12-27
* Patch for http-fetch.c and older curl releasesArt Haas2006-09-20
* HTTP slot reuse fixesNick Hengeveld2006-03-10
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-07
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-31
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-19