summaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* remote-curl: don't pass back fake refsjk/http-push-to-emptyJeff King2011-12-191-3/+4
* Merge branch 'jk/http-auth'Junio C Hamano2011-10-171-2/+2
|\
| * http_init: accept separate URL parameterJeff King2011-10-151-1/+1
| * remote-curl: don't retry auth failures with dumb protocolJeff King2011-07-201-1/+1
* | Merge branch 'sp/smart-http-failure'Junio C Hamano2011-10-121-1/+8
|\ \
| * | remote-curl: Fix warning after HTTP failureShawn O. Pearce2011-10-041-1/+8
* | | Sync with 1.7.6.2Junio C Hamano2011-09-061-3/+1
|\ \ \
| * | | Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano2011-09-061-3/+1
| * | | Merge branch 'cb/maint-quiet-push' into maintJunio C Hamano2011-08-231-1/+3
| |\ \ \
| * \ \ \ Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-161-9/+5
| |\ \ \ \
* | \ \ \ \ Merge branch 'cb/maint-quiet-push'Junio C Hamano2011-08-171-1/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | propagate --quiet to send-pack/receive-packClemens Buchacher2011-07-311-1/+3
| |/ / / /
* | | | | Merge branch 'sr/transport-helper-fix'Junio C Hamano2011-08-011-1/+9
|\ \ \ \ \
| * | | | | remote-curl: accept empty line as terminatorSverre Rabbelier2011-07-191-1/+9
* | | | | | Merge branch 'maint'Junio C Hamano2011-07-221-0/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | remote-curl: Add a format check to parsing of info/refsJulian Phillips2011-07-201-0/+2
* | | | | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-9/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-1/+1
| * | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-1/+1
| * | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-7/+3
| | |/ | |/|
* | | plug a few coverity-spotted leaksJim Meyering2011-06-201-4/+6
| |/ |/|
* | http: make curl callbacks match contracts from curl headerDan McGee2011-05-041-1/+1
|/
* Merge branch 'sp/maint-smart-http-sans-100-continue'Junio C Hamano2011-03-141-1/+1
|\
| * smart-http: Really never use Expect: 100-continueShawn O. Pearce2011-03-141-1/+1
* | Merge branch 'sp/maint-smart-http-sans-100-continue'Junio C Hamano2011-02-271-11/+55
|\ \ | |/
| * smart-http: Don't use Expect: 100-ContinueShawn O. Pearce2011-02-151-11/+55
| * Merge branch 'sp/maint-push-sideband' into maintJunio C Hamano2010-03-021-3/+4
| |\
* | \ Merge branch 'sp/fix-smart-http-deadlock-on-error'Junio C Hamano2010-08-121-2/+3
|\ \ \
| * | | smart-http: Don't deadlock on server failureShawn O. Pearce2010-08-061-2/+3
* | | | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-081-6/+8
|\ \ \ \
| * | | | remote-curl: ensure that URLs have a trailing slashTay Ray Chuan2010-04-091-6/+8
| | |/ / | |/| |
* | | | Prompt for a username when an HTTP request 401sScott Chacon2010-04-011-0/+2
* | | | Merge branch 'tc/http-cleanup'Junio C Hamano2010-03-151-12/+9
|\ \ \ \
| * | | | remote-curl: init walker only when neededTay Ray Chuan2010-03-021-10/+3
| * | | | remote-curl: use http_fetch_ref() instead of walker wrapperTay Ray Chuan2010-03-021-2/+1
| * | | | http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-021-1/+6
| |/ / /
* | | | Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano2010-02-051-3/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | run-command: support custom fd-set in asyncErik Faye-Lund2010-02-051-3/+4
| |/
* | Merge branch 'maint'Junio C Hamano2010-01-211-2/+16
|\ \ | |/
| * retry request without query when info/refs?query failsTay Ray Chuan2010-01-211-2/+16
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-1/+1
|\ \
| * | remote-curl.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
* | | Merge branch 'maint'Junio C Hamano2010-01-121-1/+1
|\ \ \ | |/ / |/| / | |/
| * remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce2010-01-121-1/+1
* | Allow curl to rewind the RPC read bufferMartin Storsjö2009-12-011-0/+30
|/
* 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