summaryrefslogtreecommitdiffstats
path: root/t/t5551-http-fetch-smart.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-2/+2
* upload-pack: advertise capabilities when cloning empty reposbrian m. carlson2023-05-171-0/+27
* t5559: fix test failures with LIB_HTTPD_SSLJeff King2023-02-231-5/+18
* t5551: drop curl trace lines without headersJeff King2023-02-231-1/+1
* t5551: handle v2 protocol in cookie testJeff King2023-02-231-8/+11
* t5551: simplify expected cookie fileJeff King2023-02-231-3/+2
* t5551: handle v2 protocol in upload-pack service testJeff King2023-02-231-13/+3
* t5551: handle v2 protocol when checking curl traceJeff King2023-02-231-11/+25
* t5551: stop forcing clone to run with v0 protocolJeff King2023-02-231-1/+1
* t5551: handle HTTP/2 when checking curl traceJeff King2023-02-231-3/+11
* t5551: lower-case headers in expected curl traceJeff King2023-02-231-25/+30
* t5551: drop redundant grep for Accept-LanguageJeff King2023-02-231-4/+1
* t5541: simplify and move "no empty path components" testJeff King2023-02-231-0/+9
* http: redact curl h2h3 headers in infoGlen Choo2022-11-141-3/+3
* t: run t5551 tests with both HTTP and HTTP/2Jeff King2022-11-141-5/+14
* t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin2022-11-011-7/+7
* t5516: move plaintext-password tests from t5601 and t5516Jeff King2022-11-011-0/+77
* docs: move protocol-related docs to man section 5Ævar Arnfjörð Bjarmason2022-08-041-2/+2
* remote-curl: send Accept-Language header to serverLi Linchao2022-07-111-2/+8
* http: add custom hostname to IP address resolutionsChristian Couder2022-05-161-0/+7
* Merge branch 'jk/http-redact-fix'Junio C Hamano2021-10-041-12/+12
|\
| * http: match headers case-insensitively when redactingJeff King2021-09-231-12/+12
* | t5551: test v2-to-v0 http protocol fallbackJeff King2021-09-111-0/+9
|/
* Revert "remote-curl: fall back to basic auth if Negotiate fails"Jeff King2021-05-191-1/+1
* t5551: test http interaction with credential helpersJeff King2021-05-191-0/+41
* t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-11/+11
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan2020-06-061-14/+24
* http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan2020-05-111-0/+24
* t5551: test that GIT_TRACE_CURL redacts passwordJonathan Tan2020-05-111-0/+12
* test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder2020-01-151-6/+6
* Merge branch 'jt/t5551-test-chunked'Junio C Hamano2019-07-121-3/+2
|\
| * t5551: test usage of chunked encoding explicitlyJonathan Tan2019-06-271-3/+2
* | t5551: use 'test_i18ngrep' to check translated outputSZEDER Gábor2019-06-251-2/+2
* | Merge branch 'sg/test-atexit'Junio C Hamano2019-04-251-1/+0
|\ \
| * | tests: use 'test_atexit' to stop httpdSZEDER Gábor2019-03-141-1/+0
| |/
* | Merge branch 'jt/t5551-protocol-v2-does-not-have-half-auth'Junio C Hamano2019-04-161-1/+11
|\ \
| * | t5551: mark half-auth no-op fetch test as v0-onlyJonathan Tan2019-03-241-1/+11
| |/
* | Merge branch 'jt/test-protocol-version'Junio C Hamano2019-04-161-11/+36
|\ \ | |/ |/|
| * tests: fix protocol version for overspecificationsJonathan Tan2019-03-071-8/+26
| * tests: always test fetch of unreachable with v0Jonathan Tan2019-03-071-2/+8
| * tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan2019-03-071-1/+2
* | t5551: test server-side ERR packetJosh Steadmon2019-02-061-0/+5
|/
* Merge branch 'jt/avoid-ls-refs'Junio C Hamano2018-10-191-0/+15
|\
| * fetch: do not list refs if fetching only hashesJonathan Tan2018-10-071-0/+15
* | t5551: compare sorted cookies filesThomas Gummerer2018-09-241-2/+2
* | t5551: move setup code inside test_expect blocksThomas Gummerer2018-09-241-33/+33
|/
* Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-161-0/+18
|\
| * fetch-pack: unify ref in and out paramJonathan Tan2018-08-021-0/+18
* | Merge branch 'sg/httpd-test-unflake'Junio C Hamano2018-08-031-7/+1
|\ \ | |/ |/|