summaryrefslogtreecommitdiff
path: root/t/lib-httpd.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano2023-03-191-2/+6
|\
| * tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason2023-02-061-2/+6
* | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+1
|\ \
| * | t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham2023-02-271-0/+1
| |/
* | Merge branch 'jk/http-test-fixes'Junio C Hamano2023-02-281-3/+3
|\ \
| * | t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King2023-02-231-3/+3
| |/
* | add basic http proxy testsJeff King2023-02-161-0/+7
* | t/lib-httpd: bump required apache version to 2.4Jeff King2023-02-011-2/+2
* | t/lib-httpd: bump required apache version to 2.2Jeff King2023-02-011-4/+7
|/
* Merge branch 'es/locate-httpd-module-location-in-test'Junio C Hamano2022-11-281-1/+2
|\
| * lib-httpd: extend module location auto-detectionEric Sunshine2022-11-221-1/+2
* | t: run t5551 tests with both HTTP and HTTP/2Jeff King2022-11-141-0/+5
|/
* tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason2022-06-151-1/+1
* send-pack: complain about "expecting report" with --helper-statusJeff King2021-10-181-0/+1
* remote-curl: error on incomplete packetDenton Liu2020-05-241-0/+2
* t/lib-httpd: avoid using macOS' sedJohannes Schindelin2020-02-271-1/+1
* tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor2019-11-231-1/+1
* tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason2019-06-211-8/+7
* tests: use 'test_atexit' to stop httpdSZEDER Gábor2019-03-141-5/+1
* Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-141-0/+1
|\
| * t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger2019-02-141-0/+1
* | t5551: test server-side ERR packetJosh Steadmon2019-02-061-0/+1
* | test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor2019-01-071-1/+1
|/
* Merge branch 'sg/httpd-test-unflake'Junio C Hamano2018-08-021-0/+21
|\
| * t/lib-httpd: avoid occasional failures when checking access.logSZEDER Gábor2018-07-121-0/+12
| * t/lib-httpd: add the strip_access_log() helper functionSZEDER Gábor2018-07-121-0/+9
* | upload-pack: test negotiation with changing repositoryBrandon Williams2018-06-281-0/+1
|/
* Merge branch 'ew/git-svn-http-tests'Junio C Hamano2016-08-081-3/+5
|\
| * git svn: migrate tests to use lib-httpdew/git-svn-http-testsEric Wong2016-07-251-3/+5
* | lib-httpd.sh: print error.log on errornd/test-lib-httpd-show-error-log-in-verboseNguyễn Thái Ngọc Duy2016-06-131-0/+1
|/
* t/lib-httpd.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-271-2/+2
* Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano2015-05-221-0/+12
|\
| * tests: skip dav http-push tests under NO_EXPAT=NoThanksjk/skip-http-tests-under-no-curlJunio C Hamano2015-05-071-0/+6
| * t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King2015-05-071-0/+6
* | t: pass GIT_TRACE through ApacheJeff King2015-03-121-0/+1
* | t/lib-httpd: switch SANITY check for NOT_ROOTJeff King2015-01-161-1/+1
* | Merge branch 'ep/avoid-test-a-o'Junio C Hamano2014-06-251-1/+1
|\ \
| * | t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-1/+1
| |/
* | Merge branch 'jk/http-errors'Junio C Hamano2014-06-161-1/+6
|\ \
| * | t5550: test display of remote http error messagesJeff King2014-05-231-0/+1
| * | t/lib-httpd: use write_script to copy CGI scriptsJeff King2014-05-231-1/+5
| |/
* | Merge branch 'jk/do-not-run-httpd-tests-as-root'Junio C Hamano2014-06-161-0/+5
|\ \ | |/ |/|
| * t/lib-httpd: require SANITY prereqjk/do-not-run-httpd-tests-as-rootJeff King2014-05-121-0/+5
* | Merge branch 'jk/run-network-tests-by-default'Junio C Hamano2014-03-051-11/+11
|\ \ | |/ |/|
| * tests: turn on network daemon tests by defaultjk/run-network-tests-by-defaultJeff King2014-02-141-11/+11
* | tests: auto-set LIB_HTTPD_PORT from test nameJeff King2014-02-101-1/+1
|/
* Merge branch 'jk/http-auth-tests-robustify'Junio C Hamano2014-01-101-3/+12
|\
| * use distinct username/password for http auth testsjk/http-auth-tests-robustifyJeff King2014-01-021-3/+12
* | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-261-1/+28
|/
* Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-1/+2
|\