aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5551-http-fetch-smart.sh
AgeCommit message (Expand)AuthorFilesLines
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-0/+7
2025-01-13Sync with Git 2.47.2Junio C Hamano1-8/+8
2024-11-26Sync with 2.46.3Johannes Schindelin1-8/+8
2024-11-26Sync with 2.45.3Johannes Schindelin1-8/+8
2024-11-26Sync with 2.43.6Johannes Schindelin1-8/+8
2024-11-26Sync with 2.42.4Johannes Schindelin1-8/+8
2024-11-26Sync with 2.40.4Johannes Schindelin1-8/+8
2024-11-26credential: sanitize the user promptJohannes Schindelin1-8/+8
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano1-0/+1
2024-09-25http: fix leak of http_object_request structJeff King1-0/+1
2024-09-20credential: add new interactive config optionDerrick Stolee1-0/+22
2024-06-26t5551: do not confirm that bogus url cannot be usedJeff King1-1/+0
2024-02-02Merge branch 'jk/fetch-auto-tag-following-fix'Junio C Hamano1-0/+18
2024-01-24transport-helper: re-examine object dir after fetchingJeff King1-0/+18
2023-12-03t5551: stop writing packed-refs directlyPatrick Steinhardt1-1/+3
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-05-17upload-pack: advertise capabilities when cloning empty reposbrian m. carlson1-0/+27
2023-02-23t5559: fix test failures with LIB_HTTPD_SSLJeff King1-5/+18
2023-02-23t5551: drop curl trace lines without headersJeff King1-1/+1
2023-02-23t5551: handle v2 protocol in cookie testJeff King1-8/+11
2023-02-23t5551: simplify expected cookie fileJeff King1-3/+2
2023-02-23t5551: handle v2 protocol in upload-pack service testJeff King1-13/+3
2023-02-23t5551: handle v2 protocol when checking curl traceJeff King1-11/+25
2023-02-23t5551: stop forcing clone to run with v0 protocolJeff King1-1/+1
2023-02-23t5551: handle HTTP/2 when checking curl traceJeff King1-3/+11
2023-02-23t5551: lower-case headers in expected curl traceJeff King1-25/+30
2023-02-23t5551: drop redundant grep for Accept-LanguageJeff King1-4/+1
2023-02-23t5541: simplify and move "no empty path components" testJeff King1-0/+9
2022-11-14http: redact curl h2h3 headers in infoGlen Choo1-3/+3
2022-11-14t: run t5551 tests with both HTTP and HTTP/2Jeff King1-5/+14
2022-11-01t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin1-7/+7
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King1-0/+77
2022-08-04docs: move protocol-related docs to man section 5Ævar Arnfjörð Bjarmason1-2/+2
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao1-2/+8
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder1-0/+7
2021-10-03Merge branch 'jk/http-redact-fix'Junio C Hamano1-12/+12
2021-09-22http: match headers case-insensitively when redactingJeff King1-12/+12
2021-09-10t5551: test v2-to-v0 http protocol fallbackJeff King1-0/+9
2021-05-19Revert "remote-curl: fall back to basic auth if Negotiate fails"Jeff King1-1/+1
2021-05-19t5551: test http interaction with credential helpersJeff King1-0/+41
2020-11-19t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-11/+11
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-06-05http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan1-14/+24
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan1-0/+24
2020-05-11t5551: test that GIT_TRACE_CURL redacts passwordJonathan Tan1-0/+12
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder1-6/+6
2019-07-11Merge branch 'jt/t5551-test-chunked'Junio C Hamano1-3/+2
2019-06-27t5551: test usage of chunked encoding explicitlyJonathan Tan1-3/+2
2019-06-25t5551: use 'test_i18ngrep' to check translated outputSZEDER Gábor1-2/+2
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano1-1/+0
2019-04-16Merge branch 'jt/t5551-protocol-v2-does-not-have-half-auth'Junio C Hamano1-1/+11
2019-04-16Merge branch 'jt/test-protocol-version'Junio C Hamano1-11/+36
2019-03-24t5551: mark half-auth no-op fetch test as v0-onlyJonathan Tan1-1/+11
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-1/+0
2019-03-07tests: fix protocol version for overspecificationsJonathan Tan1-8/+26
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan1-2/+8
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan1-1/+2
2019-02-06t5551: test server-side ERR packetJosh Steadmon1-0/+5
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano1-0/+15
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan1-0/+15
2018-09-24t5551: compare sorted cookies filesThomas Gummerer1-2/+2
2018-09-24t5551: move setup code inside test_expect blocksThomas Gummerer1-33/+33
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano1-0/+18
2018-08-02Merge branch 'sg/httpd-test-unflake'Junio C Hamano1-7/+1
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan1-0/+18
2018-07-12t/lib-httpd: avoid occasional failures when checking access.logSZEDER Gábor1-2/+1
2018-07-12t/lib-httpd: add the strip_access_log() helper functionSZEDER Gábor1-6/+1
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams1-4/+9
2018-01-19http: support omitting data from tracesJonathan Tan1-0/+12
2018-01-19http: support cookie redaction when tracingJonathan Tan1-0/+21
2017-01-10Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano1-0/+52
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano1-0/+4
2016-12-06http: always update the base URL for redirectsJeff King1-0/+4
2016-11-18upload-pack: optionally allow fetching any sha1David Turner1-0/+22
2016-11-18remote-curl: don't hang when a server dies before any outputDavid Turner1-0/+30
2016-09-07t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto1-3/+12
2016-05-10submodule: ensure that -c http.extraheader is heededJohannes Schindelin1-1/+10
2016-05-10t5551: make the test for extra HTTP headers more robustJohannes Schindelin1-1/+2
2016-04-27http: support sending custom HTTP headersJohannes Schindelin1-0/+7
2015-06-01Merge branch 'jk/http-backend-deadlock'Junio C Hamano1-13/+36
2015-05-25Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlockJunio C Hamano1-13/+36
2015-05-25Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3Junio C Hamano1-13/+36
2015-05-25http-backend: spool ref negotiation requests to bufferJeff King1-0/+11
2015-05-22Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano1-6/+0
2015-05-20t5551: factor out tag creationJeff King1-13/+21
2015-05-07t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King1-6/+0
2015-03-26Merge branch 'jk/test-chain-lint'Junio C Hamano1-3/+3
2015-03-23Merge branch 'jk/test-annoyances'Junio C Hamano1-5/+14
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2015-03-20t: fix moderate &&-chain breakageJeff King1-1/+1
2015-03-20t: fix severe &&-chain breakageJeff King1-1/+1
2015-03-12t5551: make EXPENSIVE test cheaperJeff King1-5/+14
2015-03-12upload-pack: fix transfer.hiderefs over smart-httpJeff King1-0/+11
2014-06-20Merge branch 'jc/test-lazy-prereq' (early part)Junio C Hamano1-2/+0
2014-06-20Merge branch 'tb/t5551-clone-notice-to-stderr'Junio C Hamano1-2/+1
2014-02-10test: rename http fetch and push test filesNguyễn Thái Ngọc Duy1-0/+252