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
path: root/src/odb.c
AgeCommit message (Expand)Author
2012-02-23Fix warnings about type conversion on win32Russell Belfer
2012-02-15zlib: Remove custom `git2/zlib.h` headerVicent Martí
2012-02-13Update Copyright headerschu
2012-02-10odb: Proper symlink hashingVicent Martí
2012-02-10odb: Add internal `git_odb__hashfd`Vicent Martí
2012-01-18Move path related functions from fileops to pathRussell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-26Rename all `_close` methodsVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-29odb: Let users decide compression level for the loose ODBVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-18posix: Properly handle `snprintf` in all platformsVicent Marti
2011-08-18odb: Do not pass around a header when hashingVicent Marti
2011-07-09Fix MSVC compilation warningnulltoken
2011-07-09status: CleanupVicent Marti
2011-07-07vector: Timsort all of the thingsVicent Marti
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-19odb: Add GIT_EPASSTHROUGHVicent Marti
2011-06-03odb: Fix loading ODB alternatesVicent Marti
2011-06-03Merge pull request #144 from nordsturm/fix_fakewstreamVicent Martí
2011-06-02short-oid: CleanupVicent Marti
2011-06-02Fixed some error messages related to searching objects from a short oid. Fixe...Marc Pegon
2011-06-02Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon
2011-05-23odb: Reword errorsVicent Marti
2011-05-23odb.c: Move to new error handling mechanismJakob Pfender
2011-05-18Move odb.c to the new error handlingschu
2011-05-16Check error code from `git_cache_init`Vicent Marti
2011-05-16Merge pull request #184 from nulltoken/repo-error-handlingVicent Martí
2011-05-15fix git_otype typo when calling `git_odb_read_header`.Shuhei Tanuma
2011-05-15Move cache.c to the new error handlingnulltoken
2011-05-06odb backend_sort_cmp should be staticCarlos Martín Nieto
2011-04-24Fix whole buffer writing in fake wstreamSergey Nikishin
2011-04-04Add a fake wstream to the ODBVicent Marti
2011-03-23Improve the ODB writing backendVicent Marti
2011-03-22Add getters for `git_odb_object`Vicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-03Fix searching in git_vectorVicent Marti
2011-02-09Internal changes on the backend systemVicent Marti
2011-02-09Honor alternate entries in the ODBVicent Marti
2011-01-13Add new Repository initialization methodVicent Marti
2010-12-13Fix initialization & freeing of inexistent reposVicent Marti
2010-12-07Change the library include fileVicent Marti
2010-12-06Change include structure for the projectVicent Marti
2010-12-06Decouple storage from ODB logicVicent Marti
2010-12-06Revert changes in odb.c to eventually rebaseVicent Marti
2010-12-05Small source code readability improvements.nulltoken
2010-11-24Fix redeclaration warnings in MSVCVicent Marti