summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | transport: don't have an extra send-wants stepCarlos Martín Nieto2011-10-125-68/+19
* | http: Start negotiate_fetchCarlos Martín Nieto2011-10-121-0/+92
* | net,pkt: add chunked supportCarlos Martín Nieto2011-10-125-26/+72
* | http: add more modularity to the codeCarlos Martín Nieto2011-10-121-46/+47
* | msvc: Fix resourc embeddingVicent Marti2011-10-121-6/+5
* | Merge pull request #449 from csware/include-win-version-informationVicent Martí2011-10-125-7/+62
|\ \
| * | include version information in git2.dll on WindowsSven Strickroth2011-10-093-1/+44
| * | put version information in separate fileSven Strickroth2011-10-093-5/+17
| * | libgit2 doesn't use -LIB defineSven Strickroth2011-10-091-1/+1
| |/
* | Merge pull request #452 from carlosmn/cmake-respect-userVicent Martí2011-10-112-3/+11
|\ \
| * | Explain how to build universal OSX binariesCarlos Martín Nieto2011-10-111-0/+4
| * | CMake: don't overwrite the user's CFLAGSCarlos Martín Nieto2011-10-111-2/+2
| * | CMake: Only add the STDCALL option when using MSVCCarlos Martín Nieto2011-10-111-1/+5
|/ /
* | fetch: move 'head' so it's visible to the whole functionCarlos Martín Nieto2011-10-091-1/+2
* | Merge pull request #444 from carlosmn/fetch-fixesVicent Martí2011-10-095-11/+45
|\ \
| * | fetch: store FETCH_HEADCarlos Martín Nieto2011-10-084-5/+37
| * | A missing refspec is not an errorCarlos Martín Nieto2011-10-082-7/+9
* | | Merge pull request #447 from csware/fix-win64-buildVicent Martí2011-10-081-1/+1
|\ \ \
| * | | fix build for x64Sven Strickroth2011-10-091-1/+1
| | |/ | |/|
* | | Merge pull request #439 from carlosmn/network-examplesVicent Martí2011-10-076-0/+372
|\ \ \
| * | | examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-036-0/+372
| | |/ | |/|
* | | Merge pull request #446 from schu/tests-clay-updateVicent Martí2011-10-075-66/+139
|\ \ \ | |_|/ |/| |
| * | tests-clay: add a readme fileschu2011-10-071-0/+26
| * | tests-clay: update clayschu2011-10-074-66/+113
|/ /
* | libgit2 v0.15.0 "Das Wunderbar Release"v0.15.0Vicent Marti2011-10-051-2/+2
* | cmake: Set the old test suite as default for the releaseVicent Marti2011-10-051-2/+2
* | msvc: Remove superfluous includesVicent Marti2011-10-052-16/+1
* | msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-057-73/+596
* | indexer: NUL-terminate the filenameCarlos Martín Nieto2011-10-051-2/+2
* | Merge pull request #441 from csware/ignore-missing-pack-fileVicent Martí2011-10-031-1/+4
|\ \
| * | ignore missing pack file as git doesSven Strickroth2011-10-031-1/+4
| |/
* | Merge pull request #438 from jdavid/developmentVicent Martí2011-10-031-7/+16
|\ \ | |/ |/|
| * oid: add missing check to git_oid_fromstrnJ. David Ibáñez2011-10-021-0/+3
| * oid: now git_oid_fromstrn checks whether the given string is too shortJ. David Ibáñez2011-09-301-0/+3
| * oid: optimize git_oid_fromstrn by using memsetJ. David Ibáñez2011-09-301-2/+1
| * oid: make git_oid_fromstrn support hex strings of odd lengthJ. David Ibáñez2011-09-301-5/+9
* | Squelch a couple of warningsCarlos Martín Nieto2011-10-012-2/+2
* | config: behave like git with [section.subsection]Carlos Martín Nieto2011-10-013-65/+54
* | indexer: return immediately if passed a NULL valueCarlos Martín Nieto2011-10-011-0/+3
* | pkt: send all of the wants in the negotiationCarlos Martín Nieto2011-10-011-1/+3
* | transport-git: fix git request length calculationCarlos Martín Nieto2011-10-011-1/+1
* | clay: Fix compilation under MSVCVicent Marti2011-10-011-7/+9
* | transport-git: Encapsulation ist gutVicent Marti2011-10-011-16/+11
* | http-transport: Properly cleanup the WSA contextVicent Marti2011-10-011-13/+13
* | http-transport: Update copyrightVicent Marti2011-10-011-21/+3
* | Merge pull request #437 from carlosmn/networking-windowsVicent Martí2011-10-015-29/+89
|\ \
| * | netops: abstract away socket closingCarlos Martín Nieto2011-10-014-8/+20
| * | local transport: don't segfault on wrong URLCarlos Martín Nieto2011-10-011-6/+11
| * | Initialise the winsock DLLCarlos Martín Nieto2011-10-014-9/+52
| * | Use git_buf in the git requestCarlos Martín Nieto2011-10-011-10/+10