Age | Commit message (Expand) | Author | Files | Lines |
2012-03-02 | http: support proxies that require authentication | Nelson Benitez Leon | 1 | -1/+3 |
2011-12-19 | Merge branch 'jk/maint-push-over-dav' | Junio C Hamano | 1 | -1/+7 |
2011-12-19 | Merge branch 'jk/credentials' | Junio C Hamano | 1 | -88/+25 |
2011-12-13 | http-push: enable "proactive auth" | Jeff King | 1 | -1/+7 |
2011-12-11 | http: use credential API to get passwords | Jeff King | 1 | -88/+25 |
2011-12-05 | Merge branch 'mf/curl-select-fdset' | Junio C Hamano | 1 | -25/+21 |
2011-11-15 | http: remove unused function hex() | Ramkumar Ramachandra | 1 | -8/+0 |
2011-11-04 | http: drop "local" member from request struct | Jeff King | 1 | -6/+0 |
2011-11-04 | http.c: Rely on select instead of tracking whether data was received | Mika Fischer | 1 | -15/+1 |
2011-11-04 | http.c: Use timeout suggested by curl instead of fixed 50ms timeout | Mika Fischer | 1 | -2/+18 |
2011-11-04 | http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping | Mika Fischer | 1 | -3/+3 |
2011-11-04 | http: don't always prompt for password | Stefan Naewe | 1 | -4/+3 |
2011-10-17 | Merge branch 'jk/http-auth' | Junio C Hamano | 1 | -40/+53 |
2011-10-15 | http_init: accept separate URL parameter | Jeff King | 1 | -4/+4 |
2011-10-15 | http: use hostname in credential description | Michael J Gruber | 1 | -8/+35 |
2011-10-10 | Merge branch 'jn/maint-http-error-message' | Junio C Hamano | 1 | -2/+7 |
2011-09-06 | http: avoid empty error messages for some curl errors | Jonathan Nieder | 1 | -1/+6 |
2011-09-06 | http: remove extra newline in error message | Jonathan Nieder | 1 | -1/+1 |
2011-08-11 | Merge branch 'rc/maint-http-wrong-free' | Junio C Hamano | 1 | -6/+2 |
2011-08-03 | http.c: fix an invalid free() | Tay Ray Chuan | 1 | -6/+2 |
2011-07-20 | http: retry authentication failures for all http requests | Jeff King | 1 | -6/+11 |
2011-07-20 | url: decode buffers that are not NUL-terminated | Jeff King | 1 | -23/+4 |
2011-06-03 | http: pass http.cookiefile using CURLOPT_COOKIEFILE | Duncan Brown | 1 | -0/+5 |
2011-05-04 | Merge branch 'sp/maint-clear-postfields' into maint | Junio C Hamano | 1 | -0/+1 |
2011-05-04 | http: make curl callbacks match contracts from curl header | Dan McGee | 1 | -6/+6 |
2011-04-28 | Merge branch 'sp/maint-clear-postfields' | Junio C Hamano | 1 | -0/+1 |
2011-04-26 | http: clear POSTFIELDS when initializing a slot | Junio C Hamano | 1 | -0/+1 |
2010-12-12 | Merge branch 'tc/http-urls-ends-with-slash' | Junio C Hamano | 1 | -7/+0 |
2010-12-08 | Merge branch 'gc/http-with-non-ascii-username-url' | Junio C Hamano | 1 | -1/+11 |
2010-11-26 | shift end_url_with_slash() from http.[ch] to url.[ch] | Tay Ray Chuan | 1 | -7/+1 |
2010-11-17 | Fix username and password extraction from HTTP URLs | Gabriel Corona | 1 | -1/+11 |
2010-09-27 | smart-http: Don't change POST to GET when following redirect | Tay Ray Chuan | 1 | -0/+5 |
2010-08-11 | Allow HTTP user agent string to be modified. | Spencer E. Olson | 1 | -1/+8 |
2010-05-21 | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 1 | -46/+89 |
2010-05-08 | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 1 | -1/+1 |
2010-04-19 | http.c::new_http_pack_request: do away with the temp variable filename | Tay Ray Chuan | 1 | -3/+2 |
2010-04-19 | http-fetch: Use temporary files for pack-*.idx until verified | Shawn O. Pearce | 1 | -17/+39 |
2010-04-19 | http-fetch: Use index-pack rather than verify-pack to check packs | Shawn O. Pearce | 1 | -7/+37 |
2010-04-19 | Allow parse_pack_index on temporary files | Shawn O. Pearce | 1 | -1/+1 |
2010-04-19 | http.c: Remove unnecessary strdup of sha1_to_hex result | Shawn O. Pearce | 1 | -4/+2 |
2010-04-17 | http.c: Don't store destination name in request structures | Shawn O. Pearce | 1 | -8/+6 |
2010-04-17 | http.c: Drop useless != NULL test in finish_http_pack_request | Shawn O. Pearce | 1 | -6/+3 |
2010-04-17 | http.c: Tiny refactoring of finish_http_pack_request | Shawn O. Pearce | 1 | -8/+8 |
2010-04-17 | http.c: Remove bad free of static block | Shawn O. Pearce | 1 | -1/+0 |
2010-04-09 | http: make end_url_with_slash() public | Tay Ray Chuan | 1 | -1/+1 |
2010-04-01 | Prompt for a username when an HTTP request 401s | Scott Chacon | 1 | -2/+20 |
2010-03-04 | git-core: Support retrieving passwords with GIT_ASKPASS | Frank Li | 1 | -2/+2 |
2010-01-12 | http.c: mark file-local functions static | Junio C Hamano | 1 | -2/+8 |
2010-01-10 | Merge branch 'tr/http-updates' | Junio C Hamano | 1 | -2/+24 |
2010-01-03 | Use warning function instead of fprintf(stderr, "Warning: ..."). | Thiago Farina | 1 | -1/+1 |