summaryrefslogtreecommitdiff
path: root/tests/online
Commit message (Expand)AuthorAgeFilesLines
* clone: set the credentials callback during testingcmn/push-testsCarlos Martín Nieto2015-06-121-0/+1
* push: pass the callbacks during setup as wellCarlos Martín Nieto2015-06-121-3/+7
* Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto2015-05-291-0/+68
|\
| * test: Add a test for in-memory SSH private key cred_cbMichał Górny2015-05-271-0/+68
* | clone: don't rely on auto-saving for single-branchCarlos Martín Nieto2015-05-171-10/+13
|/
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-132-9/+6
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-132-4/+5
* remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-131-1/+1
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-132-5/+5
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-134-85/+59
* Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson2015-05-011-1/+1
|\
| * push: report the update plan to the callercmn/negotiation-notifyCarlos Martín Nieto2015-04-191-1/+1
* | Fix for Issue #3023 tests fail with no networkcthomas2015-04-211-0/+52
|/
* Add failing test for cert callback with non-ecrypted streamCarlos Martín Nieto2015-03-161-0/+7
* Put back the number of expected references to 6 from the test repoCarlos Martín Nieto2015-03-131-3/+3
* 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
|/