aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib-httpd.sh
AgeCommit message (Expand)AuthorFilesLines
2023-12-09Merge branch 'ps/ci-gitlab'Junio C Hamano1-0/+15
2023-11-11t/lib-httpd: dynamically detect httpd and modules pathPatrick Steinhardt1-4/+13
2023-11-09ci: install test dependencies for linux-muslPatrick Steinhardt1-1/+16
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-05-19Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache'Junio C Hamano1-0/+14
2023-05-18t/lib-httpd: make CGIPassAuth support conditionalJeff King1-0/+14
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano1-2/+6
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano1-0/+1
2023-02-28Merge branch 'jk/http-test-fixes'Junio C Hamano1-3/+3
2023-02-27t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham1-0/+1
2023-02-23t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King1-3/+3
2023-02-16add basic http proxy testsJeff King1-0/+7
2023-02-06tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason1-2/+6
2023-02-01t/lib-httpd: bump required apache version to 2.4Jeff King1-2/+2
2023-02-01t/lib-httpd: bump required apache version to 2.2Jeff King1-4/+7
2022-11-28Merge branch 'es/locate-httpd-module-location-in-test'Junio C Hamano1-1/+2
2022-11-22lib-httpd: extend module location auto-detectionEric Sunshine1-1/+2
2022-11-14t: run t5551 tests with both HTTP and HTTP/2Jeff King1-0/+5
2022-06-15tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason1-1/+1
2021-10-18send-pack: complain about "expecting report" with --helper-statusJeff King1-0/+1
2020-05-24remote-curl: error on incomplete packetDenton Liu1-0/+2
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin1-1/+1
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor1-1/+1
2019-06-21tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason1-8/+7
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-5/+1
2019-02-14Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-0/+1
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger1-0/+1
2019-02-06t5551: test server-side ERR packetJosh Steadmon1-0/+1
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor1-1/+1
2018-08-02Merge branch 'sg/httpd-test-unflake'Junio C Hamano1-0/+21
2018-07-12t/lib-httpd: avoid occasional failures when checking access.logSZEDER Gábor1-0/+12
2018-07-12t/lib-httpd: add the strip_access_log() helper functionSZEDER Gábor1-0/+9
2018-06-28upload-pack: test negotiation with changing repositoryBrandon Williams1-0/+1
2016-08-08Merge branch 'ew/git-svn-http-tests'Junio C Hamano1-3/+5
2016-07-25git svn: migrate tests to use lib-httpdEric Wong1-3/+5
2016-06-13lib-httpd.sh: print error.log on errorNguyễn Thái Ngọc Duy1-0/+1
2015-12-27t/lib-httpd.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2015-05-22Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano1-0/+12
2015-05-07tests: skip dav http-push tests under NO_EXPAT=NoThanksJunio C Hamano1-0/+6
2015-05-07t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King1-0/+6
2015-03-12t: pass GIT_TRACE through ApacheJeff King1-0/+1
2015-01-16t/lib-httpd: switch SANITY check for NOT_ROOTJeff King1-1/+1
2014-06-25Merge branch 'ep/avoid-test-a-o'Junio C Hamano1-1/+1
2014-06-16Merge branch 'jk/http-errors'Junio C Hamano1-1/+6
2014-06-16Merge branch 'jk/do-not-run-httpd-tests-as-root'Junio C Hamano1-0/+5
2014-06-09t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-1/+1
2014-05-23t5550: test display of remote http error messagesJeff King1-0/+1
2014-05-23t/lib-httpd: use write_script to copy CGI scriptsJeff King1-1/+5
2014-05-12t/lib-httpd: require SANITY prereqJeff King1-0/+5
2014-03-05Merge branch 'jk/run-network-tests-by-default'Junio C Hamano1-11/+11
2014-02-14tests: turn on network daemon tests by defaultJeff King1-11/+11
2014-02-10tests: auto-set LIB_HTTPD_PORT from test nameJeff King1-1/+1
2014-01-10Merge branch 'jk/http-auth-tests-robustify'Junio C Hamano1-3/+12
2014-01-02use distinct username/password for http auth testsJeff King1-3/+12
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder1-1/+28
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano1-1/+2
2013-10-14remote-curl: rewrite base url from info/refs redirectsJeff King1-1/+2
2013-09-20t5541: mark passing c-a-s test as successJeff King1-1/+1
2013-08-02push: teach --force-with-lease to smart-http transportJunio C Hamano1-1/+2
2013-08-01t5540/5541: smart-http does not support "--force-with-lease"Junio C Hamano1-0/+16
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce1-0/+1
2012-09-07Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano1-0/+39
2012-08-27t5550: factor out http auth setupJeff King1-0/+39
2012-07-24t/lib-httpd: handle running under --valgrindJeff King1-0/+4
2012-04-12Fix httpd tests that broke when non-ff push advice changedChristopher Tiwald1-1/+1
2011-07-20improve httpd auth testsJeff King1-4/+6
2011-04-13i18n: use test_i18ngrep in lib-httpd and t2019Junio C Hamano1-3/+2
2011-03-09i18n: git-push "prevent you from losing" messageÆvar Arnfjörð Bjarmason1-1/+1
2010-11-17t5550: test HTTP authentication and userinfo decodingGabriel Corona1-0/+3
2010-07-20t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failBrandon Casey1-1/+1
2010-07-08tests: Use skip_all=* to skip testsÆvar Arnfjörð Bjarmason1-4/+4
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-2/+1
2010-03-02t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan1-0/+29
2010-01-06t/lib-http.sh: Restructure finding of default httpd locationTarmigan Casebolt1-6/+24
2009-06-01test-lib: fix http exit codesClemens Buchacher1-2/+4
2009-04-05tests: remove exit after test_done callJeff King1-3/+0
2009-02-26test scripts: refactor start_httpd helperJeff King1-2/+7
2009-02-25Allow HTTP tests to run on DarwinJay Soffian1-5/+17
2009-01-19use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg1-5/+5
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-1/+1
2008-07-08Fix http-push testMike Hommey1-8/+10
2008-05-05Don't use the 'export NAME=value' in the test scripts.Bryan Donlan1-1/+2
2008-02-27http-push: add regression testsClemens Buchacher1-0/+96