Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-29 | Remove http.authAny | Junio C Hamano | 1 | -16/+1 |
2009-11-27 | Add an option for using any HTTP authentication scheme, not only basic | Martin Storsjö | 1 | -0/+22 |
2009-11-27 | http: maintain curl sessions | Tay Ray Chuan | 1 | -2/+17 |
2009-11-04 | Smart push over HTTP: client side | Shawn O. Pearce | 1 | -3/+10 |
2009-09-14 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2009-09-14 | http.c: avoid freeing an uninitialized pointer | Junio C Hamano | 1 | -1/+1 |
2009-09-13 | Merge branch 'maint' | Junio C Hamano | 1 | -11/+0 |
2009-09-11 | http.c: remove verification of remote packs | Tay Ray Chuan | 1 | -11/+0 |
2009-08-28 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+6 |
2009-08-28 | Merge branch 'rc/maint-http-fix' into maint | Junio C Hamano | 1 | -1/+3 |
2009-08-28 | http.c: set slot callback members to NULL when releasing object | Tay Ray Chuan | 1 | -1/+6 |
2009-08-18 | Merge branch 'rc/maint-http-fix' | Junio C Hamano | 1 | -1/+3 |
2009-08-18 | http.c: don't assume that urls don't end with slash | Tay Ray Chuan | 1 | -1/+3 |
2009-08-10 | Check return value of ftruncate call in http.c | Jeff Lasslett | 1 | -1/+5 |
2009-08-10 | http.c: replace usage of temporary variable for urls | Tay Ray Chuan | 1 | -9/+6 |
2009-08-10 | http.c: free preq when aborting | Tay Ray Chuan | 1 | -0/+1 |
2009-07-09 | Merge branch 'ml/http' | Junio C Hamano | 1 | -1/+47 |
2009-06-18 | http.c: add http.sslCertPasswordProtected option | Mark Lodato | 1 | -1/+8 |
2009-06-18 | http.c: prompt for SSL client certificate password | Mark Lodato | 1 | -1/+40 |
2009-06-18 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+4 |
2009-06-18 | http.c: fix compiling with libcurl 7.9.2 | Mark Lodato | 1 | -4/+4 |
2009-06-06 | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 1 | -2/+248 |
2009-06-06 | http*: add helper methods for fetching packs | Tay Ray Chuan | 1 | -0/+106 |
2009-06-06 | http: use new http API in fetch_index() | Tay Ray Chuan | 1 | -73/+8 |
2009-06-06 | http*: add http_get_info_packs | Tay Ray Chuan | 1 | -0/+164 |
2009-06-06 | http.c::http_fetch_ref(): use the new http API | Mike Hommey | 1 | -25/+8 |
2009-06-06 | http.c: new functions for the http API | Mike Hommey | 1 | -0/+104 |
2009-06-06 | http: create function end_url_with_slash | Tay Ray Chuan | 1 | -3/+9 |
2009-06-06 | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 1 | -0/+9 |
2009-04-02 | Allow curl to rewind the read buffers | Martin Storsjö | 1 | -0/+19 |
2009-03-12 | http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL | Junio C Hamano | 1 | -3/+1 |
2009-03-10 | http authentication via prompts | Junio C Hamano | 1 | -0/+60 |
2009-03-10 | http_init(): Fix config file parsing | Junio C Hamano | 1 | -42/+27 |
2009-03-09 | http.c: style cleanups | Junio C Hamano | 1 | -23/+21 |
2009-03-07 | http.c: use strbuf API in quote_ref_url | Tay Ray Chuan | 1 | -20/+10 |
2008-12-07 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+4 |
2008-12-07 | http.c: use 'git_config_string' to get 'curl_http_proxy' | Miklos Vajna | 1 | -7/+4 |
2008-09-16 | Merge branch 'mh/maint-honor-no-ssl-verify' | Junio C Hamano | 1 | -1/+10 |