109 Commits (c09cd77ea2fe3580b33918a99fe138d239ac2aaf)

Author SHA1 Message Date
Jeff King deba49377b http_init: accept separate URL parameter 13 years ago
Michael J Gruber 070b4dd589 http: use hostname in credential description 13 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 14 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
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