120 Commits (a78550831a42db6896e598cd2a8bfb441a958fc8)

Author SHA1 Message Date
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
Jeff King 148bb6a7b4 http: use credential API to get passwords 13 years ago
Ramkumar Ramachandra 620771c83e http: remove unused function hex() 13 years ago
Jeff King 093c44a360 http: drop "local" member from request struct 13 years ago
Mika Fischer df26c47127 http.c: Rely on select instead of tracking whether data was received 13 years ago
Mika Fischer eb56c82163 http.c: Use timeout suggested by curl instead of fixed 50ms timeout 13 years ago
Mika Fischer 6f9dd67ffe http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping 13 years ago
Stefan Naewe 986bbc0842 http: don't always prompt for password 13 years ago
Jeff King deba49377b http_init: accept separate URL parameter 14 years ago
Michael J Gruber 070b4dd589 http: use hostname in credential description 14 years ago
Jonathan Nieder be22d92eac http: avoid empty error messages for some curl errors 14 years ago
Jonathan Nieder 8abc508222 http: remove extra newline in error message 14 years ago
Tay Ray Chuan ec99c9a89a http.c: fix an invalid free() 14 years ago
Jeff King 8d677edc4f http: retry authentication failures for all http requests 14 years ago
Jeff King 66c8448543 url: decode buffers that are not NUL-terminated 14 years ago
Duncan Brown bcfb95dde4 http: pass http.cookiefile using CURLOPT_COOKIEFILE 14 years ago
Dan McGee a04ff3ec32 http: make curl callbacks match contracts from curl header 14 years ago
Junio C Hamano 1e41827d2d http: clear POSTFIELDS when initializing a slot 14 years ago
Tay Ray Chuan 1966d9f37b shift end_url_with_slash() from http.[ch] to url.[ch] 14 years ago
Gabriel Corona f39f72d8cf Fix username and password extraction from HTTP URLs 14 years ago
Tay Ray Chuan 311e2ea006 smart-http: Don't change POST to GET when following redirect 15 years ago
Spencer E. Olson b1d1058cc3 Allow HTTP user agent string to be modified. 15 years ago
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