89 Commits (5d1e34158a3023af48541bf1731d202849929a12)

Author SHA1 Message Date
Tay Ray Chuan 90d0571357 http.c::new_http_pack_request: do away with the temp variable filename 15 years ago
Shawn O. Pearce 750ef42516 http-fetch: Use temporary files for pack-*.idx until verified 15 years ago
Shawn O. Pearce fe72d420ab http-fetch: Use index-pack rather than verify-pack to check packs 15 years ago
Shawn O. Pearce 7b64469a36 Allow parse_pack_index on temporary files 15 years ago
Shawn O. Pearce 162eb5f838 http.c: Remove unnecessary strdup of sha1_to_hex result 15 years ago
Shawn O. Pearce 0da8b2e7c8 http.c: Don't store destination name in request structures 15 years ago
Shawn O. Pearce 3065274c58 http.c: Drop useless != NULL test in finish_http_pack_request 15 years ago
Shawn O. Pearce 021ab6f00b http.c: Tiny refactoring of finish_http_pack_request 15 years ago
Shawn O. Pearce 03b6aeb274 http.c: Remove bad free of static block 15 years ago
Tay Ray Chuan eb9d47cf9b http: make end_url_with_slash() public 15 years ago
Scott Chacon 42653c09c8 Prompt for a username when an HTTP request 401s 15 years ago
Frank Li f206063b4b git-core: Support retrieving passwords with GIT_ASKPASS 15 years ago
Junio C Hamano 83e41e2e61 http.c: mark file-local functions static 15 years ago
Thiago Farina bd757c1859 Use warning function instead of fprintf(stderr, "Warning: ..."). 15 years ago
Junio C Hamano 525ecd26c6 Remove http.authAny 15 years ago
Martin Storsjö b8ac923010 Add an option for using any HTTP authentication scheme, not only basic 15 years ago
Tay Ray Chuan ad75ebe5b3 http: maintain curl sessions 15 years ago
Shawn O. Pearce de1a2fdd38 Smart push over HTTP: client side 15 years ago
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