83 Commits (82dca84871637ac9812c0dec27f56d07cfba524c)

Author SHA1 Message Date
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
Johannes Schindelin 4a30976e28 [PATCH] support older versions of libcurl 20 years ago
Darrin Thompson 3dcb90f526 [PATCH] Support more http features: https no cert, .netrc -> auth 20 years ago
Junio C Hamano c4584ae3fd [PATCH] Remove "delta" object representation. 20 years ago
Daniel Barkalow fa3e0655a4 [PATCH] Pull refs by HTTP 20 years ago
Daniel Barkalow cd541a68b3 [PATCH] Generic support for pulling refs 20 years ago
Junio C Hamano a48e1d67e1 [PATCH] pull: gracefully recover from delta retrieval failure. 20 years ago
Junio C Hamano 4a62b61939 [PATCH] Handle deltified object correctly in git-*-pull family. 20 years ago
Linus Torvalds 6b0c312106 Include file cleanups.. 20 years ago
Brian Gerst bf0f910d1d [PATCH] Kill a bunch of pointer sign warnings for gcc4 20 years ago
Junio C Hamano e78d97723c Implement -v (verbose) option for pull methods other than local transport. 20 years ago
Junio C Hamano ee4f439fea [PATCH] Do not call fetch() when we have it. 20 years ago
Daniel Barkalow 4250a5e5b1 [PATCH] Split out "pull" from particular methods 20 years ago
Christopher Li 812666c8e6 [PATCH] introduce xmalloc and xrealloc 20 years ago