summaryrefslogtreecommitdiffstats
path: root/t/t5551-http-fetch-smart.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * t/lib-httpd: avoid occasional failures when checking access.logSZEDER Gábor2018-07-121-2/+1
| * t/lib-httpd: add the strip_access_log() helper functionSZEDER Gábor2018-07-121-6/+1
* | remote-curl: accept all encodings supported by curlBrandon Williams2018-05-231-4/+9
* | http: support omitting data from tracesJonathan Tan2018-01-191-0/+12
* | http: support cookie redaction when tracingJonathan Tan2018-01-191-0/+21
|/
* Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano2017-01-111-0/+52
|\
| * upload-pack: optionally allow fetching any sha1David Turner2016-11-181-0/+22
| * remote-curl: don't hang when a server dies before any outputDavid Turner2016-11-181-0/+30
* | Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-0/+4
|\ \ | |/ |/|
| * http: always update the base URL for redirectsJeff King2016-12-061-0/+4
* | t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto2016-09-071-3/+12
|/
* submodule: ensure that -c http.extraheader is heededJohannes Schindelin2016-05-101-1/+10
* t5551: make the test for extra HTTP headers more robustJohannes Schindelin2016-05-101-1/+2
* http: support sending custom HTTP headersJohannes Schindelin2016-04-271-0/+7
* Merge branch 'jk/http-backend-deadlock'Junio C Hamano2015-06-011-13/+36
|\
| * Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlockJunio C Hamano2015-05-261-13/+36
| |\
| | * Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3Junio C Hamano2015-05-261-13/+36
| | |\
| | | * http-backend: spool ref negotiation requests to bufferJeff King2015-05-261-0/+11
| | | * t5551: factor out tag creationJeff King2015-05-201-13/+21
* | | | Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano2015-05-221-6/+0
|\ \ \ \ | |/ / / |/| | |