summaryrefslogtreecommitdiff
path: root/tests/online/clone.c
Commit message (Expand)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-2/+2
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-3/+3
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-23/+23
* remote: refactor proxy detectionEdward Thomson2021-09-011-61/+0
* Add NO_PROXY env supportMathieu Parent2021-09-011-0/+66
* opts: test GIT_OPT_SET_SSL_CERT_LOCATIONSEdward Thomson2021-08-291-0/+2
* winhttp: test proxy https cloneIan Hattendorf2021-03-011-0/+22
* clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* online::clone: test a googlesource URLEdward Thomson2020-06-011-0/+8
* transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-071-0/+15
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-35/+35
* tests: allow users to use expect/continueEdward Thomson2020-01-241-0/+6
* 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-201-1/+1
* 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
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-2/+2
* 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
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* 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
* tests: online::clone: use URL of test serverPatrick Steinhardt2017-06-211-1/+1
* clone test: annotate unused varsEdward Thomson2016-04-211-1/+3
* proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-2/+2
* proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto2016-04-191-1/+0
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-0/+45
* Add a test for custom header validationMatt Burke2015-09-101-0/+27
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-50/+53
* clone: set the credentials callback during testingcmn/push-testsCarlos Martín Nieto2015-06-121-0/+1
* test: Add a test for in-memory SSH private key cred_cbMichał Górny2015-05-271-0/+68
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-8/+1