| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for http-fetch from file:// URLs | Nick Hengeveld | 2005-12-22 | 1 | -4/+8 |
* | http-fetch.c: fix objects/info/pack parsing. | Junio C Hamano | 2005-12-21 | 1 | -2/+2 |
* | Make networking commands to work from a subdirectory. | Junio C Hamano | 2005-11-28 | 1 | -0/+2 |
* | Improve pack list response handling | Nick Hengeveld | 2005-11-19 | 1 | -2/+10 |
* | Make http-fetch request types more clear | Nick Hengeveld | 2005-11-19 | 1 | -136/+139 |
* | Isolate shared HTTP request functionality | Nick Hengeveld | 2005-11-19 | 1 | -527/+59 |
* | Fix bunch of fd leaks in http-fetch | Petr Baudis | 2005-11-15 | 1 | -2/+14 |
* | Fix fd leak in http-fetch | Nick Hengeveld | 2005-11-12 | 1 | -0/+2 |
* | Fix for multiple alternates requests in http-fetch | Nick Hengeveld | 2005-11-12 | 1 | -61/+117 |
* | Show URL in the "Getting <foo> list" http-fetch messages | Petr Baudis | 2005-11-11 | 1 | -2/+2 |
* | Let git-clone/git-fetch follow HTTP redirections | Josef Weidendorfer | 2005-11-10 | 1 | -0/+2 |
* | sparse fixes for http-{fetch,push}.c | Peter Hagervall | 2005-11-08 | 1 | -2/+2 |
* | http-fetch: do not use curl_message after releasing it | Johannes Schindelin | 2005-11-06 | 1 | -3/+3 |
* | Remove the temp file if it is empty after the request has failed | Nick Hengeveld | 2005-11-03 | 1 | -0/+5 |
* | Silence confusing and false-positive curl error message | Petr Baudis | 2005-10-23 | 1 | -3/+6 |
* | [PATCH 3/3] Allow running requests to finish after a pull error | Nick Hengeveld | 2005-10-21 | 1 | -2/+13 |
* | [PATCH 2/3] Switched back to loading alternates as needed | Nick Hengeveld | 2005-10-21 | 1 | -16/+29 |
* | [PATCH 1/3] Clean up CURL handles in unused request slots | Nick Hengeveld | 2005-10-21 | 1 | -6/+20 |
* | Support for HTTP transfer timeouts based on transfer speed | Nick Hengeveld | 2005-10-19 | 1 | -0/+29 |
* | Sparse fixes for http-fetch | Peter Hagervall | 2005-10-16 | 1 | -15/+17 |
* | Show curl error a bit better. | Junio C Hamano | 2005-10-15 | 1 | -1/+3 |
* | Some curl versions lack curl_easy_duphandle() | Johannes Schindelin | 2005-10-15 | 1 | -16/+44 |
* | Use config file settings for http | Nick Hengeveld | 2005-10-14 | 1 | -21/+88 |
* | git-http-fetch: Remove size limit for objects/info/{packs,alternates} | Sergey Vlasov | 2005-10-14 | 1 | -7/+36 |
* | Quote reference names while fetching with curl. | Junio C Hamano | 2005-10-11 | 1 | -8/+47 |
* | Remove unused 'got_alternates' variable. | Junio C Hamano | 2005-10-10 | 1 | -5/+1 |
* | Use the same move_temp_to_file in git-http-fetch. | Junio C Hamano | 2005-10-10 | 1 | -30/+18 |
* | Restore functionality to allow proxies to cache objects | Nick Hengeveld | 2005-10-10 | 1 | -1/+7 |
* | [PATCH] Don't fetch objects that exist in the local repository | Nick Hengeveld | 2005-10-10 | 1 | -1/+9 |
* | Set the parallel HTTP request limit via an environment variable | Nick Hengeveld | 2005-10-10 | 1 | -11/+6 |
* | Only compile parallel HTTP support with CURL >= 7.9.8 | Nick Hengeveld | 2005-10-10 | 1 | -5/+57 |
* | Add support for parallel HTTP transfers | Nick Hengeveld | 2005-10-10 | 1 | -223/+587 |
* | [PATCH] HTTP partial transfer support fix. | Nick Hengeveld | 2005-10-01 | 1 | -1/+0 |
* | Update partial HTTP transfers. | Junio C Hamano | 2005-10-01 | 1 | -4/+11 |
* | [PATCH] HTTP partial transfer support for object, pack, and index transfers | Nick Hengeveld | 2005-10-01 | 1 | -23/+161 |
* | [PATCH] Old curl does not know about CURLOPT_SSLKEY | Johannes Schindelin | 2005-09-29 | 1 | -0/+2 |
* | [PATCH] Make some needlessly global stuff static | Peter Hagervall | 2005-09-28 | 1 | -2/+2 |
* | [PATCH] Support for more CURL SSL settings via environment variables | Nick Hengeveld | 2005-09-28 | 1 | -0/+19 |
* | [PATCH] Return CURL error message when object transfer fails | Nick Hengeveld | 2005-09-27 | 1 | -8/+16 |
* | [PATCH] Implement --recover for git-*-fetch | Daniel Barkalow | 2005-09-27 | 1 | -0/+2 |
* | Make object creation in http fetch a bit safer. | Junio C Hamano | 2005-09-21 | 1 | -5/+24 |
* | [PATCH] Support alternates and http-alternates in http-fetch | Daniel Barkalow | 2005-09-18 | 1 | -7/+38 |
* | [PATCH] Add support for alternates in HTTP | Daniel Barkalow | 2005-09-17 | 1 | -35/+134 |
* | [PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers | Sergey Vlasov | 2005-09-15 | 1 | -0/+8 |
* | Retire support for old environment variables. | Junio C Hamano | 2005-09-09 | 1 | -1/+1 |
* | Big tool rename. | Junio C Hamano | 2005-09-07 | 1 | -0/+371 |