summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remote: some error-handling issues from CoverityCarlos Martín Nieto2015-06-071-2/+3
* remote: apply insteadOf configuration.Patrick Steinhardt2015-05-311-5/+70
* remote: call the update_tips callback for opportunisitc updatesCarlos Martín Nieto2015-05-281-9/+31
* remote: validate refspecs before adding to configCarlos Martín Nieto2015-05-281-0/+10
* remote: remove fetch parameter from create_anonymousCarlos Martín Nieto2015-05-281-2/+2
* remote: get rid of the run-time refspec settersCarlos Martín Nieto2015-05-171-22/+6
* remote: simplify anonymous creationCarlos Martín Nieto2015-05-131-8/+1
* remote: remove git_remote_save()Carlos Martín Nieto2015-05-131-24/+0
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-30/+42
* remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-131-44/+59
* remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-131-19/+9
* remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-22/+5
* remote: add prune option to fetchCarlos Martín Nieto2015-05-131-1/+11
* remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-131-35/+53
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-52/+71
* push: remove own copy of callbacksCarlos Martín Nieto2015-05-131-7/+1
* Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson2015-05-011-1/+2
|\
| * push: report the update plan to the callercmn/negotiation-notifyCarlos Martín Nieto2015-04-191-1/+2
* | Fix some build warningsLeo Yang2015-04-281-4/+4
|/
* Merge pull request #2955 from git-up/update_tips_fixesCarlos Martín Nieto2015-03-181-0/+4
|\
| * Fixed active refspecs not reset by git_remote_upload()Pierre-Olivier Latour2015-03-111-0/+4
* | Initialize refs vector in git_remote_update_tips().Sebastian Bauer2015-03-171-1/+1
|/
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-3/+6
* push: remove reflog message overrideCarlos Martín Nieto2015-03-031-4/+3
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-15/+12
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-2/+1
* remote: plug leakEdward Thomson2015-01-081-5/+5
* Fix intentation.David Calavera2015-01-051-1/+1
* Load prune configuration when a remote is created.David Calavera2015-01-051-14/+34
* Fixed internal push state not being cleared on downloadPierre-Olivier Latour2015-01-011-0/+5
* Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-301-0/+167
|\
| * fetch: remove the prune setterCarlos Martín Nieto2014-12-141-5/+0
| * fetch: perform prune in separate stepsCarlos Martín Nieto2014-12-141-45/+112
| * fetch: prune after updating tipsCarlos Martín Nieto2014-12-141-3/+6