summaryrefslogtreecommitdiff
path: root/tests/online
Commit message (Expand)AuthorAgeFilesLines
* push: remove reflog message overrideCarlos Martín Nieto2015-03-031-2/+2
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-033-11/+8
* clone: drop now unnecessary SAFE_CREATEEdward Thomson2015-02-271-1/+1
* remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-301-28/+16
* notes: move the notes name argumentCarlos Martín Nieto2014-12-061-2/+2
* fetch: clear the connection data on closecmn/fetch-twiceCarlos Martín Nieto2014-11-191-0/+11
* Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson2014-11-183-59/+114
|\
| * remote: use configured push refspecs if none are givencmn/remote-pushCarlos Martín Nieto2014-11-091-4/+38
| * push: move main test function to git_remote_push()Carlos Martín Nieto2014-11-093-59/+80
| * remote: introduce git_remote_push()Carlos Martín Nieto2014-11-091-1/+1
* | Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson2014-11-171-10/+7
|\ \ | |/ |/|
| * push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-10/+7
* | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-083-4/+4
|/
* Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson2014-10-101-3/+8
|\
| * Add tests for host namesSven Strickroth2014-10-091-2/+4
| * Provide host name to certificate_check_cbSven Strickroth2014-09-221-3/+6
* | remote: use active refspec override in the testsCarlos Martín Nieto2014-09-301-3/+5
* | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-303-7/+7
|/
* 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