summaryrefslogtreecommitdiff
path: root/t/lib-httpd
AgeCommit message (Expand)Author
2016-05-17Merge branch 'js/http-custom-headers'Junio C Hamano
2016-05-10tests: adjust the configuration for Apache 2.2Johannes Schindelin
2016-05-06Merge branch 'js/http-custom-headers'Junio C Hamano
2016-04-27http: support sending custom HTTP headersJohannes Schindelin
2016-04-06Merge branch 'jk/test-httpd-config-nosystem'Junio C Hamano
2016-03-18t/lib-httpd: pass through GIT_CONFIG_NOSYSTEM envJeff King
2016-02-25t/lib-httpd: load mod_unixdMichael J Gruber
2015-09-25http: limit redirection depthBlake Burkhart
2015-09-25http: limit redirection to protocol-whitelistBlake Burkhart
2015-03-13t: pass GIT_TRACE through ApacheJeff King
2014-12-11t: support clang/gcc AddressSanitizerJeff King
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-06-17http: fix charset detection of extract_content_type()Yi EungJun
2014-05-27remote-curl: reencode http error messagesJeff King
2014-05-27http: extract type/subtype portion of content-typeJeff King
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-01-02use distinct username/password for http auth testsJeff King
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano
2013-10-15remote-curl: rewrite base url from info/refs redirectsJeff King
2013-07-30http: add http.savecookies option to write out HTTP cookiesDave Borowitz
2013-06-23Merge branch 'jk/apache-test-for-2.4'Junio C Hamano
2013-06-21lib-httpd/apache.conf: check version only after mod_version loadsJeff King
2013-06-14t/lib-httpd/apache.conf: configure an MPM module for apache 2.4Jeff King
2013-06-14t/lib-httpd/apache.conf: load compat access module in apache 2.4Jeff King
2013-06-14t/lib-httpd/apache.conf: load extra auth modules in apache 2.4Jeff King
2013-06-14t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4Jeff King
2013-04-22Merge branch 'jk/doc-http-backend'Junio C Hamano
2013-04-14doc/http-backend: match query-string in apache half-auth exampleJeff King
2013-04-10http-backend: respect GIT_NAMESPACE with dumb clientsJohn Koleszar
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-11-20Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano
2012-10-31remote-curl: retry failed requests for auth even with gzipJeff King
2012-09-07Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano
2012-08-27t: test http access to "half-auth" repositoriesJeff King
2012-08-27t/lib-httpd: recognize */smart/* repos as smart-httpJeff King
2012-08-27t/lib-httpd: only route auth/dumb to dumb reposJeff King
2012-07-24t/lib-httpd: handle running under --valgrindJeff King
2012-03-30http-backend: respect existing GIT_COMMITTER_* variablesJeff King
2011-12-13t5540: test DAV push with authenticationJeff King
2010-12-08Merge branch 'gc/http-with-non-ascii-username-url'Junio C Hamano
2010-11-17t5550: test HTTP authentication and userinfo decodingGabriel Corona
2010-09-27smart-http: Don't change POST to GET when following redirectTay Ray Chuan
2010-01-06Smart-http: check if repository is OK to export before serving itTarmigan Casebolt
2009-11-05test smart http fetch and pushShawn O. Pearce
2009-11-05http tests: use /dumb/ URL prefixShawn O. Pearce
2009-03-20http tests: Darwin is not that specialJunio C Hamano
2009-03-11test: do not LoadModule log_config_module unconditionallyJohannes Schindelin
2009-03-11Include log_config module in apache.confDaniel Barkalow
2009-02-25Allow HTTP tests to run on DarwinJay Soffian