summaryrefslogtreecommitdiff
path: root/src/odb.h
Commit message (Expand)AuthorAgeFilesLines
* tests: reset odb backend priorityethomson/odb_tests_priorityEdward Thomson2021-07-301-0/+3
* commit-graph: Create `git_commit_graph` as an abstraction for the filelhchavez2021-03-101-7/+6
* commit-graph: Use the commit-graph in revwalkslhchavez2021-03-101-2/+13
* Make the odb race-freelhchavez2020-11-281-0/+1
* odb: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* docs: fixupsEtienne Samson2019-06-261-1/+2
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-7/+7
* odb: error when we can't create object headerEdward Thomson2018-02-091-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* odb: add option to turn off hash verificationPatrick Steinhardt2017-04-281-0/+2
* odb: verify object hashesPatrick Steinhardt2017-04-281-0/+6
* Merge pull request #4030 from libgit2/ethomson/fsyncEdward Thomson2017-03-221-0/+17
|\
| * Honor `core.fsyncObjectFiles`ethomson/fsyncEdward Thomson2017-03-021-0/+17
* | git_commit_create: freshen tree objects in commitethomson/freshen_treesEdward Thomson2017-03-031-0/+3
|/
* odb: improved not found error messagesEdward Thomson2016-03-071-1/+2
* odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-131-1/+1
* Create public filter object and use itRussell Belfer2013-09-171-1/+2
* Add callback to git_objects_tableRussell Belfer2013-04-221-2/+3
* What has science done.Vicent Marti2013-04-221-1/+1
* lol this worked first try wtfVicent Marti2013-04-221-1/+3
* update copyrightsEdward Thomson2013-01-081-1/+1
* indexer: use the packfile streaming APICarlos Martín Nieto2012-11-301-0/+4
* Reorg internal odb read header and object lookupRussell Belfer2012-09-101-0/+8
* Implement filters for status/diff blobsRussell Belfer2012-09-061-5/+12
* Fix valgrind issuesRussell Belfer2012-05-041-1/+1
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-0/+10
* Update Copyright headerschu2012-02-131-1/+1
* odb: Proper symlink hashingVicent Martí2012-02-101-0/+25
* odb: Add internal `git_odb__hashfd`Vicent Martí2012-02-101-1/+3
* repository: Change ownership semanticsVicent Marti2011-11-261-1/+1
* *: correct and codify various file permissionsBrodie Rao2011-10-141-0/+1
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-0/+3
* Tabify everythingVicent Marti2011-09-191-3/+3
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* odb: Do not pass around a header when hashingVicent Marti2011-08-181-1/+1
* I broke your bindingsVicent Marti2011-03-201-1/+17
* Fix compilation in MSVCVicent Marti2011-02-071-4/+0
* Change the library include fileVicent Marti2010-12-061-2/+2
* Change include structure for the projectVicent Marti2010-12-061-28/+0
* Decouple storage from ODB logicVicent Marti2010-12-061-17/+44
* Add functions to open a '*.pack' file and perform some basic validationRamsay Jones2010-04-301-0/+3
* Add basic support to read pack-*.idx v1 and v2 filesShawn O. Pearce2009-01-031-0/+19