67 Commits (17225c49d501a304a0ae9ff370ca5cc3ae4afe4d)

Author SHA1 Message Date
Junio C Hamano b2025146d0 http.c: avoid freeing an uninitialized pointer 16 years ago
Tay Ray Chuan 59b8d38f6e http.c: remove verification of remote packs 16 years ago
Tay Ray Chuan 4b9fa0e359 http.c: set slot callback members to NULL when releasing object 16 years ago
Tay Ray Chuan 800324c3ad http.c: don't assume that urls don't end with slash 16 years ago
Jeff Lasslett 0c4f21e452 Check return value of ftruncate call in http.c 16 years ago
Tay Ray Chuan bb99190e27 http.c: replace usage of temporary variable for urls 16 years ago
Tay Ray Chuan 5ae9ebfd58 http.c: free preq when aborting 16 years ago
Mark Lodato 754ae192a4 http.c: add http.sslCertPasswordProtected option 16 years ago
Mark Lodato 30dd916348 http.c: prompt for SSL client certificate password 16 years ago
Mark Lodato ef52aafa0f http.c: fix compiling with libcurl 7.9.2 16 years ago
Tay Ray Chuan 5424bc557f http*: add helper methods for fetching objects (loose) 16 years ago
Tay Ray Chuan 2264dfa5c4 http*: add helper methods for fetching packs 16 years ago
Tay Ray Chuan 39dc52cf4f http: use new http API in fetch_index() 16 years ago
Tay Ray Chuan b8caac2b8a http*: add http_get_info_packs 16 years ago
Mike Hommey 0d5896e1cc http.c::http_fetch_ref(): use the new http API 16 years ago
Mike Hommey e929cd20bb http.c: new functions for the http API 16 years ago
Tay Ray Chuan 5ace994f33 http: create function end_url_with_slash 16 years ago
Tay Ray Chuan e917674597 http*: move common variables and macros to http.[ch] 16 years ago
Martin Storsjö 3944ba0cb0 Allow curl to rewind the read buffers 16 years ago
Junio C Hamano 750d930500 http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL 16 years ago
Junio C Hamano c33976cbc6 http authentication via prompts 16 years ago
Junio C Hamano 7059cd99fc http_init(): Fix config file parsing 16 years ago
Junio C Hamano 4251ccbd80 http.c: style cleanups 16 years ago
Tay Ray Chuan 113106e06c http.c: use strbuf API in quote_ref_url 16 years ago
Miklos Vajna e4a80ecf40 http.c: use 'git_config_string' to get 'curl_http_proxy' 16 years ago
Dotan Barak e8eec71d6e Use xmalloc() and friends to catch allocation failures 17 years ago
Junio C Hamano a5ccc5979d Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is set 17 years ago
Brian Hetro 7ef8ea7035 http.c: Use 'git_config_string' to clean up SSL config. 17 years ago
Junio C Hamano f444e5286e Work around gcc warnings from curl headers 17 years ago
Mike Hommey 7c1a9e7901 Don't allocate too much memory in quote_ref_url 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Daniel Barkalow be885d96fe Make ls-remote http://... list HEAD, like for git://... 17 years ago
Daniel Barkalow c13b2633f4 Make walker.fetch_ref() take a struct ref. 17 years ago
Mike Hommey f23d1f7627 Fix random crashes in http_cleanup() 17 years ago
Mike Hommey 9fc6440d78 Set proxy override with http_init() 17 years ago
Junio C Hamano 111dd25f3c http.c: guard config parser from value=NULL 17 years ago
Mike Hommey d7e92806cd Move fetch_ref from http-push.c and http-walker.c to http.c 17 years ago
Mike Hommey 028c297638 Use strbuf in http code 17 years ago
Mike Hommey 02dc534fc6 Remove a CURLOPT_HTTPHEADER (un)setting 17 years ago
Mike Hommey cc3530e8f3 Cleanup variables in http.[ch] 17 years ago
Sam Vilain 9c5665aa3c Allow HTTP proxy to be overridden in config 17 years ago
Shawn O. Pearce 3278cd0a39 Properly cleanup in http_cleanup so builtin-fetch does not segfault 18 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 18 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Julian Phillips e9d54bd18b http.c: Fix problem with repeated calls of http_init 18 years ago
Sasha Khapyorsky 3ea099d48b http/ftp: optionally ask curl to not use EPSV command 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Nick Hengeveld b3ca4e4ebb HTTP cleanup 19 years ago
Nick Hengeveld 9094950d73 http: prevent segfault during curl handle reuse 19 years ago