summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into error-handlingerror-handlingCarlos Martín Nieto2011-11-181-10/+10
|\
| * global: Properly use `git__` memory wrappersVicent Marti2011-10-281-10/+10
* | error: use the TLS global error stackCarlos Martín Nieto2011-10-271-0/+1
|/
* fetch: store FETCH_HEADCarlos Martín Nieto2011-10-081-2/+15
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-5/+0
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-5/+0
* | Merge pull request #399 from carlosmn/free-nullVicent Martí2011-09-181-0/+3
|\ \
| * | Add checks for NULL to the config and remote free functionsCarlos Martín Nieto2011-09-131-0/+3
| |/
* | Tabify everythingVicent Marti2011-09-191-1/+1
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* 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