| Commit message (Expand) | Author | Age | Files | Lines |
* | http: pass http.cookiefile using CURLOPT_COOKIEFILE | Duncan Brown | 2011-06-03 | 1 | -0/+5 |
* | http: make curl callbacks match contracts from curl header | Dan McGee | 2011-05-04 | 1 | -6/+6 |
* | Merge branch 'sp/maint-clear-postfields' | Junio C Hamano | 2011-04-28 | 1 | -0/+1 |
|\ |
|
| * | http: clear POSTFIELDS when initializing a slot | Junio C Hamano | 2011-04-26 | 1 | -0/+1 |
* | | Merge branch 'tc/http-urls-ends-with-slash' | Junio C Hamano | 2010-12-12 | 1 | -7/+0 |
|\ \ |
|
| * | | shift end_url_with_slash() from http.[ch] to url.[ch] | Tay Ray Chuan | 2010-11-26 | 1 | -7/+1 |
* | | | Merge branch 'gc/http-with-non-ascii-username-url' | Junio C Hamano | 2010-12-08 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | Fix username and password extraction from HTTP URLs | Gabriel Corona | 2010-11-17 | 1 | -1/+11 |
| |/ / |
|
* | | | smart-http: Don't change POST to GET when following redirect | Tay Ray Chuan | 2010-09-27 | 1 | -0/+5 |
|/ / |
|
* | | Allow HTTP user agent string to be modified. | Spencer E. Olson | 2010-08-11 | 1 | -1/+8 |
* | | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 2010-05-21 | 1 | -46/+89 |
|\ \ |
|
| * | | http.c::new_http_pack_request: do away with the temp variable filename | Tay Ray Chuan | 2010-04-19 | 1 | -3/+2 |
| * | | http-fetch: Use temporary files for pack-*.idx until verified | Shawn O. Pearce | 2010-04-19 | 1 | -17/+39 |
| * | | http-fetch: Use index-pack rather than verify-pack to check packs | Shawn O. Pearce | 2010-04-19 | 1 | -7/+37 |
| * | | Allow parse_pack_index on temporary files | Shawn O. Pearce | 2010-04-19 | 1 | -1/+1 |
| * | | http.c: Remove unnecessary strdup of sha1_to_hex result | Shawn O. Pearce | 2010-04-19 | 1 | -4/+2 |
| * | | http.c: Don't store destination name in request structures | Shawn O. Pearce | 2010-04-17 | 1 | -8/+6 |
| * | | http.c: Drop useless != NULL test in finish_http_pack_request | Shawn O. Pearce | 2010-04-17 | 1 | -6/+3 |
| * | | http.c: Tiny refactoring of finish_http_pack_request | Shawn O. Pearce | 2010-04-17 | 1 | -8/+8 |
| * | | http.c: Remove bad free of static block | Shawn O. Pearce | 2010-04-17 | 1 | -1/+0 |
* | | | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 2010-05-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | http: make end_url_with_slash() public | Tay Ray Chuan | 2010-04-09 | 1 | -1/+1 |
| |/ / |
|
* | | | Prompt for a username when an HTTP request 401s | Scott Chacon | 2010-04-01 | 1 | -2/+20 |
* | | | 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 |