summaryrefslogtreecommitdiff
path: root/tests/online
Commit message (Expand)AuthorAgeFilesLines
* 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-163-2/+22
|\
| * Merge pull request #2554 from linquize/fetch-head-tagVicent Marti2014-09-151-0/+12
| |\
| | * When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-061-0/+12
| * | Merge pull request #2545 from linquize/no-sshVicent Marti2014-09-031-0/+9
| |\ \
| | * | Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize2014-09-011-0/+9
| | |/
| * | MSVC does not support zero size arrayLinquize2014-08-311-2/+1
| |/
* | 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
* | Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-1/+1
|/
* 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-273-56/+132
|\
| * Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-181-4/+2
| |\
| | * oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-4/+2
| * | online::clone::credentials support default credentialsEdward Thomson2014-08-151-3/+26
| * | Free references during push validationEdward Thomson2014-08-151-0/+2
| * | Remove the refs/notes/commits that we push in testEdward Thomson2014-08-141-0/+9
| * | 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-262-1/+38
* | 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
* remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-211-0/+18
* clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto2014-05-191-0/+33
* Verify update_tips callbacks in push test casesJacques Germishuys2014-04-211-35/+83
* Clar: skip testsvmg/clar-skip-testVicent Marti2014-04-022-40/+34
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-2/+2
* Added a test, that fails for #2133Matthias Bartelmeß2014-03-031-0/+15
* Only run clone-failure test on private repoBen Straub2014-02-051-1/+7
* Avoid crash when skipping remote testBen Straub2014-02-051-2/+4
* Fix broken clone testBen Straub2014-02-051-12/+4
* Add reflog parameters to remote apisBen Straub2014-02-043-4/+4
* Add reflog parameters to git_push_update_tipsBen Straub2014-02-041-1/+15
* Augment clone API with reflog parametersBen Straub2014-01-301-1/+1
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-1/+1
* Updated fetch.c test to pass.Marek Šuppa2013-12-311-3/+3