summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't hide the transport detailsCarlos Martín Nieto2011-08-304-66/+11
* Fix Windows compilationCarlos Martín Nieto2011-08-303-15/+26
* compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-304-11/+22
* network: <select.h> is not available in MinGWVicent Marti2011-08-301-0/+2
* Merge pull request #378 from kiryl/WuninitializedVicent Martí2011-08-303-8/+11
|\
| * transport_git: add missed error handlingKirill A. Shutemov2011-08-241-0/+2
| * Fix false positive -Wuninitialized warningsKirill A. Shutemov2011-08-242-8/+9
* | pkt: use sizeof() instead of strlen() to avoid variable length arrayKirill A. Shutemov2011-08-261-1/+1
* | Drop STRLEN() macrosKirill A. Shutemov2011-08-2513-35/+33
|/
* transport: Merge bitfieldVicent Marti2011-08-181-2/+2
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-1812-35/+30
* odb: Do not pass around a header when hashingVicent Marti2011-08-183-14/+10
* Keep sending want lines if the server doesn't anwer a flushCarlos Martín Nieto2011-08-181-0/+23
* Actually implement object negotiationCarlos Martín Nieto2011-08-184-30/+79
* Implement and bind local_send_wantsCarlos Martín Nieto2011-08-181-3/+12
* Move negotiation to the transportCarlos Martín Nieto2011-08-185-46/+83
* Update transport lifetime documentationCarlos Martín Nieto2011-08-181-13/+10
* Use time sorting in fetchCarlos Martín Nieto2011-08-181-0/+1
* Be smarter about selecting wantsCarlos Martín Nieto2011-08-181-28/+2
* Remove enum git_whnCarlos Martín Nieto2011-08-182-16/+4
* Assert a filename in indexer creationCarlos Martín Nieto2011-08-181-0/+2
* Don't try to download the packfile too earlyCarlos Martín Nieto2011-08-181-14/+11
* Add git_remote_update_tipsCarlos Martín Nieto2011-08-181-0/+27
* Implement cooperative cachingCarlos Martín Nieto2011-08-183-4/+49
* Rethrow pack entry offset errorCarlos Martín Nieto2011-08-181-1/+1
* Use strcpy+strcat as memcpy was overlappingCarlos Martín Nieto2011-08-181-2/+3
* Use common capabilitiesCarlos Martín Nieto2011-08-184-5/+78
* Only wait for pack if we need itCarlos Martín Nieto2011-08-184-8/+26
* Tell the user where the downloaded packfile is storedCarlos Martín Nieto2011-08-184-10/+14
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-184-9/+29
* Bind the configuration and remotes to a repositoryCarlos Martín Nieto2011-08-185-4/+11
* Download packCarlos Martín Nieto2011-08-186-40/+165
* Move have sendingCarlos Martín Nieto2011-08-186-76/+129
* Implement sending havesCarlos Martín Nieto2011-08-188-14/+89
* Add a generic send_wantsCarlos Martín Nieto2011-08-187-2/+40
* negotiationCarlos Martín Nieto2011-08-182-4/+74
* git_pkt_send_wantsCarlos Martín Nieto2011-08-181-0/+26
* Add git_fetch_list_want which creates the "want" listCarlos Martín Nieto2011-08-181-0/+123
* refs.c: remove two lines of dead codeschu2011-08-171-2/+0
* reflog.c: fix memory leaksschu2011-08-171-8/+21
* git__strndup: immediately return NULL when ENOMEMschu2011-08-171-2/+4
* config_file.c: fix memory leaksschu2011-08-171-6/+15
* tsort.c: fix include of common.hschu2011-08-171-1/+2
* unix/posix.h: remove redundant includeschu2011-08-171-1/+0
* Fix the reference character check for UnicodeCarlos Martín Nieto2011-08-161-2/+2
* reflog: fix memory leaksschu2011-08-161-1/+5
* reflog: assimilate reflog API to return git_oid'sschu2011-08-152-11/+10
* commit: Add support for Encoding headerVicent Marti2011-08-122-31/+31
* Merge pull request #355 from jdavid/fix-buildVicent Martí2011-08-091-2/+2
|\
| * Fix "redefinition of typedef git_indexer" build errorJ. David Ibáñez2011-08-051-2/+2