summaryrefslogtreecommitdiff
path: root/src/odb.c
Commit message (Expand)AuthorAgeFilesLines
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-10/+17
* Rename all `_close` methodsVicent Marti2011-11-261-4/+4
* repository: Change ownership semanticsVicent Marti2011-11-261-5/+11
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-11/+11
* odb: Let users decide compression level for the loose ODBVicent Marti2011-09-291-1/+1
* Tabify everythingVicent Marti2011-09-191-2/+2
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-4/+2
* odb: Do not pass around a header when hashingVicent Marti2011-08-181-10/+7
* Fix MSVC compilation warningnulltoken2011-07-091-1/+1
* status: CleanupVicent Marti2011-07-091-4/+50
* vector: Timsort all of the thingsVicent Marti2011-07-071-2/+2
* fileops: CleanupVicent Marti2011-07-051-6/+6
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* odb: Add GIT_EPASSTHROUGHVicent Marti2011-06-191-17/+25
* odb: Fix loading ODB alternatesVicent Marti2011-06-031-4/+16
* Merge pull request #144 from nordsturm/fix_fakewstreamVicent Martí2011-06-021-1/+1
|\
| * Fix whole buffer writing in fake wstreamSergey Nikishin2011-04-241-1/+1
* | short-oid: CleanupVicent Marti2011-06-011-7/+7
* | Fixed some error messages related to searching objects from a short oid. Fixe...Marc Pegon2011-06-011-4/+15
* | Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-011-0/+42
* | odb: Reword errorsVicent Marti2011-05-231-5/+5
* | odb.c: Move to new error handling mechanismJakob Pfender2011-05-231-17/+21
* | Move odb.c to the new error handlingschu2011-05-181-19/+24
* | Check error code from `git_cache_init`Vicent Marti2011-05-151-3/+3
* | Merge pull request #184 from nulltoken/repo-error-handlingVicent Martí2011-05-151-1/+5
|\ \
| * | Move cache.c to the new error handlingnulltoken2011-05-151-1/+5
* | | fix git_otype typo when calling `git_odb_read_header`.Shuhei Tanuma2011-05-151-1/+1
|/ /
* | odb backend_sort_cmp should be staticCarlos Martín Nieto2011-05-061-1/+1
|/
* Add a fake wstream to the ODBVicent Marti2011-04-041-0/+65
* Improve the ODB writing backendVicent Marti2011-03-231-0/+35
* Add getters for `git_odb_object`Vicent Marti2011-03-221-0/+20
* I broke your bindingsVicent Marti2011-03-201-46/+87
* Fix searching in git_vectorVicent Marti2011-03-031-1/+1
* Internal changes on the backend systemVicent Marti2011-02-091-18/+64
* Honor alternate entries in the ODBVicent Marti2011-02-091-16/+63
* Add new Repository initialization methodVicent Marti2011-01-131-2/+2
* Fix initialization & freeing of inexistent reposVicent Marti2010-12-131-1/+2
* Change the library include fileVicent Marti2010-12-061-3/+3
* Change include structure for the projectVicent Marti2010-12-061-49/+10
* Decouple storage from ODB logicVicent Marti2010-12-061-1686/+106
* Revert changes in odb.c to eventually rebaseVicent Marti2010-12-061-18/+18
* Small source code readability improvements.nulltoken2010-12-051-18/+18
* Fix redeclaration warnings in MSVCVicent Marti2010-11-241-1/+1
* Removed unreachable code (MSVC warning)Vicent Marti2010-11-241-2/+0
* Fix overcomplicated return statementVicent Marti2010-11-161-1/+1
* Improve error handlingVicent Marti2010-11-051-15/+16
* Add git_odb_read_header method to the ODBVicent Marti2010-10-291-181/+400
* Add setter methods & write support for git_commitVicent Marti2010-09-201-0/+3
* Give object structures more descriptive namesVicent Marti2010-09-191-15/+15