| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 2014-06-25 | 1 | -1/+1 |
|\ |
|
| * | t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -1/+1 |
* | | Merge branch 'jk/http-errors' | Junio C Hamano | 2014-06-16 | 1 | -1/+6 |
|\ \ |
|
| * | | t5550: test display of remote http error messages | Jeff King | 2014-05-23 | 1 | -0/+1 |
| * | | t/lib-httpd: use write_script to copy CGI scripts | Jeff King | 2014-05-23 | 1 | -1/+5 |
| |/ |
|
* | | Merge branch 'jk/do-not-run-httpd-tests-as-root' | Junio C Hamano | 2014-06-16 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | t/lib-httpd: require SANITY prereqjk/do-not-run-httpd-tests-as-root | Jeff King | 2014-05-12 | 1 | -0/+5 |
* | | Merge branch 'jk/run-network-tests-by-default' | Junio C Hamano | 2014-03-05 | 1 | -11/+11 |
|\ \
| |/
|/| |
|
| * | tests: turn on network daemon tests by defaultjk/run-network-tests-by-default | Jeff King | 2014-02-14 | 1 | -11/+11 |
* | | tests: auto-set LIB_HTTPD_PORT from test name | Jeff King | 2014-02-10 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/http-auth-tests-robustify' | Junio C Hamano | 2014-01-10 | 1 | -3/+12 |
|\ |
|
| * | use distinct username/password for http auth testsjk/http-auth-tests-robustify | Jeff King | 2014-01-02 | 1 | -3/+12 |
* | | test: replace shebangs with descriptions in shell libraries | Jonathan Nieder | 2013-11-26 | 1 | -1/+28 |
|/ |
|
* | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 2013-10-30 | 1 | -1/+2 |
|\ |
|
| * | remote-curl: rewrite base url from info/refs redirects | Jeff King | 2013-10-14 | 1 | -1/+2 |
* | | t5541: mark passing c-a-s test as successjc/push-cas | Jeff King | 2013-09-20 | 1 | -1/+1 |
* | | push: teach --force-with-lease to smart-http transport | Junio C Hamano | 2013-08-02 | 1 | -1/+2 |
* | | t5540/5541: smart-http does not support "--force-with-lease" | Junio C Hamano | 2013-08-01 | 1 | -0/+16 |
|/ |
|
* | Verify Content-Type from smart HTTP servers | Shawn Pearce | 2013-02-04 | 1 | -0/+1 |
* | Merge branch 'jk/maint-http-half-auth-push' | Junio C Hamano | 2012-09-07 | 1 | -0/+39 |
|\ |
|
| * | t5550: factor out http auth setup | Jeff King | 2012-08-27 | 1 | -0/+39 |
* | | t/lib-httpd: handle running under --valgrind | Jeff King | 2012-07-24 | 1 | -0/+4 |
|/ |
|
* | Fix httpd tests that broke when non-ff push advice changed | Christopher Tiwald | 2012-04-12 | 1 | -1/+1 |
* | improve httpd auth tests | Jeff King | 2011-07-20 | 1 | -4/+6 |
* | i18n: use test_i18ngrep in lib-httpd and t2019 | Junio C Hamano | 2011-04-13 | 1 | -3/+2 |
* | i18n: git-push "prevent you from losing" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+1 |
* | t5550: test HTTP authentication and userinfo decoding | Gabriel Corona | 2010-11-17 | 1 | -0/+3 |
* | t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_fail | Brandon Casey | 2010-07-20 | 1 | -1/+1 |
* | tests: Use skip_all=* to skip tests | Ævar Arnfjörð Bjarmason | 2010-07-08 | 1 | -4/+4 |
* | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 2010-06-25 | 1 | -2/+1 |
* | t554[01]-http-push: refactor, add non-ff tests | Tay Ray Chuan | 2010-03-02 | 1 | -0/+29 |
* | t/lib-http.sh: Restructure finding of default httpd location | Tarmigan Casebolt | 2010-01-06 | 1 | -6/+24 |
* | test-lib: fix http exit codes | Clemens Buchacher | 2009-06-01 | 1 | -2/+4 |
* | tests: remove exit after test_done call | Jeff King | 2009-04-05 | 1 | -3/+0 |
* | test scripts: refactor start_httpd helper | Jeff King | 2009-02-26 | 1 | -2/+7 |
* | Allow HTTP tests to run on Darwin | Jay Soffian | 2009-02-25 | 1 | -5/+17 |
* | use uppercase POSIX compliant signals for the 'trap' command | Markus Heidelberg | 2009-01-19 | 1 | -5/+5 |
* | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 2008-08-17 | 1 | -1/+1 |
* | Fix http-push test | Mike Hommey | 2008-07-08 | 1 | -8/+10 |
* | Don't use the 'export NAME=value' in the test scripts. | Bryan Donlan | 2008-05-05 | 1 | -1/+2 |
* | http-push: add regression tests | Clemens Buchacher | 2008-02-27 | 1 | -0/+96 |