summaryrefslogtreecommitdiff
path: root/tests/network/remote
Commit message (Expand)AuthorAgeFilesLines
* remote: use git_remote_name_is_validEdward Thomson2020-10-251-8/+15
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-012-18/+18
* smart: use push_glob instead of manual filteringEtienne Samson2019-08-211-3/+3
* remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-8/+77
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* tests: consolidate all remote creation tests in one test suiteEtienne Samson2018-11-021-59/+0
* tests: rename remote creation test suiteEtienne Samson2018-11-021-37/+0
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-103-4/+4
* tests: network: add missing include for `git_repository_new`Patrick Steinhardt2017-06-131-0/+1
* remote: ensure we can create an anon remote on inmemory repoethomson/config_for_inmemory_repoEdward Thomson2017-06-121-0/+16
* Remove unused static functionsPatrick Steinhardt2016-06-211-10/+0
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-193-10/+10
* Tell the git_transport about the custom_headersMatt Burke2015-09-083-10/+10
* remote: validate refspecs before adding to configCarlos Martín Nieto2015-05-281-0/+2
* remote: remove fetch parameter from create_anonymousCarlos Martín Nieto2015-05-282-16/+6
* push: add tests for the push negotiation callbackCarlos Martín Nieto2015-05-141-0/+114
* tests: don't push to our resourcescmn/local-push-messageCarlos Martín Nieto2015-05-131-2/+2
* remote: remove git_remote_save()Carlos Martín Nieto2015-05-131-12/+0
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-132-61/+17
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-132-20/+15
* remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-131-3/+3
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-3/+3
* remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-131-8/+17
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-133-35/+28
* Fix for Issue #3023 tests fail with no networkcthomas2015-04-211-51/+0
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-12/+4
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-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-034-35/+24
* remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-302-26/+23
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-4/+0
* Fix broken test suite on WindowsLinquize2014-12-071-3/+2
* remote: add test for pushing and deleting with the local transportCarlos Martín Nieto2014-11-231-0/+34
* Plug leaksCarlos Martín Nieto2014-11-231-0/+2
* Merge pull request #2671 from swisspol/remote_create_fixEdward Thomson2014-11-171-0/+35
|\
| * Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour2014-11-171-0/+35
* | Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson2014-11-171-3/+3
|\ \ | |/ |/|
| * push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-3/+3
* | Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like git 1.9.0Pierre-Olivier Latour2014-11-091-1/+1
* | Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson2014-11-081-0/+10
|\ \
| * | remote: don't check for upstream on an anonymous remoteCarlos Martín Nieto2014-11-081-0/+10
* | | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-083-17/+17
|/ /
* | Merge pull request #2682 from libgit2/cmn/fetch-tags-refspecEdward Thomson2014-11-061-0/+27
|\ \ | |/ |/|
| * remote: add a failing test for checking the current branch's upstreamCarlos Martín Nieto2014-11-021-0/+27
* | git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson2014-11-031-0/+9
* | remote: fix tagopt testCarlos Martín Nieto2014-11-021-7/+7
|/
* Merge pull request #2646 from libgit2/cmn/remote-renameEdward Thomson2014-10-241-43/+21
|\
| * remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-43/+21
* | remote: delete git_remote_supported_url()cmn/remove-supported-urlCarlos Martín Nieto2014-10-241-20/+0
|/
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-101-18/+3
|\