73 Commits (d9fcff2f498d398132cc9a14f7402e77ff1c5991)

Author SHA1 Message Date
Jeff King b81401c1de http: prompt for credentials on failed POST 13 years ago
Jeff King 391b1f2003 teach send-pack about --[no-]progress 13 years ago
Ivan Todoroski 8150749da1 remote-curl: send the refs to fetch-pack on stdin 13 years ago
Shawn O. Pearce 5238cbf656 remote-curl: Fix push status report when all branches fail 13 years ago
Clemens Buchacher c207e34f77 fix push --quiet: add 'quiet' capability to receive-pack 13 years ago
Jeff King 02f7914734 remote-curl: don't pass back fake refs 13 years ago
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Jeff King deba49377b http_init: accept separate URL parameter 13 years ago
Shawn O. Pearce 6cdf0223fe remote-curl: Fix warning after HTTP failure 13 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 14 years ago
Julian Phillips 6e8e67f307 remote-curl: Add a format check to parsing of info/refs 14 years ago
Jeff King 28d0c1017a remote-curl: don't retry auth failures with dumb protocol 14 years ago
Sverre Rabbelier 1843f0ce4d remote-curl: accept empty line as terminator 14 years ago
Jim Meyering dc4cd76710 plug a few coverity-spotted leaks 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Dan McGee a04ff3ec32 http: make curl callbacks match contracts from curl header 14 years ago
Shawn O. Pearce 959dfcf42f smart-http: Really never use Expect: 100-continue 14 years ago
Shawn O. Pearce 206b099d26 smart-http: Don't use Expect: 100-Continue 14 years ago
Shawn O. Pearce b4ee10f60f smart-http: Don't deadlock on server failure 15 years ago
Tay Ray Chuan d8fab07208 remote-curl: ensure that URLs have a trailing slash 15 years ago
Scott Chacon 42653c09c8 Prompt for a username when an HTTP request 401s 15 years ago
Tay Ray Chuan 26e1e0b23a remote-curl: init walker only when needed 15 years ago
Tay Ray Chuan aec4975602 remote-curl: use http_fetch_ref() instead of walker wrapper 15 years ago
Tay Ray Chuan 888692b733 http: init and cleanup separately from http-walker 15 years ago
Erik Faye-Lund ae6a5609c0 run-command: support custom fd-set in async 15 years ago
Tay Ray Chuan 703e6e76a1 retry request without query when info/refs?query fails 15 years ago
Shawn O. Pearce 8efa5f629e remote-curl: Fix Accept header for smart HTTP connections 15 years ago
Junio C Hamano 5092d3ec21 remote-curl.c: mark file-local function static 15 years ago
Martin Storsjö 6c81a99082 Allow curl to rewind the RPC read buffer 15 years ago
Tay Ray Chuan 483106089a remote-curl.c: fix rpc_out() 15 years ago
Martin Storsjö d21f9794ce Disable CURLOPT_NOBODY before enabling CURLOPT_PUT and CURLOPT_POST 15 years ago
Shawn O. Pearce de1a2fdd38 Smart push over HTTP: client side 15 years ago
Shawn O. Pearce 97cc7bc45c Discover refs via smart HTTP server when available 15 years ago
Shawn O. Pearce b8538603a3 Smart HTTP fetch: gzip requests 15 years ago
Shawn O. Pearce 249b2004d8 Smart fetch over HTTP: client side 15 years ago
Daniel Barkalow a45d3d7eff Allow curl helper to work without a local repository 15 years ago
Shawn O. Pearce ae4efe1957 Move WebDAV HTTP push under remote-curl 15 years ago
Shawn O. Pearce ef08ef9ea0 remote-helpers: Support custom transport options 15 years ago
Shawn O. Pearce 292ce46b60 remote-helpers: Fetch more than one ref in a batch 15 years ago
Shawn O. Pearce 37a8768f83 remote-curl: Refactor walker initialization 15 years ago
Björn Steinbrink d01a8e32fe clone: Supply the right commit hash to post-checkout when -b is used 15 years ago
Johannes Sixt c6dfb39944 remote-curl: add missing initialization of argv0_path 15 years ago
Daniel Barkalow a2d725b7bd Use an external program to implement fetching with curl 16 years ago