Age | Commit message (Expand) | Author | Files | Lines |
2019-07-29 | Merge branch 'sg/t5551-fetch-smart-error-is-translated' into maint | Junio C Hamano | 1 | -2/+2 |
2019-07-29 | Merge branch 'jt/t5551-test-chunked' into maint | Junio C Hamano | 1 | -3/+2 |
2019-06-27 | t5551: test usage of chunked encoding explicitly | Jonathan Tan | 1 | -3/+2 |
2019-06-25 | t5551: use 'test_i18ngrep' to check translated output | SZEDER Gábor | 1 | -2/+2 |
2019-04-25 | Merge branch 'sg/test-atexit' | Junio C Hamano | 1 | -1/+0 |
2019-04-16 | Merge branch 'jt/t5551-protocol-v2-does-not-have-half-auth' | Junio C Hamano | 1 | -1/+11 |
2019-04-16 | Merge branch 'jt/test-protocol-version' | Junio C Hamano | 1 | -11/+36 |
2019-03-24 | t5551: mark half-auth no-op fetch test as v0-only | Jonathan Tan | 1 | -1/+11 |
2019-03-14 | tests: use 'test_atexit' to stop httpd | SZEDER Gábor | 1 | -1/+0 |
2019-03-07 | tests: fix protocol version for overspecifications | Jonathan Tan | 1 | -8/+26 |
2019-03-07 | tests: always test fetch of unreachable with v0 | Jonathan Tan | 1 | -2/+8 |
2019-03-07 | tests: define GIT_TEST_PROTOCOL_VERSION | Jonathan Tan | 1 | -1/+2 |
2019-02-06 | t5551: test server-side ERR packet | Josh Steadmon | 1 | -0/+5 |
2018-10-19 | Merge branch 'jt/avoid-ls-refs' | Junio C Hamano | 1 | -0/+15 |
2018-10-07 | fetch: do not list refs if fetching only hashes | Jonathan Tan | 1 | -0/+15 |
2018-09-24 | t5551: compare sorted cookies files | Thomas Gummerer | 1 | -2/+2 |
2018-09-24 | t5551: move setup code inside test_expect blocks | Thomas Gummerer | 1 | -33/+33 |
2018-08-15 | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 1 | -0/+18 |
2018-08-02 | Merge branch 'sg/httpd-test-unflake' | Junio C Hamano | 1 | -7/+1 |
2018-08-01 | fetch-pack: unify ref in and out param | Jonathan Tan | 1 | -0/+18 |
2018-07-12 | t/lib-httpd: avoid occasional failures when checking access.log | SZEDER Gábor | 1 | -2/+1 |
2018-07-12 | t/lib-httpd: add the strip_access_log() helper function | SZEDER Gábor | 1 | -6/+1 |
2018-05-23 | remote-curl: accept all encodings supported by curl | Brandon Williams | 1 | -4/+9 |
2018-01-19 | http: support omitting data from traces | Jonathan Tan | 1 | -0/+12 |
2018-01-19 | http: support cookie redaction when tracing | Jonathan Tan | 1 | -0/+21 |
2017-01-10 | Merge branch 'dt/smart-http-detect-server-going-away' | Junio C Hamano | 1 | -0/+52 |
2016-12-19 | Merge branch 'jk/http-walker-limit-redirect-2.9' | Junio C Hamano | 1 | -0/+4 |
2016-12-06 | http: always update the base URL for redirects | Jeff King | 1 | -0/+4 |
2016-11-18 | upload-pack: optionally allow fetching any sha1 | David Turner | 1 | -0/+22 |
2016-11-18 | remote-curl: don't hang when a server dies before any output | David Turner | 1 | -0/+30 |
2016-09-07 | t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment var | Elia Pinto | 1 | -3/+12 |
2016-05-10 | submodule: ensure that -c http.extraheader is heeded | Johannes Schindelin | 1 | -1/+10 |
2016-05-10 | t5551: make the test for extra HTTP headers more robust | Johannes Schindelin | 1 | -1/+2 |
2016-04-27 | http: support sending custom HTTP headers | Johannes Schindelin | 1 | -0/+7 |
2015-06-01 | Merge branch 'jk/http-backend-deadlock' | Junio C Hamano | 1 | -13/+36 |
2015-05-25 | Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlock | Junio C Hamano | 1 | -13/+36 |
2015-05-25 | Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3 | Junio C Hamano | 1 | -13/+36 |
2015-05-25 | http-backend: spool ref negotiation requests to buffer | Jeff King | 1 | -0/+11 |
2015-05-22 | Merge branch 'jk/skip-http-tests-under-no-curl' | Junio C Hamano | 1 | -6/+0 |
2015-05-20 | t5551: factor out tag creation | Jeff King | 1 | -13/+21 |
2015-05-07 | t/lib-httpd.sh: skip tests if NO_CURL is defined | Jeff King | 1 | -6/+0 |
2015-03-26 | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 1 | -3/+3 |
2015-03-23 | Merge branch 'jk/test-annoyances' | Junio C Hamano | 1 | -5/+14 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-20 | t: fix moderate &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-12 | t5551: make EXPENSIVE test cheaper | Jeff King | 1 | -5/+14 |
2015-03-12 | upload-pack: fix transfer.hiderefs over smart-http | Jeff King | 1 | -0/+11 |
2014-06-20 | Merge branch 'jc/test-lazy-prereq' (early part) | Junio C Hamano | 1 | -2/+0 |
2014-06-20 | Merge branch 'tb/t5551-clone-notice-to-stderr' | Junio C Hamano | 1 | -2/+1 |