Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-22online::clone: free url and username before resettingEdward Thomson
2018-07-20push tests: deeply free the specsEdward Thomson
2018-07-20push tests: deeply free the push statusEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-04-16Merge pull request #4556 from libgit2/ethomson/proxy_pass_in_envEdward Thomson
2018-03-20online tests: update auth for bitbucket testEdward Thomson
2018-03-20online::clone: skip creds fallback testEdward Thomson
2018-02-28online::clone: validate user:pass in HTTP_PROXYEdward Thomson
2018-01-18tests: online::clone: fix memory leak due to not freeing URLPatrick Steinhardt
2018-01-03tests: online::clone: inline creds-test with nonexistent URLPatrick Steinhardt
2018-01-03tests: online::clone: construct credential-URL from environmentPatrick Steinhardt
2017-07-31Merge branch '4233'Edward Thomson
2017-06-21tests: online::clone: use URL of test serverPatrick Steinhardt
2017-05-05remote: test creating and fetching detached remotesPatrick Steinhardt
2017-05-05tests: online::remotes: add defines for URL and refspecPatrick Steinhardt
2017-05-05remote: reject various actions for detached remotesPatrick Steinhardt
2017-04-25cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt
2017-01-09https: don't test that RC4 is invalidCarlos Martín Nieto
2017-01-09http: correct the expected error for RC4Carlos Martín Nieto
2017-01-06http: perform 'badssl' check also via certificate callbackCarlos Martín Nieto
2016-10-27tests: fetchhead: fix memory leakPatrick Steinhardt
2016-08-04refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt
2016-04-21clone test: annotate unused varsEdward Thomson
2016-04-19proxy: don't specify the protocol in the typeCarlos Martín Nieto
2016-04-19proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto
2016-04-19proxy: ask the user for credentials if necessaryCarlos Martín Nieto
2016-03-14Use general cl_git_fail because the error is genericDirkjan Bussink
2016-03-14Setup better defaults for OpenSSL ciphersDirkjan Bussink
2015-11-03Fix build for unit testLeo Yang
2015-09-30Merge pull request #3411 from spraints/custom-push-headersCarlos Martín Nieto
2015-09-27net: add tests against badssl.comCarlos Martín Nieto
2015-09-18Fix a couple of warningsCarlos Martín Nieto
2015-09-13push: put the git_oid inline in the test structureCarlos Martín Nieto
2015-09-10Add a test for custom header validationMatt Burke
2015-09-08Tell the git_transport about the custom_headersMatt Burke
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-12clone: set the credentials callback during testingCarlos Martín Nieto
2015-06-12push: pass the callbacks during setup as wellCarlos Martín Nieto
2015-05-29Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto
2015-05-27test: Add a test for in-memory SSH private key cred_cbMichał Górny
2015-05-17clone: don't rely on auto-saving for single-branchCarlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto
2015-05-13remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto
2015-05-13remote: move the transport ctor to the callbacksCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-01Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson
2015-04-22Fix for Issue #3023 tests fail with no networkcthomas
2015-04-19push: report the update plan to the callerCarlos Martín Nieto
2015-03-16Add failing test for cert callback with non-ecrypted streamCarlos Martín Nieto