summaryrefslogtreecommitdiff
path: root/t/t5551-http-fetch.sh
AgeCommit message (Expand)Author
2013-11-04Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King
2013-10-15remote-curl: rewrite base url from info/refs redirectsJeff King
2013-08-05t5551: Remove header from curl cookie fileBrian Gernhardt
2013-07-30http: add http.savecookies option to write out HTTP cookiesDave Borowitz
2013-06-02Merge branch 'jc/t5551-posix-sed-bre'Junio C Hamano
2013-05-12t5551: do not use unportable sed '\+'Junio C Hamano
2013-04-18Merge branch 'jk/http-dumb-namespaces'Junio C Hamano
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano
2013-04-10http-backend: respect GIT_NAMESPACE with dumb clientsJohn Koleszar
2013-04-03t5551: do not assume the "matching" push is the defaultBrian Gernhardt
2013-02-05t5551: fix expected error outputJunio C Hamano
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-11-20Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano
2012-10-31remote-curl: retry failed requests for auth even with gzipJeff King
2012-09-30Merge branch 'jk/smart-http-switch'Junio C Hamano
2012-09-21remote-curl: let users turn off smart httpJeff King
2012-09-20Enable info/refs gzip decompression in HTTP clientShawn O. Pearce
2012-09-12Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Junio C Hamano
2012-08-27t: test http access to "half-auth" repositoriesJeff King
2012-08-27t: test basic smart-http authenticationJeff King
2012-08-04tests: Introduce test_seqMichał Kiedrowicz
2012-06-25tests: enclose $PERL_PATH in double quotesJunio C Hamano
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn
2012-04-10remote-curl: main test case for the OS command line overflowIvan Todoroski
2010-09-27smart-http: Don't change POST to GET when following redirectTay Ray Chuan
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2010-01-12remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce
2009-11-10t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce
2009-11-10t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce
2009-11-05test smart http fetch and pushShawn O. Pearce