summaryrefslogtreecommitdiff
path: root/tests/network/remote/remotes.c
Commit message (Expand)AuthorAgeFilesLines
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-3/+3
* Tell the git_transport about the custom_headersMatt Burke2015-09-081-3/+3
* 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-281-11/+1
* remote: remove git_remote_save()Carlos Martín Nieto2015-05-131-12/+0
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-60/+17
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-131-6/+5
* 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-131-5/+5
* 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
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-2/+2
* remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-301-5/+9
* 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-081-12/+12
|/
* remote: add a failing test for checking the current branch's upstreamCarlos Martín Nieto2014-11-021-0/+27
* remote: delete git_remote_supported_url()cmn/remove-supported-urlCarlos Martín Nieto2014-10-241-20/+0
* Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-171-0/+1
* Merge pull request #2511 from libgit2/cmn/remote-default-restrictVicent Marti2014-09-091-0/+50
|\
| * clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-021-12/+1
| * remote: add test for single-branch cloneCarlos Martín Nieto2014-09-021-0/+61
* | remote: test for supported URLs in a single placeCarlos Martín Nieto2014-08-311-16/+9
* | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-11/+16
|/
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-26/+4
* Remote: Set an error when a remote cannot be found.Arthur Schreiber2014-05-301-0/+9
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-011-4/+4
* Don't strcmp a git_buf, strcmp its char *Edward Thomson2014-01-291-1/+1
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-14/+7
* Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-0/+2
* Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+21
* Rename tests-clar to testsBen Straub2013-11-141-0/+510