summaryrefslogtreecommitdiff
path: root/t/lib-httpd.sh
AgeCommit message (Expand)Author
2023-12-10Merge branch 'ps/ci-gitlab'Junio C Hamano
2023-11-11t/lib-httpd: dynamically detect httpd and modules pathPatrick Steinhardt
2023-11-09ci: install test dependencies for linux-muslPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-19Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache'Junio C Hamano
2023-05-18t/lib-httpd: make CGIPassAuth support conditionalJeff King
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano
2023-03-01Merge branch 'jk/http-test-fixes'Junio C Hamano
2023-02-27t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham
2023-02-23t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King
2023-02-17add basic http proxy testsJeff King
2023-02-06tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason
2023-02-01t/lib-httpd: bump required apache version to 2.4Jeff King
2023-02-01t/lib-httpd: bump required apache version to 2.2Jeff King
2022-11-28Merge branch 'es/locate-httpd-module-location-in-test'Junio C Hamano
2022-11-22lib-httpd: extend module location auto-detectionEric Sunshine
2022-11-14t: run t5551 tests with both HTTP and HTTP/2Jeff King
2022-06-15tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason
2021-10-18send-pack: complain about "expecting report" with --helper-statusJeff King
2020-05-24remote-curl: error on incomplete packetDenton Liu
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor
2019-06-21tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2019-02-14Merge branch 'jt/fetch-v2-sideband'Junio C Hamano
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger
2019-02-06t5551: test server-side ERR packetJosh Steadmon
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor
2018-08-02Merge branch 'sg/httpd-test-unflake'Junio C Hamano
2018-07-12t/lib-httpd: avoid occasional failures when checking access.logSZEDER Gábor
2018-07-12t/lib-httpd: add the strip_access_log() helper functionSZEDER Gábor
2018-06-28upload-pack: test negotiation with changing repositoryBrandon Williams
2016-08-08Merge branch 'ew/git-svn-http-tests'Junio C Hamano
2016-07-25git svn: migrate tests to use lib-httpdEric Wong
2016-06-13lib-httpd.sh: print error.log on errorNguyễn Thái Ngọc Duy
2015-12-27t/lib-httpd.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-05-22Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano
2015-05-07tests: skip dav http-push tests under NO_EXPAT=NoThanksJunio C Hamano
2015-05-07t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King
2015-03-13t: pass GIT_TRACE through ApacheJeff King
2015-01-16t/lib-httpd: switch SANITY check for NOT_ROOTJeff King
2014-06-25Merge branch 'ep/avoid-test-a-o'Junio C Hamano
2014-06-16Merge branch 'jk/http-errors'Junio C Hamano
2014-06-16Merge branch 'jk/do-not-run-httpd-tests-as-root'Junio C Hamano
2014-06-09t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-05-23t5550: test display of remote http error messagesJeff King
2014-05-23t/lib-httpd: use write_script to copy CGI scriptsJeff King
2014-05-12t/lib-httpd: require SANITY prereqJeff King
2014-03-05Merge branch 'jk/run-network-tests-by-default'Junio C Hamano