summaryrefslogtreecommitdiff
path: root/remote-curl.c
Commit message (Expand)AuthorAgeFilesLines
* remote-http: use argv-arrayjc/remote-http-argv-arrayJunio C Hamano2013-07-091-16/+16
* remote-curl: die directly with http error messagesJeff King2013-04-061-2/+1
* http: simplify http_error helper functionJeff King2013-04-061-1/+1
* remote-curl: consistently report repo url for http errorsJeff King2013-04-061-2/+2
* remote-curl: always show friendlier 404 messageJeff King2013-04-061-4/+2
* remote-curl: let servers override http 404 adviceJeff King2013-04-061-1/+2
* remote-curl: show server content on http errorsJeff King2013-04-061-1/+32
* remote-curl: always parse incoming refsJeff King2013-02-241-9/+13
* remote-curl: move ref-parsing code up in fileJeff King2013-02-241-59/+59
* remote-curl: pass buffer straight to get_remote_headsJeff King2013-02-241-24/+2
* teach get_remote_heads to read from a memory bufferJeff King2013-02-241-1/+1
* pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-12/+10
* pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-3/+3
* pkt-line: drop safe_write functionJeff King2013-02-201-2/+2
* Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-5/+12
* Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano2012-11-211-1/+1
|\
| * remote-curl.c: Fix a compiler warningRamsay Jones2012-11-211-1/+1
* | Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano2012-11-201-8/+17
|\ \ | |/
| * remote-curl: retry failed requests for auth even with gzipJeff King2012-10-311-1/+10
| * remote-curl: hoist gzip buffer size to top of post_rpcJeff King2012-10-311-7/+7
* | Merge branch 'jk/maint-http-init-not-in-result-handler'Jeff King2012-10-291-8/+9
|\ \ | |/
| * http: do not set up curl auth after a 401Jeff King2012-10-121-1/+1
| * remote-curl: do not call run_slot repeatedlyJeff King2012-10-121-7/+8
* | Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano2012-10-161-1/+1
|\ \ | |/
| * http: fix segfault in handle_curl_resultJeff King2012-10-121-1/+1
* | Merge branch 'jk/smart-http-switch'Junio C Hamano2012-09-291-4/+5
|\ \
| * | remote-curl: let users turn off smart httpJeff King2012-09-211-1/+2
| * | remote-curl: rename is_http variableJeff King2012-09-201-3/+3
* | | Merge branch 'sp/maint-http-enable-gzip'Junio C Hamano2012-09-291-2/+2
|\ \ \ | |/ / |/| |
| * | Enable info/refs gzip decompression in HTTP clientShawn O. Pearce2012-09-201-2/+2
| |/
* | Revert "retry request without query when info/refs?query fails"Shawn O. Pearce2012-09-201-16/+2
|/
* http: prompt for credentials on failed POSTJeff King2012-08-271-8/+15
* Merge branch 'jk/maint-push-progress' into maintJunio C Hamano2012-05-101-0/+1
|\
| * teach send-pack about --[no-]progressJeff King2012-05-011-0/+1
| * Merge branch 'sp/smart-http-failure-to-push' into maintJunio C Hamano2012-02-051-4/+5
| |\
* | \ Merge branch 'it/fetch-pack-many-refs' into maintJunio C Hamano2012-05-011-5/+13
|\ \ \
| * | | remote-curl: send the refs to fetch-pack on stdinIvan Todoroski2012-04-101-5/+13
* | | | Merge branch 'sp/smart-http-failure-to-push'Junio C Hamano2012-01-291-4/+5
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | remote-curl: Fix push status report when all branches failShawn O. Pearce2012-01-201-4/+5
* | | fix push --quiet: add 'quiet' capability to receive-packClemens Buchacher2012-01-081-1/+3
| |/ |/|
* | Merge branch 'jk/http-push-to-empty'Junio C Hamano2011-12-221-3/+4
|\ \
| * | remote-curl: don't pass back fake refsjk/http-push-to-emptyJeff King2011-12-191-3/+4
* | | Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-191-1/+1
|\ \ \
| * | | http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+1
| |/ /
* | | drop "match" parameter from get_remote_headsJeff King2011-12-131-1/+1
|/ /
* | 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