aboutsummaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAge
* Merge branch 'sp/fix-smart-http-deadlock-on-error'Junio C Hamano2010-08-12
|\
| * smart-http: Don't deadlock on server failureShawn O. Pearce2010-08-06
* | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-08
|\ \
| * | remote-curl: ensure that URLs have a trailing slashTay Ray Chuan2010-04-09
* | | Prompt for a username when an HTTP request 401sScott Chacon2010-04-01
* | | Merge branch 'tc/http-cleanup'Junio C Hamano2010-03-15
|\ \ \
| * | | remote-curl: init walker only when neededTay Ray Chuan2010-03-02
| * | | remote-curl: use http_fetch_ref() instead of walker wrapperTay Ray Chuan2010-03-02
| * | | http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-02
| |/ /
* | | Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano2010-02-05
|\ \ \ | |/ / |/| |
| * | run-command: support custom fd-set in asyncErik Faye-Lund2010-02-05
| |/
* | Merge branch 'maint'Junio C Hamano2010-01-21
|\ \ | |/
| * retry request without query when info/refs?query failsTay Ray Chuan2010-01-21
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-20
|\ \
| * | remote-curl.c: mark file-local function staticJunio C Hamano2010-01-12
* | | Merge branch 'maint'Junio C Hamano2010-01-12
|\ \ \ | |/ / |/| / | |/
| * remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce2010-01-12
* | Allow curl to rewind the RPC read bufferMartin Storsjö2009-12-01
|/
* remote-curl.c: fix rpc_out()Tay Ray Chuan2009-11-23
* Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö2009-11-22
* Merge branch 'sp/smart-http'Junio C Hamano2009-11-20
|\
| * Smart HTTP fetch: gzip requestsShawn O. Pearce2009-11-04
| * Smart fetch over HTTP: client sideShawn O. Pearce2009-11-04
| * Smart push over HTTP: client sideShawn O. Pearce2009-11-04
| * Discover refs via smart HTTP server when availableShawn O. Pearce2009-11-04
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-30
| * remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-30
| * remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-30
| * remote-curl: Refactor walker initializationShawn O. Pearce2009-10-30
* | Allow curl helper to work without a local repositoryDaniel Barkalow2009-11-03
|/
* clone: Supply the right commit hash to post-checkout when -b is usedBjörn Steinbrink2009-10-14
* remote-curl: add missing initialization of argv0_pathJohannes Sixt2009-10-13
* Use an external program to implement fetching with curlDaniel Barkalow2009-08-05