summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Add git_remote_newCarlos Martín Nieto2011-08-301-0/+20
* Don't hide the transport detailsCarlos Martín Nieto2011-08-301-5/+6
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-3/+3
* Add git_remote_update_tipsCarlos Martín Nieto2011-08-181-0/+27
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-0/+5
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-181-0/+11
* Bind the configuration and remotes to a repositoryCarlos Martín Nieto2011-08-181-0/+1
* Implement sending havesCarlos Martín Nieto2011-08-181-5/+0
* Add a generic send_wantsCarlos Martín Nieto2011-08-181-0/+5
* Slim down git_transportCarlos Martín Nieto2011-06-271-2/+2
* Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-271-0/+34
* Abstract the refspec query and parseCarlos Martín Nieto2011-06-261-11/+9
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+186