summaryrefslogtreecommitdiff
path: root/remote-curl.c
AgeCommit message (Expand)Author
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
2011-10-16http_init: accept separate URL parameterJeff King
2011-10-12Merge branch 'sp/smart-http-failure'Junio C Hamano
2011-10-05remote-curl: Fix warning after HTTP failureShawn O. Pearce
2011-09-06Sync with 1.7.6.2Junio C Hamano
2011-09-06Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano
2011-08-23Merge branch 'cb/maint-quiet-push' into maintJunio C Hamano
2011-08-18Merge branch 'cb/maint-quiet-push'Junio C Hamano
2011-08-16Merge branch 'jc/zlib-wrap' into maintJunio C Hamano
2011-08-01Merge branch 'sr/transport-helper-fix'Junio C Hamano
2011-08-01propagate --quiet to send-pack/receive-packClemens Buchacher
2011-07-22Merge branch 'maint'Junio C Hamano
2011-07-20remote-curl: Add a format check to parsing of info/refsJulian Phillips
2011-07-20remote-curl: don't retry auth failures with dumb protocolJeff King
2011-07-19remote-curl: accept empty line as terminatorSverre Rabbelier
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano
2011-06-20plug a few coverity-spotted leaksJim Meyering
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano