summaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* remote-curl.c: fix rpc_out()Tay Ray Chuan2009-11-231-1/+1
* Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POSTMartin Storsjö2009-11-221-1/+1
* Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-44/+715
|\
| * Smart HTTP fetch: gzip requestsShawn O. Pearce2009-11-041-0/+50
| * Smart fetch over HTTP: client sideShawn O. Pearce2009-11-041-4/+65
| * Smart push over HTTP: client sideShawn O. Pearce2009-11-041-2/+233
| * Discover refs via smart HTTP server when availableShawn O. Pearce2009-11-041-17/+131
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-12/+85
| * remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-301-1/+73
| * remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-301-11/+77
| * remote-curl: Refactor walker initializationShawn O. Pearce2009-10-301-10/+14
* | Allow curl helper to work without a local repositoryDaniel Barkalow2009-11-031-1/+4
|/
* clone: Supply the right commit hash to post-checkout when -b is usedBjörn Steinbrink2009-10-141-0/+1
* remote-curl: add missing initialization of argv0_pathJohannes Sixt2009-10-131-0/+1
* Use an external program to implement fetching with curlDaniel Barkalow2009-08-051-0/+139