| Commit message (Expand) | Author | Age | Files | Lines |
* | git-core: Support retrieving passwords with GIT_ASKPASS | Frank Li | 2010-03-04 | 1 | -2/+2 |
* | http.c: mark file-local functions static | Junio C Hamano | 2010-01-12 | 1 | -2/+8 |
* | Merge branch 'tr/http-updates' | Junio C Hamano | 2010-01-10 | 1 | -2/+24 |
|\ |
|
| * | Remove http.authAny | Junio C Hamano | 2009-12-29 | 1 | -16/+1 |
| * | Add an option for using any HTTP authentication scheme, not only basic | Martin Storsjö | 2009-11-27 | 1 | -0/+22 |
| * | http: maintain curl sessions | Tay Ray Chuan | 2009-11-27 | 1 | -2/+17 |
* | | Use warning function instead of fprintf(stderr, "Warning: ..."). | Thiago Farina | 2010-01-03 | 1 | -1/+1 |
|/ |
|
* | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 1 | -3/+10 |
* | Merge branch 'maint' | Junio C Hamano | 2009-09-14 | 1 | -1/+1 |
|\ |
|
| * | http.c: avoid freeing an uninitialized pointer | Junio C Hamano | 2009-09-14 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-09-13 | 1 | -11/+0 |
|\ \
| |/ |
|
| * | http.c: remove verification of remote packs | Tay Ray Chuan | 2009-09-11 | 1 | -11/+0 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-08-28 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Merge branch 'rc/maint-http-fix' into maint | Junio C Hamano | 2009-08-28 | 1 | -1/+3 |
| |\ |
|
| * | | http.c: set slot callback members to NULL when releasing object | Tay Ray Chuan | 2009-08-28 | 1 | -1/+6 |
* | | | Merge branch 'rc/maint-http-fix' | Junio C Hamano | 2009-08-18 | 1 | -1/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | http.c: don't assume that urls don't end with slash | Tay Ray Chuan | 2009-08-18 | 1 | -1/+3 |
| |/ |
|
* | | Check return value of ftruncate call in http.c | Jeff Lasslett | 2009-08-10 | 1 | -1/+5 |
* | | http.c: replace usage of temporary variable for urls | Tay Ray Chuan | 2009-08-10 | 1 | -9/+6 |
* | | http.c: free preq when aborting | Tay Ray Chuan | 2009-08-10 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'ml/http' | Junio C Hamano | 2009-07-09 | 1 | -1/+47 |
|\ |
|
| * | http.c: add http.sslCertPasswordProtected option | Mark Lodato | 2009-06-18 | 1 | -1/+8 |
| * | http.c: prompt for SSL client certificate password | Mark Lodato | 2009-06-18 | 1 | -1/+40 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-06-18 | 1 | -4/+4 |
|\ \ |
|
| * | | http.c: fix compiling with libcurl 7.9.2 | Mark Lodato | 2009-06-18 | 1 | -4/+4 |
| |/ |
|
* | | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 2009-06-06 | 1 | -2/+248 |
* | | http*: add helper methods for fetching packs | Tay Ray Chuan | 2009-06-06 | 1 | -0/+106 |
* | | http: use new http API in fetch_index() | Tay Ray Chuan | 2009-06-06 | 1 | -73/+8 |
* | | http*: add http_get_info_packs | Tay Ray Chuan | 2009-06-06 | 1 | -0/+164 |
* | | http.c::http_fetch_ref(): use the new http API | Mike Hommey | 2009-06-06 | 1 | -25/+8 |
* | | http.c: new functions for the http API | Mike Hommey | 2009-06-06 | 1 | -0/+104 |
* | | http: create function end_url_with_slash | Tay Ray Chuan | 2009-06-06 | 1 | -3/+9 |
* | | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 2009-06-06 | 1 | -0/+9 |
|/ |
|
* | Allow curl to rewind the read buffers | Martin Storsjö | 2009-04-02 | 1 | -0/+19 |
* | http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL | Junio C Hamano | 2009-03-12 | 1 | -3/+1 |
* | http authentication via prompts | Junio C Hamano | 2009-03-10 | 1 | -0/+60 |
* | http_init(): Fix config file parsing | Junio C Hamano | 2009-03-10 | 1 | -42/+27 |
* | http.c: style cleanups | Junio C Hamano | 2009-03-09 | 1 | -23/+21 |
* | http.c: use strbuf API in quote_ref_url | Tay Ray Chuan | 2009-03-07 | 1 | -20/+10 |
* | Merge branch 'maint' | Junio C Hamano | 2008-12-07 | 1 | -7/+4 |
|\ |
|
| * | http.c: use 'git_config_string' to get 'curl_http_proxy' | Miklos Vajna | 2008-12-07 | 1 | -7/+4 |
* | | Merge branch 'mh/maint-honor-no-ssl-verify' | Junio C Hamano | 2008-09-16 | 1 | -1/+10 |
|\ \
| |/ |
|
| * | Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is set | Junio C Hamano | 2008-09-07 | 1 | -1/+10 |
* | | Use xmalloc() and friends to catch allocation failures | Dotan Barak | 2008-09-09 | 1 | -1/+1 |
|/ |
|
* | http.c: Use 'git_config_string' to clean up SSL config. | Brian Hetro | 2008-07-05 | 1 | -24/+12 |
* | Work around gcc warnings from curl headers | Junio C Hamano | 2008-07-04 | 1 | -6/+7 |
* | Don't allocate too much memory in quote_ref_url | Mike Hommey | 2008-06-14 | 1 | -1/+1 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | Make ls-remote http://... list HEAD, like for git://... | Daniel Barkalow | 2008-04-26 | 1 | -1/+4 |
* | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 2008-04-26 | 1 | -6/+7 |