aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib-httpd
AgeCommit message (Expand)AuthorFilesLines
2024-04-16t5563: refactor for multi-stage authenticationbrian m. carlson1-4/+13
2023-11-11t/lib-httpd: stop using legacy crypt(3) for authenticationPatrick Steinhardt2-2/+2
2023-09-21test-lib: set UBSAN_OPTIONS to match ASanJeff King1-0/+1
2023-05-19Merge branch 'jk/http-test-cgipassauth-unavailable-in-older-apache'Junio C Hamano1-0/+2
2023-05-18t/lib-httpd: make CGIPassAuth support conditionalJeff King1-0/+2
2023-04-11Merge branch 'jk/use-perl-path-consistently'Junio C Hamano2-1/+3
2023-04-06t/lib-httpd: pass PERL_PATH to CGI scriptsJeff King2-1/+3
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2-0/+45
2023-02-28Merge branch 'jk/http-test-fixes'Junio C Hamano1-1/+1
2023-02-27t5563: add tests for basic and anoymous HTTP accessMatthew John Cheetham2-0/+45
2023-02-23t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2cJeff King1-1/+1
2023-02-16add basic http proxy testsJeff King2-0/+17
2023-02-01t/lib-httpd: increase ssl key size to 2048 bitsJeff King1-1/+1
2023-02-01t/lib-httpd: drop SSLMutex configJeff King1-1/+0
2023-02-01t/lib-httpd: bump required apache version to 2.4Jeff King1-18/+4
2023-02-01t/lib-httpd: bump required apache version to 2.2Jeff King1-8/+0
2022-11-14t: run t5551 tests with both HTTP and HTTP/2Jeff King1-3/+16
2022-10-06t/lib-httpd: pass LANG and LC_ALL to ApacheRené Scharfe1-0/+2
2021-10-29Merge branch 'jk/http-push-status-fix'Junio C Hamano2-0/+10
2021-10-18send-pack: complain about "expecting report" with --helper-statusJeff King2-0/+10
2021-09-10http-backend: handle HTTP_GIT_PROTOCOL CGI variableJeff King1-2/+0
2021-09-10t5551: test v2-to-v0 http protocol fallbackJeff King1-0/+5
2020-05-24remote-curl: error on incomplete packetDenton Liu3-0/+14
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin3-27/+30
2019-11-29apply-one-time-sed.sh: modernize styleDenton Liu1-3/+5
2019-05-08t/lib-httpd: pass LSAN_OPTIONS through apacheJeff King1-0/+1
2019-02-06t5551: test server-side ERR packetJosh Steadmon2-0/+7
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-0/+1
2019-01-17tests: define GIT_TEST_SIDEBAND_ALLJonathan Tan1-0/+1
2019-01-10test: test GIT_CURL_VERBOSE=1 shows an errorMasaya Suzuki1-0/+1
2018-06-28upload-pack: test negotiation with changing repositoryBrandon Williams2-0/+30
2018-01-04http: fix v1 protocol tests with apache httpd < 2.4Todd Zullinger1-6/+4
2017-10-17http: tell server that the client understands v1Brandon Williams1-0/+7
2017-02-28http: attempt updating base URL only if no errorJonathan Tan1-0/+9
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano1-0/+14
2016-12-06http: make redirects more obviousJeff King1-0/+6
2016-12-06http: always update the base URL for redirectsJeff King1-0/+8
2016-08-08Merge branch 'ew/git-svn-http-tests'Junio C Hamano1-2/+2
2016-07-25git svn: migrate tests to use lib-httpdEric Wong1-2/+2
2016-05-17Merge branch 'js/http-custom-headers'Junio C Hamano1-4/+12
2016-05-10tests: adjust the configuration for Apache 2.2Johannes Schindelin1-4/+12
2016-05-06Merge branch 'js/http-custom-headers'Junio C Hamano1-0/+8
2016-04-27http: support sending custom HTTP headersJohannes Schindelin1-0/+8
2016-04-14Merge branch 'jk/test-httpd-config-nosystem' into maintJunio C Hamano1-0/+1
2016-04-06Merge branch 'jk/test-httpd-config-nosystem'Junio C Hamano1-0/+1
2016-03-18t/lib-httpd: pass through GIT_CONFIG_NOSYSTEM envJeff King1-0/+1
2016-02-25t/lib-httpd: load mod_unixdMichael J Gruber1-0/+3
2015-09-25http: limit redirection depthBlake Burkhart1-0/+3
2015-09-25http: limit redirection to protocol-whitelistBlake Burkhart1-0/+1
2015-03-12t: pass GIT_TRACE through ApacheJeff King1-0/+1
2014-12-11t: support clang/gcc AddressSanitizerJeff King1-0/+1
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano1-0/+1
2014-06-17http: fix charset detection of extract_content_type()Yi EungJun1-0/+4
2014-05-27remote-curl: reencode http error messagesJeff King1-0/+4
2014-05-27http: extract type/subtype portion of content-typeJeff King1-1/+7
2014-05-23t5550: test display of remote http error messagesJeff King2-0/+21
2014-05-23t/lib-httpd: use write_script to copy CGI scriptsJeff King1-1/+0
2014-01-02use distinct username/password for http auth testsJeff King1-1/+1
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano1-0/+2
2013-10-14remote-curl: rewrite base url from info/refs redirectsJeff King1-0/+2
2013-07-30http: add http.savecookies option to write out HTTP cookiesDave Borowitz1-0/+8
2013-06-23Merge branch 'jk/apache-test-for-2.4'Junio C Hamano1-1/+19
2013-06-21lib-httpd/apache.conf: check version only after mod_version loadsJeff King1-3/+4
2013-06-14t/lib-httpd/apache.conf: configure an MPM module for apache 2.4Jeff King1-0/+3
2013-06-14t/lib-httpd/apache.conf: load compat access module in apache 2.4Jeff King1-0/+3
2013-06-14t/lib-httpd/apache.conf: load extra auth modules in apache 2.4Jeff King1-0/+9
2013-06-14t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4Jeff King1-0/+2
2013-04-21Merge branch 'jk/doc-http-backend'Junio C Hamano1-0/+18
2013-04-13doc/http-backend: match query-string in apache half-auth exampleJeff King1-0/+18
2013-04-09http-backend: respect GIT_NAMESPACE with dumb clientsJohn Koleszar1-0/+5
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce2-0/+15
2012-11-20Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano1-0/+7
2012-10-31remote-curl: retry failed requests for auth even with gzipJeff King1-0/+7
2012-09-07Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano1-10/+15
2012-08-27t: test http access to "half-auth" repositoriesJeff King1-0/+7
2012-08-27t/lib-httpd: recognize */smart/* repos as smart-httpJeff King1-9/+7
2012-08-27t/lib-httpd: only route auth/dumb to dumb reposJeff King1-1/+1
2012-07-24t/lib-httpd: handle running under --valgrindJeff King1-1/+4
2012-03-30http-backend: respect existing GIT_COMMITTER_* variablesJeff King1-0/+7
2011-12-13t5540: test DAV push with authenticationJeff King1-0/+3
2010-12-08Merge branch 'gc/http-with-non-ascii-username-url'Junio C Hamano2-0/+30
2010-11-17t5550: test HTTP authentication and userinfo decodingGabriel Corona2-0/+30
2010-09-27smart-http: Don't change POST to GET when following redirectTay Ray Chuan1-0/+7
2010-01-06Smart-http: check if repository is OK to export before serving itTarmigan Casebolt1-0/+5
2009-11-04test smart http fetch and pushShawn O. Pearce1-0/+17
2009-11-04http tests: use /dumb/ URL prefixShawn O. Pearce1-1/+6
2009-03-20http tests: Darwin is not that specialJunio C Hamano1-6/+1
2009-03-11test: do not LoadModule log_config_module unconditionallyJohannes Schindelin1-1/+3
2009-03-10Include log_config module in apache.confDaniel Barkalow1-0/+1
2009-02-25Allow HTTP tests to run on DarwinJay Soffian1-0/+6
2009-01-17http-push: when making directories, have a trailing slash in the path nameJohannes Schindelin1-0/+2
2008-07-08Avoid apache complaining about lack of server's FQDNMike Hommey1-0/+1
2008-02-27http-push: add regression testsClemens Buchacher2-0/+42