summaryrefslogtreecommitdiff
path: root/tests/online/clone.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-4/+4
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-36/+25
* Add failing test for cert callback with non-ecrypted streamCarlos Martín Nieto2015-03-161-0/+7
* clone: drop now unnecessary SAFE_CREATEEdward Thomson2015-02-271-1/+1
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-2/+2
* Add tests for host namesSven Strickroth2014-10-091-2/+4
* Provide host name to certificate_check_cbSven Strickroth2014-09-221-3/+6
* ssh: skip the localhost cert check earliercmn/host-cert-infoCarlos Martín Nieto2014-09-161-2/+4
* ssh: expose both hashesCarlos Martín Nieto2014-09-161-4/+13
* ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-161-0/+2
* net: use only structs to pass information about certCarlos Martín Nieto2014-09-161-13/+8
* Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-161-0/+9
|\
| * Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize2014-09-011-0/+9
* | ssh: add test for host keyCarlos Martín Nieto2014-09-161-0/+32
* | winhttp: credential check on successful connectCarlos Martín Nieto2014-09-161-2/+4
* | Bring certificate check back to the normal return codeCarlos Martín Nieto2014-09-161-2/+2
* | ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto2014-09-161-0/+3
* | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-161-5/+7
* | remote: add tests for the certificate callbackCarlos Martín Nieto2014-09-161-0/+35
|/
* winhttp: Prevent swallowing of url parsing errornulltoken2014-08-271-0/+6
* Adjust clone tests to USERNAME cred typeCarlos Martín Nieto2014-08-271-0/+3