summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)Author
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-09Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-08-02push: teach --force-with-lease to smart-http transportJunio C Hamano
2013-07-23smart http: use the same connectivity check on cloningNguyễn Thái Ngọc Duy
2013-07-09remote-http: use argv-arrayJunio C Hamano
2013-04-07remote-curl: die directly with http error messagesJeff King
2013-04-07http: simplify http_error helper functionJeff King
2013-04-07remote-curl: consistently report repo url for http errorsJeff King
2013-04-07remote-curl: always show friendlier 404 messageJeff King
2013-04-07remote-curl: let servers override http 404 adviceJeff King
2013-04-07remote-curl: show server content on http errorsJeff King
2013-02-24remote-curl: always parse incoming refsJeff King
2013-02-24remote-curl: move ref-parsing code up in fileJeff King
2013-02-24remote-curl: pass buffer straight to get_remote_headsJeff King
2013-02-24teach get_remote_heads to read from a memory bufferJeff King
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20pkt-line: drop safe_write functionJeff King
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-11-21Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano
2012-11-21remote-curl.c: Fix a compiler warningRamsay Jones
2012-11-20Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano
2012-10-31remote-curl: retry failed requests for auth even with gzipJeff King
2012-10-31remote-curl: hoist gzip buffer size to top of post_rpcJeff King
2012-10-29Merge branch 'jk/maint-http-init-not-in-result-handler'Jeff King
2012-10-16Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano
2012-10-12http: do not set up curl auth after a 401Jeff King
2012-10-12remote-curl: do not call run_slot repeatedlyJeff King
2012-10-12http: fix segfault in handle_curl_resultJeff King
2012-09-30Merge branch 'jk/smart-http-switch'Junio C Hamano
2012-09-30Merge branch 'sp/maint-http-enable-gzip'Junio C Hamano
2012-09-21remote-curl: let users turn off smart httpJeff King
2012-09-20remote-curl: rename is_http variableJeff King
2012-09-20Enable info/refs gzip decompression in HTTP clientShawn O. Pearce
2012-09-20Revert "retry request without query when info/refs?query fails"Shawn O. Pearce
2012-08-27http: prompt for credentials on failed POSTJeff King
2012-05-10Merge branch 'jk/maint-push-progress' into maintJunio C Hamano
2012-05-02Merge branch 'it/fetch-pack-many-refs' into maintJunio C Hamano
2012-05-01teach send-pack about --[no-]progressJeff King
2012-04-10remote-curl: send the refs to fetch-pack on stdinIvan Todoroski
2012-02-06Merge branch 'sp/smart-http-failure-to-push' into maintJunio C Hamano
2012-01-29Merge branch 'sp/smart-http-failure-to-push'Junio C Hamano
2012-01-20remote-curl: Fix push status report when all branches failShawn O. Pearce
2012-01-08fix push --quiet: add 'quiet' capability to receive-packClemens Buchacher
2011-12-22Merge branch 'jk/http-push-to-empty'Junio C Hamano
2011-12-20Merge branch 'jk/maint-push-over-dav'Junio C Hamano
2011-12-19remote-curl: don't pass back fake refsJeff King
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-13drop "match" parameter from get_remote_headsJeff King
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano