| Commit message (Expand) | Author | Age |
* | Merge branch 'sp/fix-smart-http-deadlock-on-error' | Junio C Hamano | 2010-08-12 |
|\ |
|
| * | smart-http: Don't deadlock on server failure | Shawn O. Pearce | 2010-08-06 |
* | | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 2010-05-08 |
|\ \ |
|
| * | | remote-curl: ensure that URLs have a trailing slash | Tay Ray Chuan | 2010-04-09 |
* | | | Prompt for a username when an HTTP request 401s | Scott Chacon | 2010-04-01 |
* | | | Merge branch 'tc/http-cleanup' | Junio C Hamano | 2010-03-15 |
|\ \ \ |
|
| * | | | remote-curl: init walker only when needed | Tay Ray Chuan | 2010-03-02 |
| * | | | remote-curl: use http_fetch_ref() instead of walker wrapper | Tay Ray Chuan | 2010-03-02 |
| * | | | http: init and cleanup separately from http-walker | Tay Ray Chuan | 2010-03-02 |
| |/ / |
|
* | | | Merge branch 'sp/maint-push-sideband' into sp/push-sideband | Junio C Hamano | 2010-02-05 |
|\ \ \
| |/ /
|/| | |
|
| * | | run-command: support custom fd-set in async | Erik Faye-Lund | 2010-02-05 |
| |/ |
|
* | | Merge branch 'maint' | Junio C Hamano | 2010-01-21 |
|\ \
| |/ |
|
| * | retry request without query when info/refs?query fails | Tay Ray Chuan | 2010-01-21 |
* | | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 |
|\ \ |
|
| * | | remote-curl.c: mark file-local function static | Junio C Hamano | 2010-01-12 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-01-12 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | remote-curl: Fix Accept header for smart HTTP connections | Shawn O. Pearce | 2010-01-12 |
* | | Allow curl to rewind the RPC read buffer | Martin Storsjö | 2009-12-01 |
|/ |
|
* | remote-curl.c: fix rpc_out() | Tay Ray Chuan | 2009-11-23 |
* | Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POST | Martin Storsjö | 2009-11-22 |
* | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 |
|\ |
|
| * | Smart HTTP fetch: gzip requests | Shawn O. Pearce | 2009-11-04 |
| * | Smart fetch over HTTP: client side | Shawn O. Pearce | 2009-11-04 |
| * | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 |
| * | Discover refs via smart HTTP server when available | Shawn O. Pearce | 2009-11-04 |
| * | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 2009-10-30 |
| * | remote-helpers: Support custom transport options | Shawn O. Pearce | 2009-10-30 |
| * | remote-helpers: Fetch more than one ref in a batch | Shawn O. Pearce | 2009-10-30 |
| * | remote-curl: Refactor walker initialization | Shawn O. Pearce | 2009-10-30 |
* | | Allow curl helper to work without a local repository | Daniel Barkalow | 2009-11-03 |
|/ |
|
* | clone: Supply the right commit hash to post-checkout when -b is used | Björn Steinbrink | 2009-10-14 |
* | remote-curl: add missing initialization of argv0_path | Johannes Sixt | 2009-10-13 |
* | Use an external program to implement fetching with curl | Daniel Barkalow | 2009-08-05 |