summaryrefslogtreecommitdiff
path: root/t/lib-httpd.sh
AgeCommit message (Expand)Author
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
2014-02-14tests: turn on network daemon tests by defaultJeff King
2014-02-10tests: auto-set LIB_HTTPD_PORT from test nameJeff King
2014-01-10Merge branch 'jk/http-auth-tests-robustify'Junio C Hamano
2014-01-02use distinct username/password for http auth testsJeff King
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano
2013-10-15remote-curl: rewrite base url from info/refs redirectsJeff King
2013-09-20t5541: mark passing c-a-s test as successJeff King
2013-08-02push: teach --force-with-lease to smart-http transportJunio C Hamano
2013-08-01t5540/5541: smart-http does not support "--force-with-lease"Junio C Hamano
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-09-07Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano
2012-08-27t5550: factor out http auth setupJeff King
2012-07-24t/lib-httpd: handle running under --valgrindJeff King
2012-04-12Fix httpd tests that broke when non-ff push advice changedChristopher Tiwald
2011-07-20improve httpd auth testsJeff King
2011-04-13i18n: use test_i18ngrep in lib-httpd and t2019Junio C Hamano
2011-03-10i18n: git-push "prevent you from losing" messageÆvar Arnfjörð Bjarmason
2010-11-17t5550: test HTTP authentication and userinfo decodingGabriel Corona
2010-07-20t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failBrandon Casey
2010-07-09tests: Use skip_all=* to skip testsÆvar Arnfjörð Bjarmason
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2010-03-02t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan
2010-01-06t/lib-http.sh: Restructure finding of default httpd locationTarmigan Casebolt
2009-06-02test-lib: fix http exit codesClemens Buchacher
2009-04-05tests: remove exit after test_done callJeff King
2009-02-26test scripts: refactor start_httpd helperJeff King
2009-02-25Allow HTTP tests to run on DarwinJay Soffian
2009-01-20use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-07-09Fix http-push testMike Hommey
2008-05-05Don't use the 'export NAME=value' in the test scripts.Bryan Donlan
2008-02-27http-push: add regression testsClemens Buchacher