summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
Commit message (Expand)AuthorAgeFilesLines
* network: add sideband supportCarlos Martín Nieto2012-08-241-1/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-1/+4
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-1/+4
* | Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-271-1/+34
|\ \
| * | Add a struct for network callbacksCarlos Martín Nieto2012-07-211-1/+34
| |/
* | Remotes: Setter for url+pushurl; Getter for pushurlSascha Cunz2012-07-261-0/+30
|/
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-0/+9
|\
| * ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-0/+9
* | Fix spelling errors.Bruce Mitchener2012-05-191-4/+4
|/
* errors: Rename the generic return codesVicent Martí2012-05-181-9/+9
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-081-2/+3
* remote: add git_remote_add()Carlos Martín Nieto2012-05-081-0/+10
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-5/+7
|\
| * remote: add more doc on git_remote_freeMichael Schubert2012-04-281-0/+3
| * remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-251-4/+2
| * transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-251-0/+1
| * fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-251-1/+1
* | Make git_remote_supported_url() public and shorten error stringCarlos Martín Nieto2012-03-051-0/+8
|/
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+11
* Add git_remote_save()Carlos Martín Nieto2012-02-201-0/+8
* Add git_remote_set_{fetch,push}spec()Carlos Martín Nieto2012-02-201-0/+18
* Update Copyright headerschu2012-02-131-1/+1
* remote: Cleanup the remotes codeVicent Marti2011-11-281-1/+11
* repository: Change ownership semanticsVicent Marti2011-11-261-9/+9
* Add a note not to free the result from git_remote_lsCarlos Martín Nieto2011-11-221-1/+2
* Add git_remote_connectedCarlos Martín Nieto2011-11-211-0/+10
* Add git_remote_disconnectCarlos Martín Nieto2011-11-211-0/+10
* Add a name to a remote created from the APICarlos Martín Nieto2011-11-181-3/+5
* remote: get rid of git_remote_negotiateCarlos Martín Nieto2011-11-181-12/+5
* include: Unify internal include strategiesVicent Marti2011-11-181-3/+3
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-2/+2
* Add git_remote_newCarlos Martín Nieto2011-08-301-0/+12
* Add git_remote_update_tipsCarlos Martín Nieto2011-08-181-0/+10
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-0/+14
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-181-1/+12
* Fix compilation in C++: remove double GIT_BEGIN_DECLMarcel Groothuis2011-07-291-9/+0
* Fixup network headersCarlos Martín Nieto2011-07-271-1/+9
* typo: one git_remote_fetchspec should be pushspecCarlos Martín Nieto2011-07-131-1/+1
* Cleanup external APIVicent Marti2011-07-111-0/+35
* Slim down git_transportCarlos Martín Nieto2011-06-271-1/+1
* Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-271-0/+21
* Add a to-do list for remotesCarlos Martín Nieto2011-06-261-0/+8
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+58