summaryrefslogtreecommitdiff
path: root/http.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mv/ssl-ftp-curl'Junio C Hamano2013-04-191-0/+9
|\
| * Support FTP-over-SSL/TLS for regular FTPModestas Vainius2013-04-121-0/+9
* | http: drop http_error functionJeff King2013-04-061-5/+0
* | http: simplify http_error helper functionJeff King2013-04-061-3/+2
* | http: add HTTP_KEEP_ERROR optionJeff King2013-04-061-0/+1
|/
* Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-1/+1
* http: do not set up curl auth after a 401Jeff King2012-10-121-2/+1
* http: fix segfault in handle_curl_resultJeff King2012-10-121-1/+2
* http: factor out http error code handlingJeff King2012-08-271-0/+1
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-191-1/+2
|\
| * http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+2
* | Merge branch 'mf/curl-select-fdset'Junio C Hamano2011-12-051-2/+0
|\ \ | |/ |/|
| * http: drop "local" member from request structmf/curl-select-fdsetJeff King2011-11-041-1/+0
| * http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-041-1/+0
* | http_init: accept separate URL parameterJeff King2011-10-151-1/+1
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-1/+1
|\ \ | |/ |/|
| * zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-1/+1
* | 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