summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-10/+69
* Typedef enums.Ben Straub2012-11-271-2/+2
* API updates for remote.hBen Straub2012-11-271-16/+16
* Clean up config.hBen Straub2012-11-271-2/+2
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-3/+3
* config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-131-2/+4
* config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-131-1/+1
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-2/+140
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-1/+10
* 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
* Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1
* Bail out if remote->url would be NULLJustin Spahr-Summers2012-11-041-0/+5
* Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-011-53/+76
|\
| * Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-53/+76
* | Ensure that non-error is not propagatedBen Straub2012-10-311-0/+1
* | Fix a couple of warningsMichael Schubert2012-10-301-1/+1
|/
* Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-251-27/+359
|\
| * remote: introduce git_remote_rename()nulltoken2012-10-251-0/+285
| * refspec: introduce git_refspec__serialize()nulltoken2012-10-251-7/+4
| * remote: remove some code duplicationnulltoken2012-10-251-27/+48
| * remote: prevent from saving a nameless remotenulltoken2012-10-251-0/+29
* | Remove inline hintBen Straub2012-10-251-1/+1
* | Fix Windows buildBen Straub2012-10-251-1/+1
* | Merge pull request #990 from ben/clone-callbacksVicent Martí2012-10-251-3/+12
|\ \ | |/ |/|
| * Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-3/+2
| * Network progress: rename thingsBen Straub2012-10-241-2/+2
| * Fetch/indexer: progress callbacksBen Straub2012-10-191-2/+6
| * Add accessor for git_remote's stats fieldBen Straub2012-10-191-0/+6
| * Add git_indexer_stats field to git_remoteBen Straub2012-10-191-3/+3
* | Add config level support in the config APIyorah2012-10-231-2/+2
* | Merge pull request #963 from carlosmn/remote-save-autotagVicent Martí2012-10-221-0/+39
|\ \ | |/ |/|
| * remote: don't auto-follow tags on an unamed remoteCarlos Martín Nieto2012-10-021-0/+5
| * remote: set/unset the autotag setting on saveCarlos Martín Nieto2012-10-021-0/+34
* | remote: support fetch cancelationCarlos Martín Nieto2012-10-181-0/+5
* | remote: only keep a weak pointer in update_tipsCarlos Martín Nieto2012-10-071-1/+1
|/
* remote: Fix mid-block declarationVicent Marti2012-10-011-1/+1
* remote: support downloading all tagsCarlos Martín Nieto2012-09-301-3/+6
* remote: use the refspec functions to parse, instead of rolling our ownCarlos Martín Nieto2012-09-301-37/+9
* remote: add accessors for the autotag settingCarlos Martín Nieto2012-09-301-0/+10
* remote: create tags if we have themCarlos Martín Nieto2012-09-301-7/+48
* fetch: use the include-tag capabilityCarlos Martín Nieto2012-09-301-0/+28
* refspec: add git_refspec__free, remove git_refspec_parseCarlos Martín Nieto2012-09-301-4/+2
* network: add sideband supportCarlos Martín Nieto2012-08-241-0/+8
* oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-091-0/+1
* Fix iterator check and return valueRussell Belfer2012-08-061-1/+6
* remotes: Proper return for `git_remote_ls`Vicent Marti2012-08-061-4/+2
* remote: add missing include git2/remote.hMichael Schubert2012-08-041-1/+0
* transport: store the refs in a common areaCarlos Martín Nieto2012-07-301-1/+20
* Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-271-3/+10
|\
| * Add a struct for network callbacksCarlos Martín Nieto2012-07-211-3/+10