Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | remote-curl: pass buffer straight to get_remote_heads | Jeff King | 2013-02-24 | 1 | -24/+2 | |
* | | teach get_remote_heads to read from a memory buffer | Jeff King | 2013-02-24 | 1 | -1/+1 | |
* | | pkt-line: share buffer/descriptor reading implementation | Jeff King | 2013-02-24 | 1 | -12/+10 | |
* | | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 2013-02-20 | 1 | -3/+3 | |
* | | pkt-line: drop safe_write function | Jeff King | 2013-02-20 | 1 | -2/+2 | |
* | | Verify Content-Type from smart HTTP servers | Shawn Pearce | 2013-02-04 | 1 | -5/+12 | |
* | | Merge branch 'jk/maint-http-half-auth-fetch' | Junio C Hamano | 2012-11-21 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | remote-curl.c: Fix a compiler warning | Ramsay Jones | 2012-11-21 | 1 | -1/+1 | |
* | | | Merge branch 'jk/maint-http-half-auth-fetch' | Junio C Hamano | 2012-11-20 | 1 | -8/+17 | |
|\ \ \ | |/ / | ||||||
| * | | remote-curl: retry failed requests for auth even with gzip | Jeff King | 2012-10-31 | 1 | -1/+10 | |
| * | | remote-curl: hoist gzip buffer size to top of post_rpc | Jeff King | 2012-10-31 | 1 | -7/+7 | |
* | | | Merge branch 'jk/maint-http-init-not-in-result-handler' | Jeff King | 2012-10-29 | 1 | -8/+9 | |
|\ \ \ | |/ / | ||||||
| * | | http: do not set up curl auth after a 401 | Jeff King | 2012-10-12 | 1 | -1/+1 | |
| * | | remote-curl: do not call run_slot repeatedly | Jeff King | 2012-10-12 | 1 | -7/+8 | |
* | | | Merge branch 'jk/maint-http-half-auth-push' | Junio C Hamano | 2012-10-16 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | http: fix segfault in handle_curl_result | Jeff King | 2012-10-12 | 1 | -1/+1 | |
* | | | Merge branch 'jk/smart-http-switch' | Junio C Hamano | 2012-09-29 | 1 | -4/+5 | |
|\ \ \ | ||||||
| * | | | remote-curl: let users turn off smart http | Jeff King | 2012-09-21 | 1 | -1/+2 | |
| * | | | remote-curl: rename is_http variable | Jeff King | 2012-09-20 | 1 | -3/+3 | |
* | | | | Merge branch 'sp/maint-http-enable-gzip' | Junio C Hamano | 2012-09-29 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Enable info/refs gzip decompression in HTTP client | Shawn O. Pearce | 2012-09-20 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Revert "retry request without query when info/refs?query fails" | Shawn O. Pearce | 2012-09-20 | 1 | -16/+2 | |
|/ / | ||||||
* | | http: prompt for credentials on failed POST | Jeff King | 2012-08-27 | 1 | -8/+15 | |
* | | Merge branch 'jk/maint-push-progress' into maint | Junio C Hamano | 2012-05-10 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | teach send-pack about --[no-]progress | Jeff King | 2012-05-01 | 1 | -0/+1 | |
| * | | Merge branch 'sp/smart-http-failure-to-push' into maint | Junio C Hamano | 2012-02-05 | 1 | -4/+5 | |
| |\ \ | ||||||
* | \ \ | Merge branch 'it/fetch-pack-many-refs' into maint | Junio C Hamano | 2012-05-01 | 1 | -5/+13 | |
|\ \ \ \ | ||||||
| * | | | | remote-curl: send the refs to fetch-pack on stdin | Ivan Todoroski | 2012-04-10 | 1 | -5/+13 | |
* | | | | | Merge branch 'sp/smart-http-failure-to-push' | Junio C Hamano | 2012-01-29 | 1 | -4/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | remote-curl: Fix push status report when all branches fail | Shawn O. Pearce | 2012-01-20 | 1 | -4/+5 | |
* | | | | fix push --quiet: add 'quiet' capability to receive-pack | Clemens Buchacher | 2012-01-08 | 1 | -1/+3 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'jk/http-push-to-empty' | Junio C Hamano | 2011-12-22 | 1 | -3/+4 | |
|\ \ \ | ||||||
| * | | | remote-curl: don't pass back fake refsjk/http-push-to-empty | Jeff King | 2011-12-19 | 1 | -3/+4 | |
* | | | | Merge branch 'jk/maint-push-over-dav' | Junio C Hamano | 2011-12-19 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | http-push: enable "proactive auth"jk/maint-push-over-dav | Jeff King | 2011-12-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | drop "match" parameter from get_remote_heads | Jeff King | 2011-12-13 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'jk/http-auth' | Junio C Hamano | 2011-10-17 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | http_init: accept separate URL parameter | Jeff King | 2011-10-15 | 1 | -1/+1 | |
| * | | | remote-curl: don't retry auth failures with dumb protocol | Jeff King | 2011-07-20 | 1 | -1/+1 | |
* | | | | Merge branch 'sp/smart-http-failure' | Junio C Hamano | 2011-10-12 | 1 | -1/+8 | |
|\ \ \ \ | ||||||
| * | | | | remote-curl: Fix warning after HTTP failure | Shawn O. Pearce | 2011-10-04 | 1 | -1/+8 | |
* | | | | | Sync with 1.7.6.2 | Junio C Hamano | 2011-09-06 | 1 | -3/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Revert "Merge branch 'cb/maint-quiet-push' into maint" | Junio C Hamano | 2011-09-06 | 1 | -3/+1 | |
| * | | | | Merge branch 'cb/maint-quiet-push' into maint | Junio C Hamano | 2011-08-23 | 1 | -1/+3 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'jc/zlib-wrap' into maint | Junio C Hamano | 2011-08-16 | 1 | -9/+5 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge branch 'cb/maint-quiet-push' | Junio C Hamano | 2011-08-17 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | propagate --quiet to send-pack/receive-pack | Clemens Buchacher | 2011-07-31 | 1 | -1/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'sr/transport-helper-fix' | Junio C Hamano | 2011-08-01 | 1 | -1/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remote-curl: accept empty line as terminator | Sverre Rabbelier | 2011-07-19 | 1 | -1/+9 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-07-22 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | | |