summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-177/+182
* Update remote.cLaurence McGlashan2021-09-181-1/+1
* Apply suggestions from code reviewLaurence McGlashan2021-09-181-7/+2
* Allow proxy options when connecting with a detached remote.Laurence McGlashan2021-09-161-3/+15
* Fix coding style for pointerpunkymaniac2021-09-091-1/+1
* remote: refactor proxy detectionEdward Thomson2021-09-011-110/+94
* Add NO_PROXY env supportMathieu Parent2021-09-011-6/+87
* remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-291-3/+16
* remote: introduce git_remote_ready_cbEdward Thomson2021-08-291-3/+12
* remote: introduce set_instance_urlEdward Thomson2021-08-271-0/+32
* skip descendant check if remote ref not foundAlex Good2021-08-051-1/+3
* Respect the force flag on refspecs in git_remote_fetchAlex Good2021-06-111-0/+3
* Fix some typosAaron Franke2021-02-151-3/+3
* remote: don't update invalid refsEdward Thomson2021-01-071-0/+10
* remote: use GIT_ASSERTEdward Thomson2020-11-271-36/+45
* buffer: git_buf_sanitize should return a valueEdward Thomson2020-11-251-3/+7
* remote: deprecate git_remote_is_valid_nameEdward Thomson2020-10-251-8/+14
* remote: use git_remote_name_is_validEdward Thomson2020-10-251-2/+4
* refs: introduce git_remote_name_is_validEdward Thomson2020-10-251-7/+25
* refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-251-5/+1
* refs: use git_reference_name_is_validEdward Thomson2020-10-251-3/+10
* remote: update the default remote branchEdward Thomson2020-08-031-14/+27
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* tree-wide: mark local functions as staticPatrick Steinhardt2020-06-091-2/+2
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-1/+1
* Merge pull request #5336 from libgit2/ethomson/credtypePatrick Steinhardt2020-01-301-1/+1
|\
| * credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-1/+1
* | remote functions: return an intEdward Thomson2020-01-241-2/+6
|/
* remote: remove unused block of codePatrick Steinhardt2019-08-021-29/+0
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+6
* remote: add callback to resolve URLs before connectingErik Aigner2019-05-211-21/+43
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-46/+46
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-4/+4
* remote: remove static create_internal functionEtienne Samson2018-11-021-10/+5
* remote: lower the default vector size to 8Etienne Samson2018-11-021-1/+1
* remote: add a flag to prevent generation of the default fetchspecEtienne Samson2018-11-021-4/+17
* remote: add a creation flag for ignoring url.insteadOfEtienne Samson2018-11-021-1/+1
* remote: provide a generic API for creating remotesEtienne Samson2018-11-021-39/+74
* remote: merge if-statementsEtienne Samson2018-11-021-5/+4
* remote: add a helper for generating the default fetchspecEtienne Samson2018-11-021-5/+11
* remote: move static methodEtienne Samson2018-11-021-23/+20
* Merge pull request #4794 from marcin-krystianc/mkrystianc/prune_perfPatrick Steinhardt2018-09-211-1/+1
|\
| * git_remote_prune to be O(n * logn)Marcin Krystianc2018-09-021-1/+1
* | remote: store the connection data in a private structEtienne Samson2018-09-071-15/+23
|/
* remote: set the error before cleanupEtienne Samson2018-08-211-2/+2
* refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-7/+7
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-33/+33
* remote: repo is optional hereEtienne Samson2018-04-201-1/+1
* remote: append to FETCH_HEAD rather than overwrite for each refspecCarlos Martín Nieto2017-12-261-0/+17