summaryrefslogtreecommitdiff
path: root/tests/network
Commit message (Expand)AuthorAgeFilesLines
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-102-169/+206
* Merge pull request #5060 from pks-t/pks/refspec-nested-globsEdward Thomson2019-05-221-5/+19
|\
| * refspec: fix transforming nested starsPatrick Steinhardt2019-04-261-0/+5
| * refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-261-4/+13
| * tests: network::refspecs: add missing assert when parsing refspecPatrick Steinhardt2019-04-261-1/+1
* | remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-8/+77
|/
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-1/+1
* 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
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-3/+3
* Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-061-0/+5
|\
| * formatting fixNelson Elhage2018-06-291-1/+2
| * Add a test.Nelson Elhage2018-06-251-0/+4
* | refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-5/+5
* | refspec: add public parsing apicynecx2018-06-221-0/+12
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-104-7/+7
* tests: network::fetchlocal: let cleanup function handle sandbox cleanupPatrick Steinhardt2018-01-121-8/+0
* 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
* netops: make the path optional in URLsCarlos Martín Nieto2016-04-191-0/+9
* 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: add failing test for a mirror refspecCarlos Martín Nieto2015-08-111-5/+34
* Fix memory leak in tests/network/refspecs.cJeff Hostetler2015-06-171-0/+2
* Merge pull request #3149 from libgit2/cmn/upstream-matching-pushEdward Thomson2015-05-281-0/+10
|\
| * refspec: make sure matching refspecs have src, dst and input stringsCarlos Martín Nieto2015-05-221-0/+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-133-69/+18
* 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-132-10/+19
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-134-108/+72
* 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-035-53/+42
* Fix more indentation.David Calavera2015-01-071-1/+1
* Fix intentation.David Calavera2015-01-051-1/+1
* Load prune configuration when a remote is created.David Calavera2015-01-051-0/+44
* Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-301-0/+285
|\
| * fetch: plug leaks in the prune testsCarlos Martín Nieto2014-12-141-18/+34