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.h
AgeCommit message (Expand)Author
2015-05-13odb: make the writestream's size a git_off_tCarlos Martín Nieto
2013-09-17Create public filter object and use itRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-22lol this worked first try wtfVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-11-30indexer: use the packfile streaming APICarlos Martín Nieto
2012-09-10Reorg internal odb read header and object lookupRussell Belfer
2012-09-07Implement filters for status/diff blobsRussell Belfer
2012-05-05Fix valgrind issuesRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-02-13Update Copyright headerschu
2012-02-10odb: Proper symlink hashingVicent Martí
2012-02-10odb: Add internal `git_odb__hashfd`Vicent Martí
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-18odb: Do not pass around a header when hashingVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-02-07Fix compilation in MSVCVicent 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-04-30Add functions to open a '*.pack' file and perform some basic validationRamsay Jones
2009-01-03Add basic support to read pack-*.idx v1 and v2 filesShawn O. Pearce