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