summaryrefslogtreecommitdiff
path: root/t/t5551-http-fetch.sh
Commit message (Expand)AuthorAgeFilesLines
* test: rename http fetch and push test filesNguyễn Thái Ngọc Duy2014-02-101-252/+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-3/+3
* Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano2013-11-041-1/+1
|\
| * t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-1/+1
* | Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-0/+11
|\ \ | |/ |/|
| * remote-curl: rewrite base url from info/refs redirectsJeff King2013-10-141-0/+11
* | t5551: Remove header from curl cookie filedb/http-savecookiesBrian Gernhardt2013-08-051-4/+2
* | http: add http.savecookies option to write out HTTP cookiesDave Borowitz2013-07-301-0/+18
|/
* Merge branch 'jc/t5551-posix-sed-bre'Junio C Hamano2013-06-021-2/+6
|\
| * t5551: do not use unportable sed '\+'Junio C Hamano2013-05-121-2/+6
* | Merge branch 'jk/http-dumb-namespaces'Junio C Hamano2013-04-181-0/+24
|\ \
| * | http-backend: respect GIT_NAMESPACE with dumb clientsJohn Koleszar2013-04-091-0/+24
| |/
* | Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano2013-04-181-0/+1
|\ \ | |/ |/|
| * t5551: do not assume the "matching" push is the defaultBrian Gernhardt2013-04-031-0/+1
* | t5551: fix expected error outputJunio C Hamano2013-02-041-2/+1
* | Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-0/+6
|/
* Merge branch 'jk/maint-http-half-auth-fetch'Junio C Hamano2012-11-201-0/+15
|\
| * remote-curl: retry failed requests for auth even with gzipJeff King2012-10-311-0/+15
* | Merge branch 'jk/smart-http-switch'Junio C Hamano2012-09-291-0/+12
|\ \
| * | remote-curl: let users turn off smart httpJeff King2012-09-211-0/+12
* | | Enable info/refs gzip decompression in HTTP clientShawn O. Pearce2012-09-201-1/+2
|/ /
* | Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Junio C Hamano2012-09-121-0/+20
|\ \ | |/
| * t: test http access to "half-auth" repositoriesJeff King2012-08-271-0/+9
| * t: test basic smart-http authenticationJeff King2012-08-271-0/+11
* | tests: Introduce test_seqMichał Kiedrowicz2012-08-041-1/+1
* | tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-241-1/+1
* | t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-121-1/+1
|/
* remote-curl: main test case for the OS command line overflowIvan Todoroski2012-04-101-0/+31
* smart-http: Don't change POST to GET when following redirectTay Ray Chuan2010-09-271-0/+8
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce2010-01-121-1/+1
* t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce2009-11-091-0/+3
* t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce2009-11-091-4/+4
* test smart http fetch and pushShawn O. Pearce2009-11-041-0/+102