summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-151-2/+2
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* | remote: add function to create detached remotesEric Myhre2017-05-051-7/+17
* | remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+17
* | remote: improve error message if no URL is setPatrick Steinhardt2017-05-051-1/+3
|/
* remote: free the config snapshotEdward Thomson2017-05-011-8/+8
* Merge branch 'pr/4225'Edward Thomson2017-05-011-1/+1
|\
| * Allow NULL refspec in git_remote_pushYichao Yu2017-04-291-1/+1
* | Do not free config when creating remoteYichao Yu2017-04-291-1/+0
|/
* Fixing a code style issueChristopher Bargren2017-02-101-3/+2
* Addressing PR feedback Christopher Bargren2017-02-081-12/+5
* Add support for lowercase proxy environment variablesChristopher Bargren2017-02-081-0/+12
* giterr_set: consistent error messagesEdward Thomson2016-12-291-3/+3
* remote: Handle missing config values when deleting a remoteDavid Turner2016-07-151-4/+10
* Remove unused static functionsPatrick Steinhardt2016-06-211-75/+0
* fetch: Fixed spurious update callback for existing tags.Jason Haslam2016-06-141-1/+5
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-6/+20
* remote: set error code in `create_internal`Patrick Steinhardt2016-02-231-2/+2
* Copy custom_headers insteach of referencing the caller's copyMatt Burke2015-09-251-1/+1
* These can be staticMatt Burke2015-09-241-1/+1
* Avoid segfault when opts == NULLMatt Burke2015-09-101-3/+8
* Accept custom headers for fetch tooMatt Burke2015-09-101-2/+6
* Tell the git_transport about the custom_headersMatt Burke2015-09-081-5/+16
* Drop extra_http_headers from git_remoteMatt Burke2015-09-081-12/+0
* Allow the world to set HTTP headers for remotesMatt Burke2015-09-041-1/+11
* Pull extra_http_headers from the git_remoteMatt Burke2015-09-041-0/+2
* remote: don't confuse tag auto-follow rules with refspec matchingcmn/mirror-refspecCarlos Martín Nieto2015-08-111-4/+10
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-9/+18
* Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson2015-06-251-2/+2
|\
| * Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-2/+2
* | remote: insert refspecs with no rhs in FETCH_HEADcmn/fetch-spec-fetchheadCarlos Martín Nieto2015-06-251-3/+14
|/
* remote: return EINVALIDSPEC when given an empty URLcmn/url-emptyCarlos Martín Nieto2015-06-161-2/+6