| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-12-09 | Merge branch 'ps/ci-gitlab' | Junio C Hamano | 1 | -0/+15 |
| 2023-11-11 | t/lib-httpd: dynamically detect httpd and modules path | Patrick Steinhardt | 1 | -4/+13 |
| 2023-11-09 | ci: install test dependencies for linux-musl | Patrick Steinhardt | 1 | -1/+16 |
| 2023-11-02 | tests: teach callers of test_i18ngrep to use test_grep | Junio C Hamano | 1 | -1/+1 |
| 2023-05-19 | Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache' | Junio C Hamano | 1 | -0/+14 |
| 2023-05-18 | t/lib-httpd: make CGIPassAuth support conditional | Jeff King | 1 | -0/+14 |
| 2023-03-19 | Merge branch 'ab/avoid-losing-exit-codes-in-tests' | Junio C Hamano | 1 | -2/+6 |
| 2023-03-17 | Merge branch 'mc/credential-helper-www-authenticate' | Junio C Hamano | 1 | -0/+1 |
| 2023-02-28 | Merge branch 'jk/http-test-fixes' | Junio C Hamano | 1 | -3/+3 |
| 2023-02-27 | t5563: add tests for basic and anoymous HTTP access | Matthew John Cheetham | 1 | -0/+1 |
| 2023-02-23 | t/lib-httpd: respect $HTTPD_PROTO in expect_askpass() | Jeff King | 1 | -3/+3 |
| 2023-02-16 | add basic http proxy tests | Jeff King | 1 | -0/+7 |
| 2023-02-06 | tests: don't lose exit status with "(cd ...; test <op> $(git ...))" | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
| 2023-02-01 | t/lib-httpd: bump required apache version to 2.4 | Jeff King | 1 | -2/+2 |
| 2023-02-01 | t/lib-httpd: bump required apache version to 2.2 | Jeff King | 1 | -4/+7 |
| 2022-11-28 | Merge branch 'es/locate-httpd-module-location-in-test' | Junio C Hamano | 1 | -1/+2 |
| 2022-11-22 | lib-httpd: extend module location auto-detection | Eric Sunshine | 1 | -1/+2 |
| 2022-11-14 | t: run t5551 tests with both HTTP and HTTP/2 | Jeff King | 1 | -0/+5 |
| 2022-06-15 | tests: add LIBCURL prerequisite to tests needing libcurl | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-10-18 | send-pack: complain about "expecting report" with --helper-status | Jeff King | 1 | -0/+1 |
| 2020-05-24 | remote-curl: error on incomplete packet | Denton Liu | 1 | -0/+2 |
| 2020-02-27 | t/lib-httpd: avoid using macOS' sed | Johannes Schindelin | 1 | -1/+1 |
| 2019-11-23 | tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values | SZEDER Gábor | 1 | -1/+1 |
| 2019-06-21 | tests: replace test_tristate with "git env--helper" | Ævar Arnfjörð Bjarmason | 1 | -8/+7 |
| 2019-03-14 | tests: use 'test_atexit' to stop httpd | SZEDER Gábor | 1 | -5/+1 |
| 2019-02-14 | Merge branch 'jt/fetch-v2-sideband' | Junio C Hamano | 1 | -0/+1 |
| 2019-02-14 | t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache | Todd Zullinger | 1 | -0/+1 |
| 2019-02-06 | t5551: test server-side ERR packet | Josh Steadmon | 1 | -0/+1 |
| 2019-01-07 | test-lib-functions: introduce the 'test_set_port' helper function | SZEDER Gábor | 1 | -1/+1 |
| 2018-08-02 | Merge branch 'sg/httpd-test-unflake' | Junio C Hamano | 1 | -0/+21 |
| 2018-07-12 | t/lib-httpd: avoid occasional failures when checking access.log | SZEDER Gábor | 1 | -0/+12 |
| 2018-07-12 | t/lib-httpd: add the strip_access_log() helper function | SZEDER Gábor | 1 | -0/+9 |
| 2018-06-28 | upload-pack: test negotiation with changing repository | Brandon Williams | 1 | -0/+1 |
| 2016-08-08 | Merge branch 'ew/git-svn-http-tests' | Junio C Hamano | 1 | -3/+5 |
| 2016-07-25 | git svn: migrate tests to use lib-httpd | Eric Wong | 1 | -3/+5 |
| 2016-06-13 | lib-httpd.sh: print error.log on error | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2015-12-27 | t/lib-httpd.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
| 2015-05-22 | Merge branch 'jk/skip-http-tests-under-no-curl' | Junio C Hamano | 1 | -0/+12 |
| 2015-05-07 | tests: skip dav http-push tests under NO_EXPAT=NoThanks | Junio C Hamano | 1 | -0/+6 |
| 2015-05-07 | t/lib-httpd.sh: skip tests if NO_CURL is defined | Jeff King | 1 | -0/+6 |
| 2015-03-12 | t: pass GIT_TRACE through Apache | Jeff King | 1 | -0/+1 |
| 2015-01-16 | t/lib-httpd: switch SANITY check for NOT_ROOT | Jeff King | 1 | -1/+1 |
| 2014-06-25 | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 1 | -1/+1 |
| 2014-06-16 | Merge branch 'jk/http-errors' | Junio C Hamano | 1 | -1/+6 |
| 2014-06-16 | Merge branch 'jk/do-not-run-httpd-tests-as-root' | Junio C Hamano | 1 | -0/+5 |
| 2014-06-09 | t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -1/+1 |
| 2014-05-23 | t5550: test display of remote http error messages | Jeff King | 1 | -0/+1 |
| 2014-05-23 | t/lib-httpd: use write_script to copy CGI scripts | Jeff King | 1 | -1/+5 |
| 2014-05-12 | t/lib-httpd: require SANITY prereq | Jeff King | 1 | -0/+5 |
| 2014-03-05 | Merge branch 'jk/run-network-tests-by-default' | Junio C Hamano | 1 | -11/+11 |
| 2014-02-14 | tests: turn on network daemon tests by default | Jeff King | 1 | -11/+11 |
| 2014-02-10 | tests: auto-set LIB_HTTPD_PORT from test name | Jeff King | 1 | -1/+1 |
| 2014-01-10 | Merge branch 'jk/http-auth-tests-robustify' | Junio C Hamano | 1 | -3/+12 |
| 2014-01-02 | use distinct username/password for http auth tests | Jeff King | 1 | -3/+12 |
| 2013-11-26 | test: replace shebangs with descriptions in shell libraries | Jonathan Nieder | 1 | -1/+28 |
| 2013-10-30 | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 1 | -1/+2 |
| 2013-10-14 | remote-curl: rewrite base url from info/refs redirects | Jeff King | 1 | -1/+2 |
| 2013-09-20 | t5541: mark passing c-a-s test as success | Jeff King | 1 | -1/+1 |
| 2013-08-02 | push: teach --force-with-lease to smart-http transport | Junio C Hamano | 1 | -1/+2 |
| 2013-08-01 | t5540/5541: smart-http does not support "--force-with-lease" | Junio C Hamano | 1 | -0/+16 |
| 2013-02-04 | Verify Content-Type from smart HTTP servers | Shawn Pearce | 1 | -0/+1 |
| 2012-09-07 | Merge branch 'jk/maint-http-half-auth-push' | Junio C Hamano | 1 | -0/+39 |
| 2012-08-27 | t5550: factor out http auth setup | Jeff King | 1 | -0/+39 |
| 2012-07-24 | t/lib-httpd: handle running under --valgrind | Jeff King | 1 | -0/+4 |
| 2012-04-12 | Fix httpd tests that broke when non-ff push advice changed | Christopher Tiwald | 1 | -1/+1 |
| 2011-07-20 | improve httpd auth tests | Jeff King | 1 | -4/+6 |
| 2011-04-13 | i18n: use test_i18ngrep in lib-httpd and t2019 | Junio C Hamano | 1 | -3/+2 |
| 2011-03-09 | i18n: git-push "prevent you from losing" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2010-11-17 | t5550: test HTTP authentication and userinfo decoding | Gabriel Corona | 1 | -0/+3 |
| 2010-07-20 | t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_fail | Brandon Casey | 1 | -1/+1 |
| 2010-07-08 | tests: Use skip_all=* to skip tests | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2010-03-02 | t554[01]-http-push: refactor, add non-ff tests | Tay Ray Chuan | 1 | -0/+29 |
| 2010-01-06 | t/lib-http.sh: Restructure finding of default httpd location | Tarmigan Casebolt | 1 | -6/+24 |
| 2009-06-01 | test-lib: fix http exit codes | Clemens Buchacher | 1 | -2/+4 |
| 2009-04-05 | tests: remove exit after test_done call | Jeff King | 1 | -3/+0 |
| 2009-02-26 | test scripts: refactor start_httpd helper | Jeff King | 1 | -2/+7 |
| 2009-02-25 | Allow HTTP tests to run on Darwin | Jay Soffian | 1 | -5/+17 |
| 2009-01-19 | use uppercase POSIX compliant signals for the 'trap' command | Markus Heidelberg | 1 | -5/+5 |
| 2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -1/+1 |
| 2008-07-08 | Fix http-push test | Mike Hommey | 1 | -8/+10 |
| 2008-05-05 | Don't use the 'export NAME=value' in the test scripts. | Bryan Donlan | 1 | -1/+2 |
| 2008-02-27 | http-push: add regression tests | Clemens Buchacher | 1 | -0/+96 |