summaryrefslogtreecommitdiff
path: root/src/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-8/+8
* remote: Fix connected testVicent Marti2011-11-281-1/+1
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-10/+25
* repository: Change ownership semanticsVicent Marti2011-11-261-6/+12
* Free the created refs in git_remote_update_tipsCarlos Martín Nieto2011-11-221-0/+3
* Set transport to NULL after freeing itCarlos Martín Nieto2011-11-221-0/+1
* remote: Assert things that should be assertedVicent Marti2011-11-221-7/+23
* Add git_remote_connectedCarlos Martín Nieto2011-11-211-0/+5
* Add git_remote_disconnectCarlos Martín Nieto2011-11-211-6/+11
* Add a name to a remote created from the APICarlos Martín Nieto2011-11-181-1/+13
* remote: get rid of git_remote_negotiateCarlos Martín Nieto2011-11-181-5/+5
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-10/+10
* 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