summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Clay 0.7.0 scriptclay-testVicent Marti2011-09-042-1/+214
* Switch to the Clay testing frameworkVicent Marti2011-09-0437-8007/+1106
* 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
* Merge pull request #380 from kiryl/no-release-debugVicent Martí2011-08-301-3/+1
|\
| * CMakeLists: no need in split debug/release buildKirill A. Shutemov2011-08-251-3/+1
* | netops: Use the size_t, LukeVicent Marti2011-08-302-9/+11
* | Add git_remote_newCarlos Martín Nieto2011-08-302-0/+32
* | Don't hide the transport detailsCarlos Martín Nieto2011-08-305-74/+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
| |/
* | Merge pull request #379 from kiryl/STRLENVicent Martí2011-08-2514-36/+34
|\ \ | |/ |/|
| * pkt: use sizeof() instead of strlen() to avoid variable length arrayKirill A. Shutemov2011-08-261-1/+1
| * Drop STRLEN() macrosKirill A. Shutemov2011-08-2514-36/+34
|/
* 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-182-30/+3
* Remove enum git_whnCarlos Martín Nieto2011-08-183-24/+6
* 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-182-0/+37
* 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-185-8/+40
* 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-185-10/+41
* 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-183-4/+76
* 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-182-0/+130
* Merge pull request #375 from schu/cleanupVicent Martí2011-08-176-20/+42
|\