summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch.sh
Commit message (Expand)AuthorAgeFilesLines
* test: rename http fetch and push test filesNguyễn Thái Ngọc Duy2014-02-101-175/+0
* tests: auto-set LIB_HTTPD_PORT from test nameJeff King2014-02-101-1/+0
* use distinct username/password for http auth testsjk/http-auth-tests-robustifyJeff King2014-01-021-5/+5
* t5550: do not assume the "matching" push is the defaultBrian Gernhardt2013-04-031-0/+1
* tests: "cp -a" is a GNUismBen Walton2012-10-081-1/+1
* t5550: factor out http auth setupJeff King2012-08-271-45/+8
* t5550: put auth-required repo in auth/dumbJeff King2012-08-271-9/+9
* fix http auth with multiple curl handlesJeff King2012-04-101-5/+5
* http auth fails with multiple curl handlesClemens Buchacher2012-04-101-10/+15
* Merge branch 'maint'Junio C Hamano2012-01-041-2/+1
|\
| * t5550: repack everything into one fileClemens Buchacher2012-01-041-2/+1
* | credential: make relevance of http path configurableJeff King2011-12-111-1/+1
* | credential: add credential.*.usernameJeff King2011-12-111-0/+16
* | credential: apply helper configJeff King2011-12-111-0/+12
* | http: use credential API to get passwordsJeff King2011-12-111-11/+27
* | t5550: fix typoJeff King2011-12-111-1/+1
|/
* Merge branch 'cb/httpd-test-fix-port'Junio C Hamano2011-10-181-1/+1
|\
| * use test number as port numbercb/httpd-test-fix-portClemens Buchacher2011-10-171-1/+1
* | http: use hostname in credential descriptionMichael J Gruber2011-10-151-2/+2
* | improve httpd auth testsJeff King2011-07-201-4/+47
* | Merge branch 'tc/http-urls-ends-with-slash'Junio C Hamano2010-12-121-2/+14
|\ \
| * | t5550-http-fetch: add test for http-fetchTay Ray Chuan2010-11-261-1/+13
| * | t5550-http-fetch: add missing '&&'Tay Ray Chuan2010-11-261-1/+1
* | | Fix username and password extraction from HTTP URLsGabriel Corona2010-11-171-1/+1
* | | t5550: test HTTP authentication and userinfo decodingGabriel Corona2010-11-171-0/+7
|/ /
* | tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* | http-fetch: Use temporary files for pack-*.idx until verifiedShawn O. Pearce2010-04-191-0/+15
* | http-fetch: Use index-pack rather than verify-pack to check packsShawn O. Pearce2010-04-191-0/+15
* | t5550-http-fetch: Use subshell for repository operationsShawn O. Pearce2010-04-171-3/+4
* | test smart http fetch and pushShawn O. Pearce2009-11-041-1/+7
* | http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-041-2/+2
* | t5550-http-fetch: test fetching of packed objectsTay Ray Chuan2009-06-061-0/+8
* | remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King2009-02-271-0/+11
|/
* add basic http clone/fetch testsJeff King2009-02-261-0/+46