summaryrefslogtreecommitdiff
path: root/http-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() with strchr().Dennis Stosberg2006-04-111-4/+4
* http-fetch: add optional DAV-based pack listNick Hengeveld2006-04-041-0/+278
* http-fetch: nicer warning for a server with unreliable 404 statusJunio C Hamano2006-03-201-0/+8
* Fix broken slot reuse when fetching alternatesNick Hengeveld2006-03-151-0/+4
* Give no terminating LF to error() function.Junio C Hamano2006-02-221-4/+4
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-071-1/+15
* http-fetch: Tidy control flow in process_alternate_responseMark Wooding2006-02-051-4/+2
* http-fetch: Fix message reporting rename of object file.Mark Wooding2006-02-051-3/+2
* http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding2006-02-051-1/+1
* whitespace cleanup.Junio C Hamano2006-02-021-11/+10
* Use local structs for HTTP slot callback dataNick Hengeveld2006-01-311-5/+5
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-311-6/+14
* Fix for http-fetch from file:// URLsNick Hengeveld2005-12-221-4/+8
* http-fetch.c: fix objects/info/pack parsing.Junio C Hamano2005-12-211-2/+2
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* Improve pack list response handlingNick Hengeveld2005-11-191-2/+10
* Make http-fetch request types more clearNick Hengeveld2005-11-191-136/+139
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-191-527/+59
* Fix bunch of fd leaks in http-fetchPetr Baudis2005-11-151-2/+14
* Fix fd leak in http-fetchNick Hengeveld2005-11-121-0/+2
* Fix for multiple alternates requests in http-fetchNick Hengeveld2005-11-121-61/+117
* Show URL in the "Getting <foo> list" http-fetch messagesPetr Baudis2005-11-111-2/+2
* Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer2005-11-101-0/+2
* sparse fixes for http-{fetch,push}.cPeter Hagervall2005-11-081-2/+2
* http-fetch: do not use curl_message after releasing itJohannes Schindelin2005-11-061-3/+3
* Remove the temp file if it is empty after the request has failedNick Hengeveld2005-11-031-0/+5
* Silence confusing and false-positive curl error messagePetr Baudis2005-10-231-3/+6
* [PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld2005-10-211-2/+13
* [PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld2005-10-211-16/+29
* [PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld2005-10-211-6/+20
* Support for HTTP transfer timeouts based on transfer speedNick Hengeveld2005-10-191-0/+29
* Sparse fixes for http-fetchPeter Hagervall2005-10-161-15/+17
* Show curl error a bit better.Junio C Hamano2005-10-151-1/+3
* Some curl versions lack curl_easy_duphandle()Johannes Schindelin2005-10-151-16/+44
* Use config file settings for httpNick Hengeveld2005-10-141-21/+88
* git-http-fetch: Remove size limit for objects/info/{packs,alternates}Sergey Vlasov2005-10-141-7/+36
* Quote reference names while fetching with curl.Junio C Hamano2005-10-111-8/+47
* Remove unused 'got_alternates' variable.Junio C Hamano2005-10-101-5/+1
* Use the same move_temp_to_file in git-http-fetch.Junio C Hamano2005-10-101-30/+18
* Restore functionality to allow proxies to cache objectsNick Hengeveld2005-10-101-1/+7
* [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-101-1/+9
* Set the parallel HTTP request limit via an environment variableNick Hengeveld2005-10-101-11/+6
* Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld2005-10-101-5/+57
* Add support for parallel HTTP transfersNick Hengeveld2005-10-101-223/+587
* [PATCH] HTTP partial transfer support fix.Nick Hengeveld2005-10-011-1/+0
* Update partial HTTP transfers.Junio C Hamano2005-10-011-4/+11
* [PATCH] HTTP partial transfer support for object, pack, and index transfersNick Hengeveld2005-10-011-23/+161
* [PATCH] Old curl does not know about CURLOPT_SSLKEYJohannes Schindelin2005-09-291-0/+2
* [PATCH] Make some needlessly global stuff staticPeter Hagervall2005-09-281-2/+2
* [PATCH] Support for more CURL SSL settings via environment variablesNick Hengeveld2005-09-281-0/+19