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