summaryrefslogtreecommitdiff
path: root/tests/online
Commit message (Expand)AuthorAgeFilesLines
* Add test for fetch proxy memleakpunkymaniac2021-06-161-0/+40
* winhttp: test proxy https cloneIan Hattendorf2021-03-011-0/+22
* badssl: RC4 should not fail with ECERTIFICATEcmn/rc4Edward Thomson2020-12-141-4/+2
* badssl: re-enable RC4 testCarlos Martín Nieto2020-12-131-3/+0
* refs: use git_reference_name_is_validEdward Thomson2020-10-251-1/+3
* clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* Merge pull request #5536 from libgit2/ethomson/httpPatrick Steinhardt2020-06-031-0/+8
|\
| * online::clone: test a googlesource URLEdward Thomson2020-06-011-0/+8
* | strarray: we should `dispose` instead of `free`Edward Thomson2020-06-012-3/+3
|/
* transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-071-0/+15
* fetchhead: strip credentials from remote URLPatrick Steinhardt2020-01-311-0/+17
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-262-45/+45
* tests: allow users to use expect/continueEdward Thomson2020-01-242-0/+14
* tests: test that clone returns 4321Edward Thomson2020-01-241-2/+2
* test: add an azure repos testEdward Thomson2019-11-241-0/+6
* clone: Remove whitespace ssh testIan Hattendorf2019-08-131-15/+0
* clone: Update whitespace test urlIan Hattendorf2019-08-121-4/+4
* clone: whitespace in url ssh testIan Hattendorf2019-07-251-1/+17
* clone: whitespace in url testIan Hattendorf2019-07-241-0/+5
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-202-2/+2
* fetchhead: use size_t in testsEdward Thomson2019-06-241-5/+5
* winhttp: support default credentials for proxiesEdward Thomson2019-06-101-0/+22
* network: don't add arbitrary url rulesEdward Thomson2019-06-101-6/+0
* online tests: use gitlab for auth failuresethomson/auth_failureEdward Thomson2019-06-051-1/+1
* remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-222-7/+7
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-3/+3
* proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam2019-01-141-0/+7
* tests: optionally ignore https cert validationEdward Thomson2018-11-281-0/+18
* proxy tests: rename credential callbackEdward Thomson2018-11-281-2/+2
* proxy tests: support self-signed proxy certEdward Thomson2018-11-281-0/+30
* tests: support optional PROXY_SCHEMEEdward Thomson2018-11-281-3/+12
* tests: PROXY_URL is more accurately PROXY_HOSTEdward Thomson2018-11-281-9/+9
* online::clone: free url and username before resettingethomson/test_leakEdward Thomson2018-09-221-0/+6
* push tests: deeply free the specsEdward Thomson2018-07-201-1/+1
* push tests: deeply free the push statusEdward Thomson2018-07-201-2/+6
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-104-11/+11
* Merge pull request #4556 from libgit2/ethomson/proxy_pass_in_envEdward Thomson2018-04-161-0/+36
|\
| * online::clone: validate user:pass in HTTP_PROXYethomson/proxy_pass_in_envEdward Thomson2018-02-281-0/+36
* | online tests: update auth for bitbucket testethomson/bitbucketEdward Thomson2018-03-201-1/+1
* | online::clone: skip creds fallback testEdward Thomson2018-03-191-4/+34
|/
* tests: online::clone: fix memory leak due to not freeing URLPatrick Steinhardt2018-01-181-0/+2
* tests: online::clone: inline creds-test with nonexistent URLPatrick Steinhardt2018-01-031-4/+4
* tests: online::clone: construct credential-URL from environmentPatrick Steinhardt2018-01-031-3/+13
* Merge branch '4233'Edward Thomson2017-07-311-5/+77
|\
| * remote: test creating and fetching detached remotesPatrick Steinhardt2017-05-051-0/+38
| * tests: online::remotes: add defines for URL and refspecPatrick Steinhardt2017-05-051-5/+6
| * remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+33
* | tests: online::clone: use URL of test serverPatrick Steinhardt2017-06-211-1/+1
|/