summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup legal dataVicent Marti2011-09-1999-940/+438
* status: enhance determination of statuses for a whole directorynulltoken2011-09-151-193/+477
* status: enhance determination of status for a single filenulltoken2011-09-151-82/+121
* repository: Add git_repository_head()nulltoken2011-09-151-5/+17
* Fix an integral overflow on 64-bitSebastian Schuberth2011-09-081-1/+1
* Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth2011-09-083-10/+10
* Get rid of a superfluous pointer castSebastian Schuberth2011-09-081-1/+1
* Fix minor indentation issues (spaces to tabs)Sebastian Schuberth2011-09-082-6/+6
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-085-12/+16
* Merge pull request #388 from lambourg/masterVicent Martí2011-09-021-0/+10
|\
| * Fix for issue #387Jerome Lambourg2011-09-021-0/+10
* | Fix compilation in MinGWVicent Marti2011-08-312-8/+5
* | posix: Fix undeclared prototypeVicent Marti2011-08-302-7/+11
* | repository: Fix signed/unsigned comp.Vicent Marti2011-08-301-1/+2
* | netops: This is the proper checkVicent Marti2011-08-301-1/+1
* | netops: Use the size_t, LukeVicent Marti2011-08-302-9/+11
* | Add git_remote_newCarlos Martín Nieto2011-08-301-0/+20
* | 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