summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2013-04-03t5550: do not assume the "matching" push is the defaultLibravatar Brian Gernhardt1-0/+1
2012-10-08tests: "cp -a" is a GNUismLibravatar Ben Walton1-1/+1
2012-08-27t5550: factor out http auth setupLibravatar Jeff King1-45/+8
2012-08-27t5550: put auth-required repo in auth/dumbLibravatar Jeff King1-9/+9
2012-04-10fix http auth with multiple curl handlesLibravatar Jeff King1-5/+5
2012-04-10http auth fails with multiple curl handlesLibravatar Clemens Buchacher1-10/+15
2012-01-04Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2012-01-04t5550: repack everything into one fileLibravatar Clemens Buchacher1-2/+1
2011-12-11credential: make relevance of http path configurableLibravatar Jeff King1-1/+1
2011-12-11credential: add credential.*.usernameLibravatar Jeff King1-0/+16
2011-12-11credential: apply helper configLibravatar Jeff King1-0/+12
2011-12-11http: use credential API to get passwordsLibravatar Jeff King1-11/+27
2011-12-11t5550: fix typoLibravatar Jeff King1-1/+1
2011-10-18Merge branch 'cb/httpd-test-fix-port'Libravatar Junio C Hamano1-1/+1
2011-10-17use test number as port numberLibravatar Clemens Buchacher1-1/+1
2011-10-15http: use hostname in credential descriptionLibravatar Michael J Gruber1-2/+2
2011-07-20improve httpd auth testsLibravatar Jeff King1-4/+47
2010-12-12Merge branch 'tc/http-urls-ends-with-slash'Libravatar Junio C Hamano1-2/+14
2010-11-26t5550-http-fetch: add test for http-fetchLibravatar Tay Ray Chuan1-1/+13
2010-11-26t5550-http-fetch: add missing '&&'Libravatar Tay Ray Chuan1-1/+1
2010-11-17Fix username and password extraction from HTTP URLsLibravatar Gabriel Corona1-1/+1
2010-11-17t5550: test HTTP authentication and userinfo decodingLibravatar Gabriel Corona1-0/+7
2010-06-25tests: Skip tests in a way that makes sense under TAPLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-04-19http-fetch: Use temporary files for pack-*.idx until verifiedLibravatar Shawn O. Pearce1-0/+15
2010-04-19http-fetch: Use index-pack rather than verify-pack to check packsLibravatar Shawn O. Pearce1-0/+15
2010-04-17t5550-http-fetch: Use subshell for repository operationsLibravatar Shawn O. Pearce1-3/+4
2009-11-04test smart http fetch and pushLibravatar Shawn O. Pearce1-1/+7
2009-11-04http tests: use /dumb/ URL prefixLibravatar Shawn O. Pearce1-2/+2
2009-06-06t5550-http-fetch: test fetching of packed objectsLibravatar Tay Ray Chuan1-0/+8
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableLibravatar Jeff King1-0/+11
2009-02-26add basic http clone/fetch testsLibravatar Jeff King1-0/+46