aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5551-http-fetch.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-10test: rename http fetch and push test filesNguyễn Thái Ngọc Duy1-252/+0
2014-02-10tests: auto-set LIB_HTTPD_PORT from test nameJeff King1-1/+0
2014-01-02use distinct username/password for http auth testsJeff King1-3/+3
2013-11-04Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano1-1/+1
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano1-0/+11
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-1/+1
2013-10-14remote-curl: rewrite base url from info/refs redirectsJeff King1-0/+11
2013-08-05t5551: Remove header from curl cookie fileBrian Gernhardt1-4/+2
2013-07-30http: add http.savecookies option to write out HTTP cookiesDave Borowitz1-0/+18
2013-06-02Merge branch 'jc/t5551-posix-sed-bre'Junio C Hamano1-2/+6
2013-05-12t5551: do not use unportable sed '\+'Junio C Hamano1-2/+6
2013-04-18Merge branch 'jk/http-dumb-namespaces'Junio C Hamano1-0/+24
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano1-0/+1
2013-04-09http-backend: respect GIT_NAMESPACE with dumb clientsJohn Koleszar1-0/+24
2013-04-03t5551: do not assume the "matching" push is the defaultBrian Gernhardt1-0/+1
2013-02-04t5551: fix expected error outputJunio C Hamano1-2/+1
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce1-0/+6
2012-11-20Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano1-0/+15
2012-10-31remote-curl: retry failed requests for auth even with gzipJeff King1-0/+15
2012-09-29Merge branch 'jk/smart-http-switch'Junio C Hamano1-0/+12
2012-09-21remote-curl: let users turn off smart httpJeff King1-0/+12
2012-09-20Enable info/refs gzip decompression in HTTP clientShawn O. Pearce1-1/+2
2012-09-12Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Junio C Hamano1-0/+20
2012-08-27t: test http access to "half-auth" repositoriesJeff King1-0/+9
2012-08-27t: test basic smart-http authenticationJeff King1-0/+11
2012-08-04tests: Introduce test_seqMichał Kiedrowicz1-1/+1
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano1-1/+1
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn1-1/+1
2012-04-10remote-curl: main test case for the OS command line overflowIvan Todoroski1-0/+31
2010-09-27smart-http: Don't change POST to GET when following redirectTay Ray Chuan1-0/+8
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-1/+1
2010-01-12remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce1-1/+1
2009-11-09t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce1-0/+3
2009-11-09t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce1-4/+4
2009-11-04test smart http fetch and pushShawn O. Pearce1-0/+102