summaryrefslogtreecommitdiff
path: root/src/transport_local.c
Commit message (Expand)AuthorAgeFilesLines
* Move the transports to their own directoryCarlos Martín Nieto2011-10-121-227/+0
* transport: don't have an extra send-wants stepCarlos Martín Nieto2011-10-121-18/+0
* local transport: don't segfault on wrong URLCarlos Martín Nieto2011-10-011-6/+11
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-2/+2
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-1/+2
* Implement and bind local_send_wantsCarlos Martín Nieto2011-08-181-3/+12
* Add a generic send_wantsCarlos Martín Nieto2011-08-181-0/+9
* util: Add git__strcmp_cb() wrappernulltoken2011-08-091-8/+1
* transport: Wrap `strcmp`Vicent Marti2011-08-081-1/+8
* Use the internal sort in the local transportCarlos Martín Nieto2011-08-061-9/+1
* transport_local: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* Also update local_connect's unused var name for MSVCCarlos Martín Nieto2011-07-051-1/+1
* Slim down git_transportCarlos Martín Nieto2011-06-271-1/+1
* Move transports to an inheritance modelCarlos Martín Nieto2011-06-261-27/+26
* local transport: keep better track of memoryCarlos Martín Nieto2011-06-261-12/+46
* local transport: sort the refs before resolving themCarlos Martín Nieto2011-06-261-20/+30
* Implement ls-remote on local driveCarlos Martín Nieto2011-06-261-2/+141
* Lay down the fundations for the network codeCarlos Martín Nieto2011-06-261-0/+41