summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-37/+26
* Merge pull request #1967 from victorgp/cleaning-code-minor-changeVicent Martí2013-11-191-4/+0
|\
| * cleaning code, removing unused variablesVictor Garcia2013-11-191-4/+0
* | Fix warningsRussell Belfer2013-11-181-3/+3
* | Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-181-27/+44
|/
* Merge pull request #1951 from victorgp/create-remote-plus-fetchVicent Martí2013-11-141-0/+30
|\
| * splitting funcionality in two methods to avoid ambiguity with NULLVictor Garcia2013-11-081-6/+33
| * allowing create remote with custom fetch specVictor Garcia2013-11-071-4/+7
* | remote: let's at least pretend to have some memory safetyCarlos Martín Nieto2013-11-111-3/+27
* | remote: fix a couple of leaksCarlos Martín Nieto2013-11-111-6/+0
* | remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-16/+5
* | remote: don't allow such direct access to the refspecsCarlos Martín Nieto2013-11-101-20/+56
* | remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-011-76/+35
* | remote: create FETCH_HEAD with a refspecless remoteCarlos Martín Nieto2013-11-011-0/+21
|/
* Set new multivar values using unmatcheable regexp.Daniel Rodríguez Troitiño2013-11-011-1/+4
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-2/+4
* The "common.h" should be included before "config.h".Cheng Zhao2013-10-281-0/+1
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-2/+2
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-0/+18
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-12/+1
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-021-5/+2
* Remove regex usage from places that don't need itRussell Belfer2013-09-231-29/+15
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-2/+2
|\
| * Fix warningLinquize2013-09-191-2/+2
* | No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
|/
* Merge pull request #1803 from libgit2/ntk/topic/even_more_lenient_remote_parsingVicent Martí2013-08-281-11/+35
|\
| * remote: Make git_remote_list() detect pushurlnulltoken2013-08-271-2/+4
| * remote: Relax the parsing logic even morenulltoken2013-08-271-8/+25
| * remote: Don't parse missing urls as empty stringsnulltoken2013-08-271-1/+1
| * remote: Warn the user when connecting with no urlnulltoken2013-08-271-1/+4
| * remote: Assert proper GIT_DIRECTION_XXXX valuesnulltoken2013-08-271-0/+2
* | Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-281-1/+1
|\ \ | |/ |/|
| * config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-081-1/+1
* | Merge pull request #1780 from phkelley/developmentVicent Martí2013-08-141-2/+27
|\ \
| * | Respect GIT_SSL_NO_VERIFY and http.sslVerifyPhilip Kelley2013-08-131-2/+27
| |/
* | remote: relax the url rulesCarlos Martín Nieto2013-08-141-6/+0
|/
* Add `git_remote_owner`Etienne Samson2013-07-151-0/+6
* Fix some memory leaksRussell Belfer2013-06-101-1/+3
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-031-39/+13
|\
| * ...Aaaand this worksVicent Marti2013-05-301-4/+1
| * Liike thisVicent Marti2013-05-281-36/+13
* | Proposal to handle default value (auto = 0)yorah2013-05-301-6/+1
* | remote: make default tag retrieving behaviour consistentyorah2013-05-301-6/+5
|/
* Fetch should not fail when remote HEAD reference is not present locallyJameson Miller2013-05-151-13/+0
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-14/+19
|\
| * Move a couple more functions to use iteratorsCarlos Martín Nieto2013-05-111-13/+19
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+0
* | Merge pull request #1561 from arrbee/fix-windows-diff-eofnlVicent Martí2013-05-091-1/+1
|\ \
| * | Fix win32 type warningsRussell Belfer2013-05-071-1/+1
* | | remote: correctly interpret tagopt '--tags'Carlos Martín Nieto2013-05-071-10/+18
|/ /