summaryrefslogtreecommitdiff
path: root/tests/online/clone.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-271-52/+119
|\
| * online::clone::credentials support default credentialsEdward Thomson2014-08-151-3/+26
| * Don't run the ssh clone tests against http remotesEdward Thomson2014-08-141-1/+1
| * ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-0/+65
| * clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-40/+22
| * test: remove assembla clone testcmn/clone-auth-changeCarlos Martín Nieto2014-06-131-6/+0
| * test: use read-only accountCarlos Martín Nieto2014-06-131-3/+3
* | ssh: adjust clone and push test credentials to the split user+pass methodCarlos Martín Nieto2014-06-261-1/+29
* | ssh: make sure to ask for a username and use the same oneCarlos Martín Nieto2014-06-261-0/+3
* | ssh: request credentials again on authentication failureCarlos Martín Nieto2014-06-261-0/+31
* | ssh: propagate the error code from the auth callbackCarlos Martín Nieto2014-06-171-2/+1
* | ssh: detect authentication methodsCarlos Martín Nieto2014-06-171-0/+15
|/
* Win32: Fix failing clone_mirror testPhilip Kelley2014-06-071-0/+3
* clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto2014-05-191-0/+33