summaryrefslogtreecommitdiff
path: root/tests/online
Commit message (Expand)AuthorAgeFilesLines
* winhttp: support default credentials for proxiesEdward Thomson2019-06-101-0/+22
* network: don't add arbitrary url rulesEdward Thomson2019-06-101-6/+0
* online tests: use gitlab for auth failuresethomson/auth_failureEdward Thomson2019-06-051-1/+1
* remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-222-7/+7
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-3/+3
* proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam2019-01-141-0/+7
* tests: optionally ignore https cert validationEdward Thomson2018-11-281-0/+18
* proxy tests: rename credential callbackEdward Thomson2018-11-281-2/+2
* proxy tests: support self-signed proxy certEdward Thomson2018-11-281-0/+30
* tests: support optional PROXY_SCHEMEEdward Thomson2018-11-281-3/+12
* tests: PROXY_URL is more accurately PROXY_HOSTEdward Thomson2018-11-281-9/+9
* online::clone: free url and username before resettingethomson/test_leakEdward Thomson2018-09-221-0/+6
* push tests: deeply free the specsEdward Thomson2018-07-201-1/+1
* push tests: deeply free the push statusEdward Thomson2018-07-201-2/+6
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-104-11/+11
* Merge pull request #4556 from libgit2/ethomson/proxy_pass_in_envEdward Thomson2018-04-161-0/+36
|\
| * online::clone: validate user:pass in HTTP_PROXYethomson/proxy_pass_in_envEdward Thomson2018-02-281-0/+36
* | 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
* Merge branch '4233'Edward Thomson2017-07-311-5/+77
|\
| * remote: test creating and fetching detached remotesPatrick Steinhardt2017-05-051-0/+38
| * tests: online::remotes: add defines for URL and refspecPatrick Steinhardt2017-05-051-5/+6
| * remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+33
* | tests: online::clone: use URL of test serverPatrick Steinhardt2017-06-211-1/+1
|/
* cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-251-1/+1
* https: don't test that RC4 is invalidcmn/sec-update-25Carlos Martín Nieto2017-01-091-0/+3
* http: correct the expected error for RC4Carlos Martín Nieto2017-01-091-2/+4
* http: perform 'badssl' check also via certificate callbackCarlos Martín Nieto2017-01-061-0/+29
* tests: fetchhead: fix memory leakPatrick Steinhardt2016-10-271-0/+2
* refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt2016-08-041-0/+51
* 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-193-7/+52
* Use general cl_git_fail because the error is genericDirkjan Bussink2016-03-141-2/+1
* Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-141-0/+9
* Fix build for unit testLeo Yang2015-11-021-2/+13
* Merge pull request #3411 from spraints/custom-push-headersCarlos Martín Nieto2015-09-303-7/+34
|\
| * Add a test for custom header validationMatt Burke2015-09-101-0/+27
| * Tell the git_transport about the custom_headersMatt Burke2015-09-082-7/+7
* | net: add tests against badssl.comcmn/badsslCarlos Martín Nieto2015-09-271-0/+27
* | Fix a couple of warningsCarlos Martín Nieto2015-09-181-1/+0
* | push: put the git_oid inline in the test structurecmn/push-tests-inline-oidCarlos Martín Nieto2015-09-133-11/+6
|/
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-022-57/+69
* clone: set the credentials callback during testingcmn/push-testsCarlos Martín Nieto2015-06-121-0/+1