summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remote: fix C99-ismCarlos Martín Nieto2012-07-271-1/+2
* | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-271-1/+20
* | Remotes: Save a cleaned pushurl (by deleting it from the config)Sascha Cunz2012-07-271-4/+13
* | Remotes: Setter for url+pushurl; Getter for pushurlSascha Cunz2012-07-261-0/+32
* | Remotes: Load/Save for fetch.foo.pushurlSascha Cunz2012-07-261-0/+32
* | Remove unneccessary string transformationSascha Cunz2012-07-261-1/+1
* | update_tips: report error if it fails to create a refCarlos Martín Nieto2012-07-241-1/+1
|/
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-2/+5
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-0/+10
|\
| * ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-0/+10
* | remote: Make git_remote_add() generate a default refspec with a force update ...nulltoken2012-06-041-1/+1
* | refspec: expose the force update specifier through git_refspec_force() accessornulltoken2012-05-301-0/+4
|/