Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-26indexer: kill git_indexer_stats.data_receivedCarlos Martín Nieto
2012-08-26indexer: don't segfault when freeing an unused indexerCarlos Martín Nieto
2012-08-24indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto
2012-07-15indexer: delay resolving deltasCarlos Martín Nieto
2012-06-28mwindow: allow memory-window files to deregisterCarlos Martin Nieto
2012-06-28indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto
2012-06-25indexer: start parsing input data immediatelyMichael Schubert
2012-06-14Merge remote-tracking branch 'source/development' into developmentChris Young
2012-06-12Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-05-19CleanupMichael Schubert
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-16indexer: add more consistency checksCarlos Martín Nieto
2012-05-15Introduce GITERR_INDEXERCarlos Martín Nieto
2012-05-09indexer: close the pack's fd before renaming itCarlos Martín Nieto
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-27Fix Win32 warningsRussell Belfer
2012-04-25transports: buffer the git requests before sending themCarlos Martín Nieto
2012-04-14indexer: add git_indexer_stream_free() and _hash()Carlos Martín Nieto
2012-04-14indexer: Add git_indexer_stream_finalize()Carlos Martín Nieto
2012-04-14indexer: start writing the stream indexerCarlos Martín Nieto
2012-03-20Convert indexer, notes, sha1_lookup, and signatureRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-07error-handling: RepositoryVicent Martí
2012-02-15zlib: Remove custom `git2/zlib.h` headerVicent Martí
2012-02-13Update Copyright headerschu
2012-02-10odb: Add internal `git_odb__hashfd`Vicent Martí
2012-01-19indexer: save the pack index with the right nameCarlos Martín Nieto
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-10-29Merge pull request #456 from brodie/perm-fixesVicent Martí
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-05indexer: NUL-terminate the filenameCarlos Martín Nieto
2011-10-01indexer: return immediately if passed a NULL valueCarlos Martín Nieto
2011-09-19Cleanup legal dataVicent Marti
2011-09-08Fix some random size_t vs. int conversion warningsSebastian Schuberth
2011-08-25Drop STRLEN() macrosKirill A. Shutemov
2011-08-18odb: Do not pass around a header when hashingVicent Marti
2011-08-18Assert a filename in indexer creationCarlos Martín Nieto
2011-08-18Implement cooperative cachingCarlos Martín Nieto
2011-08-10Merge pull request #355 from jdavid/fix-buildVicent Martí
2011-08-09Fix compilation in WindowsVicent Marti
2011-08-05Fix "redefinition of typedef git_indexer" build errorJ. David Ibáñez
2011-08-03Move pack index writing to a public functionCarlos Martín Nieto
2011-08-03Implement the indexerCarlos Martín Nieto
2011-08-02Modify the given offset in git_packfile_unpackCarlos Martín Nieto
2011-08-02Move pack functions to their own fileCarlos Martín Nieto
2011-08-02Make packfile_unpack_header more genericCarlos Martín Nieto