summaryrefslogtreecommitdiff
path: root/src/remote.h
Commit message (Expand)AuthorAgeFilesLines
* remote: add missing include git2/remote.hMichael Schubert2012-08-041-0/+2
* Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-271-0/+1
|\
| * Add a struct for network callbacksCarlos Martín Nieto2012-07-211-0/+1
* | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-271-0/+2
* | Remotes: Load/Save for fetch.foo.pushurlSascha Cunz2012-07-261-0/+1
|/
* ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-1/+2
* Update Copyright headerschu2012-02-131-1/+1
* remote: Cleanup the remotes codeVicent Marti2011-11-281-1/+1
* remote: bitfield should be unsignedCarlos Martín Nieto2011-10-121-1/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-0/+1
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-181-0/+1
* Bind the configuration and remotes to a repositoryCarlos Martín Nieto2011-08-181-0/+1
* Implement sending havesCarlos Martín Nieto2011-08-181-3/+1
* Add a generic send_wantsCarlos Martín Nieto2011-08-181-0/+2
* Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-271-0/+2
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+14