summaryrefslogtreecommitdiff
path: root/tests/network
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fetch: remove the prune setterCarlos Martín Nieto2014-12-141-4/+2
| * fetch: add test for the other order of overlapping specsCarlos Martín Nieto2014-12-141-0/+9
| * fetch: assert we don't call update tips when there are no upatesCarlos Martín Nieto2014-12-141-0/+12
| * fetch: do set prune when testingCarlos Martín Nieto2014-12-141-0/+1
| * Make sure that `fetch --prune --tags` doesn't remove tags.David Calavera2014-12-141-0/+59
| * Cleanup repository after prune tests.David Calavera2014-12-141-19/+14
| * Cleanup after testing remote prune.David Calavera2014-12-141-3/+6
| * Fix references to git_remote_lookup.David Calavera2014-12-141-6/+6
| * Test that prune overlapping works as expected.David Calavera2014-12-141-0/+64
| * Fix calls to `git_remote_download` and `git_remote_fetch`.David Calavera2014-12-141-6/+6
| * Add test for prune refsLinquize2014-12-141-0/+128
* | Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson2014-12-302-26/+23
|\ \
| * | remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-302-26/+23
| |/
* | local: add failing test for sideband informationCarlos Martín Nieto2014-12-161-0/+34
|/
* 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
|\ \ | |/ |/|