46 Commits (addafaf92eeb86033da91323d0d3ad7a496dae83)

Author SHA1 Message Date
Nick Hengeveld a14c225661 Fix for http-fetch from file:// URLs 19 years ago
Junio C Hamano 455c161c47 http-fetch.c: fix objects/info/pack parsing. 19 years ago
Junio C Hamano 5a3277133d Make networking commands to work from a subdirectory. 19 years ago
Nick Hengeveld 5e3a769186 Improve pack list response handling 19 years ago
Nick Hengeveld e388ab74db Make http-fetch request types more clear 19 years ago
Nick Hengeveld 29508e1efb Isolate shared HTTP request functionality 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Petr Baudis 313c4714c5 Fix bunch of fd leaks in http-fetch 19 years ago
Nick Hengeveld 54a9ba0d44 Fix fd leak in http-fetch 19 years ago
Nick Hengeveld acc075a8ad Fix for multiple alternates requests in http-fetch 19 years ago
Petr Baudis 6fd72e39af Show URL in the "Getting <foo> list" http-fetch messages 19 years ago
Josef Weidendorfer 66c9ec2555 Let git-clone/git-fetch follow HTTP redirections 19 years ago
Peter Hagervall f4f440a039 sparse fixes for http-{fetch,push}.c 19 years ago
Johannes Schindelin 90279074ca http-fetch: do not use curl_message after releasing it 19 years ago
Nick Hengeveld 50496b2170 Remove the temp file if it is empty after the request has failed 19 years ago
Petr Baudis e2029eb963 Silence confusing and false-positive curl error message 19 years ago
Nick Hengeveld 7b9ae53ea3 [PATCH 3/3] Allow running requests to finish after a pull error 19 years ago
Nick Hengeveld f7eb290fa0 [PATCH 2/3] Switched back to loading alternates as needed 19 years ago
Nick Hengeveld f1a906a387 [PATCH 1/3] Clean up CURL handles in unused request slots 19 years ago
Nick Hengeveld e0004e286c Support for HTTP transfer timeouts based on transfer speed 19 years ago
Peter Hagervall f5dce80611 Sparse fixes for http-fetch 19 years ago
Junio C Hamano f80376c597 Show curl error a bit better. 19 years ago
Johannes Schindelin 7baa3e8694 Some curl versions lack curl_easy_duphandle() 19 years ago
Nick Hengeveld d402d5566f Use config file settings for http 19 years ago
Sergey Vlasov bc8f265270 git-http-fetch: Remove size limit for objects/info/{packs,alternates} 19 years ago
Junio C Hamano 94fa447ace Quote reference names while fetching with curl. 19 years ago
Junio C Hamano dc1b5ea878 Remove unused 'got_alternates' variable. 19 years ago
Junio C Hamano b721e01f6e Use the same move_temp_to_file in git-http-fetch. 19 years ago
Nick Hengeveld 0312600648 Restore functionality to allow proxies to cache objects 19 years ago
Nick Hengeveld 11f0dafe2b [PATCH] Don't fetch objects that exist in the local repository 19 years ago
Nick Hengeveld 380792390e Set the parallel HTTP request limit via an environment variable 19 years ago
Nick Hengeveld a7a8d3786e Only compile parallel HTTP support with CURL >= 7.9.8 19 years ago
Nick Hengeveld 1d389ab65d Add support for parallel HTTP transfers 19 years ago
Nick Hengeveld 4fa2197e61 [PATCH] HTTP partial transfer support fix. 19 years ago
Junio C Hamano 271421cd34 Update partial HTTP transfers. 19 years ago
Nick Hengeveld 49a0f240f7 [PATCH] HTTP partial transfer support for object, pack, and index transfers 19 years ago
Johannes Schindelin 7d167feb8b [PATCH] Old curl does not know about CURLOPT_SSLKEY 19 years ago
Peter Hagervall a7928f8ec7 [PATCH] Make some needlessly global stuff static 19 years ago
Nick Hengeveld 5acb6de13d [PATCH] Support for more CURL SSL settings via environment variables 19 years ago
Nick Hengeveld 1ddea77e44 [PATCH] Return CURL error message when object transfer fails 19 years ago
Daniel Barkalow 820eca68c2 [PATCH] Implement --recover for git-*-fetch 19 years ago
Junio C Hamano 09d920831e Make object creation in http fetch a bit safer. 19 years ago
Daniel Barkalow 1b0c1e672a [PATCH] Support alternates and http-alternates in http-fetch 19 years ago
Daniel Barkalow b3661567cf [PATCH] Add support for alternates in HTTP 19 years ago
Sergey Vlasov 1db69b571c [PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers 19 years ago
Junio C Hamano a9ab586a5d Retire support for old environment variables. 19 years ago
Junio C Hamano 215a7ad1ef Big tool rename. 19 years ago
barkalow@iabervon.org 1e8be59d14 [PATCH] Parallelize the pull algorithm 20 years ago
barkalow@iabervon.org 182005b954 [PATCH] Support downloading packs by HTTP (whitespace fixed) 20 years ago
barkalow@iabervon.org 9f6cf65e66 [PATCH] Fix support for old libcurl 20 years ago