aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5550-http-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Merge branch 'maint'Junio C Hamano1-2/+1
2012-01-04t5550: repack everything into one fileClemens Buchacher1-2/+1
2011-12-11credential: make relevance of http path configurableJeff King1-1/+1
2011-12-11credential: add credential.*.usernameJeff King1-0/+16
2011-12-11credential: apply helper configJeff King1-0/+12
2011-12-11http: use credential API to get passwordsJeff King1-11/+27
2011-12-11t5550: fix typoJeff King1-1/+1
2011-10-18Merge branch 'cb/httpd-test-fix-port'Junio C Hamano1-1/+1
2011-10-17use test number as port numberClemens Buchacher1-1/+1
2011-10-15http: use hostname in credential descriptionMichael J Gruber1-2/+2
2011-07-20improve httpd auth testsJeff King1-4/+47
2010-12-12Merge branch 'tc/http-urls-ends-with-slash'Junio C Hamano1-2/+14
2010-11-26t5550-http-fetch: add test for http-fetchTay Ray Chuan1-1/+13
2010-11-26t5550-http-fetch: add missing '&&'Tay Ray Chuan1-1/+1
2010-11-17Fix username and password extraction from HTTP URLsGabriel Corona1-1/+1
2010-11-17t5550: test HTTP authentication and userinfo decodingGabriel Corona1-0/+7
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-1/+1
2010-04-19http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce1-0/+15
2010-04-19http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce1-0/+15
2010-04-17t5550-http-fetch: Use subshell for repository operationsShawn O. Pearce1-3/+4
2009-11-04test smart http fetch and pushShawn O. Pearce1-1/+7
2009-11-04http tests: use /dumb/ URL prefixShawn O. Pearce1-2/+2
2009-06-06t5550-http-fetch: test fetching of packed objectsTay Ray Chuan1-0/+8
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King1-0/+11
2009-02-26add basic http clone/fetch testsJeff King1-0/+46