summaryrefslogtreecommitdiff
path: root/tests/network
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-174-31/+29
* url: introduce `git_net_url_matches_pattern_list`Edward Thomson2021-09-011-0/+49
* url: introduce `git_net_url_matches_pattern`Edward Thomson2021-09-011-0/+54
* tests: create the network::url test hierarcyEdward Thomson2021-09-013-59/+59
* remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-291-0/+8
* remote: introduce git_remote_ready_cbEdward Thomson2021-08-291-0/+42
* remote: introduce set_instance_urlEdward Thomson2021-08-271-0/+45
* urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-231-230/+109
* urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-231-0/+510
* remote: use git_remote_name_is_validEdward Thomson2020-10-251-8/+15
* refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-251-1/+1
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-013-32/+32
* tests: add missing error checksPatrick Steinhardt2020-02-071-1/+1
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-20/+20
* net: introduce git_net_url_joinpathEdward Thomson2020-01-241-0/+194
* net: refactor gitno redirect handlingEdward Thomson2020-01-241-10/+10
* netops: handle intact query parameters in service_suffix removalJosh Bleecher Snyder2020-01-091-0/+16
* cred: separate public interface from low-level detailsEtienne Samson2019-09-131-11/+7
* smart: use push_glob instead of manual filteringEtienne Samson2019-08-212-5/+5
* net: handle urls with a colon after host but no portEdward Thomson2019-06-111-0/+24
* 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