| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ew/git-svn-http-tests' | Junio C Hamano | 2016-08-08 | 1 | -2/+2 |
|\ |
|
| * | git svn: migrate tests to use lib-httpdew/git-svn-http-tests | Eric Wong | 2016-07-25 | 1 | -2/+2 |
| * | Merge branch 'jk/test-httpd-config-nosystem' into maint | Junio C Hamano | 2016-04-14 | 1 | -0/+1 |
| |\ |
|
* | \ | Merge branch 'js/http-custom-headers' | Junio C Hamano | 2016-05-17 | 1 | -4/+12 |
|\ \ \ |
|
| * | | | tests: adjust the configuration for Apache 2.2 | Johannes Schindelin | 2016-05-10 | 1 | -4/+12 |
* | | | | Merge branch 'js/http-custom-headers' | Junio C Hamano | 2016-05-06 | 1 | -0/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | http: support sending custom HTTP headers | Johannes Schindelin | 2016-04-27 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge branch 'jk/test-httpd-config-nosystem' | Junio C Hamano | 2016-04-06 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | t/lib-httpd: pass through GIT_CONFIG_NOSYSTEM envjk/test-httpd-config-nosystem | Jeff King | 2016-03-18 | 1 | -0/+1 |
* | | t/lib-httpd: load mod_unixdmg/httpd-tests-update-for-apache-2.4 | Michael J Gruber | 2016-02-25 | 1 | -0/+3 |
|/ |
|
* | http: limit redirection depth | Blake Burkhart | 2015-09-25 | 1 | -0/+3 |
* | http: limit redirection to protocol-whitelist | Blake Burkhart | 2015-09-25 | 1 | -0/+1 |
* | t: pass GIT_TRACE through Apache | Jeff King | 2015-03-12 | 1 | -0/+1 |
* | t: support clang/gcc AddressSanitizerjk/test-asan | Jeff King | 2014-12-11 | 1 | -0/+1 |
* | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 2014-09-17 | 1 | -0/+1 |
* | http: fix charset detection of extract_content_type()ye/http-extract-charset | Yi EungJun | 2014-06-17 | 1 | -0/+4 |
* | remote-curl: reencode http error messages | Jeff King | 2014-05-27 | 1 | -0/+4 |
* | http: extract type/subtype portion of content-type | Jeff King | 2014-05-27 | 1 | -1/+7 |
* | t5550: test display of remote http error messages | Jeff King | 2014-05-23 | 2 | -0/+21 |
* | t/lib-httpd: use write_script to copy CGI scripts | Jeff King | 2014-05-23 | 1 | -1/+0 |
* | use distinct username/password for http auth testsjk/http-auth-tests-robustify | Jeff King | 2014-01-02 | 1 | -1/+1 |
* | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 2013-10-30 | 1 | -0/+2 |
|\ |
|
| * | remote-curl: rewrite base url from info/refs redirects | Jeff King | 2013-10-14 | 1 | -0/+2 |
* | | http: add http.savecookies option to write out HTTP cookies | Dave Borowitz | 2013-07-30 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'jk/apache-test-for-2.4' | Junio C Hamano | 2013-06-23 | 1 | -1/+19 |
|\ |
|
| * | lib-httpd/apache.conf: check version only after mod_version loads | Jeff King | 2013-06-21 | 1 | -3/+4 |
| * | t/lib-httpd/apache.conf: configure an MPM module for apache 2.4 | Jeff King | 2013-06-14 | 1 | -0/+3 |
| * | t/lib-httpd/apache.conf: load compat access module in apache 2.4 | Jeff King | 2013-06-14 | 1 | -0/+3 |
| * | t/lib-httpd/apache.conf: load extra auth modules in apache 2.4 | Jeff King | 2013-06-14 | 1 | -0/+9 |
| * | t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4 | Jeff King | 2013-06-14 | 1 | -0/+2 |
* | | Merge branch 'jk/doc-http-backend' | Junio C Hamano | 2013-04-21 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | doc/http-backend: match query-string in apache half-auth example | Jeff King | 2013-04-13 | 1 | -0/+18 |
* | | http-backend: respect GIT_NAMESPACE with dumb clients | John Koleszar | 2013-04-09 | 1 | -0/+5 |
|/ |
|
* | Verify Content-Type from smart HTTP servers | Shawn Pearce | 2013-02-04 | 2 | -0/+15 |
* | Merge branch 'jk/maint-http-half-auth-fetch' | Junio C Hamano | 2012-11-20 | 1 | -0/+7 |
|\ |
|
| * | remote-curl: retry failed requests for auth even with gzip | Jeff King | 2012-10-31 | 1 | -0/+7 |
* | | Merge branch 'jk/maint-http-half-auth-push' | Junio C Hamano | 2012-09-07 | 1 | -10/+15 |
|\ \
| |/ |
|
| * | t: test http access to "half-auth" repositories | Jeff King | 2012-08-27 | 1 | -0/+7 |
| * | t/lib-httpd: recognize */smart/* repos as smart-http | Jeff King | 2012-08-27 | 1 | -9/+7 |
| * | t/lib-httpd: only route auth/dumb to dumb repos | Jeff King | 2012-08-27 | 1 | -1/+1 |
* | | t/lib-httpd: handle running under --valgrind | Jeff King | 2012-07-24 | 1 | -1/+4 |
|/ |
|
* | http-backend: respect existing GIT_COMMITTER_* variables | Jeff King | 2012-03-30 | 1 | -0/+7 |
* | t5540: test DAV push with authentication | Jeff King | 2011-12-13 | 1 | -0/+3 |
* | Merge branch 'gc/http-with-non-ascii-username-url' | Junio C Hamano | 2010-12-08 | 2 | -0/+30 |
|\ |
|
| * | t5550: test HTTP authentication and userinfo decoding | Gabriel Corona | 2010-11-17 | 2 | -0/+30 |
* | | smart-http: Don't change POST to GET when following redirect | Tay Ray Chuan | 2010-09-27 | 1 | -0/+7 |
|/ |
|
* | Smart-http: check if repository is OK to export before serving it | Tarmigan Casebolt | 2010-01-06 | 1 | -0/+5 |
* | test smart http fetch and push | Shawn O. Pearce | 2009-11-04 | 1 | -0/+17 |
* | http tests: use /dumb/ URL prefix | Shawn O. Pearce | 2009-11-04 | 1 | -1/+6 |
* | http tests: Darwin is not that special | Junio C Hamano | 2009-03-20 | 1 | -6/+1 |