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
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-31CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov
2011-08-25Drop STRLEN() macrosKirill A. Shutemov
2011-08-09Fix compilation in WindowsVicent Marti
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
2011-08-02Move the pack structs to an internal headerCarlos Martín Nieto
2011-08-02Factor out the mmap window codeCarlos Martín Nieto
2011-07-25odb_pack: fix cast warningsKirill A. Shutemov
2011-07-07vector: Timsort all of the thingsVicent Marti
2011-07-05Small fixes in pack_window_openCarlos Martín Nieto
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-20Allocate enough memory for the terminator in commit parsingCarlos Martín Nieto
2011-06-16oid: Uniformize ncmp methodsVicent Marti
2011-06-16oid: Rename methodsVicent Marti
2011-06-07Merge pull request #238 from pegonma/git_oid_ncmpVicent Martí
2011-06-06Renamed git_oid_match to git_oid_ncmp.Marc Pegon
2011-06-06Fix build errors on MSVCJohan 't Hart
2011-06-02odb-pack: More variable declarationsVicent Marti
2011-06-02odb-pack: Do not declare variables mid-functionVicent Marti
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 a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon
2011-06-02Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon
2011-06-02Added a read_unique_short_oid method to backends, to make it possible to find...Marc Pegon
2011-05-23odb_pack: Reword errorsVicent Marti
2011-05-23odb_pack.c: Move to new error handling mechanismJakob Pfender
2011-05-02Merge pull request #147 from nordsturm/fix_pack_backend_leak.Vicent Martí
2011-05-01pack-odb: Check `mtime` instead of folder sizeVicent Marti
2011-04-27Fix memory leak in pack_backend__freeSergey Nikishin
2011-04-24Fix conversion warning in MSVCVicent Marti
2011-04-15Refresh the list of packfiles on each ODB queryVicent Marti
2011-03-23Switch from time_t to git_time_tnulltoken
2011-03-20I broke your bindingsVicent Marti
2011-03-15Rewrite the Pack backendVicent Marti
2011-02-09Internal changes on the backend systemVicent Marti
2011-01-11Revised platform types to use 'best supported' size.Alex Budovski
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