summaryrefslogtreecommitdiff
path: root/src/odb_loose.c
Commit message (Expand)AuthorAgeFilesLines
* Constrain mkdir calls to avoid extra mkdirsRussell Belfer2013-06-221-16/+30
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* odb: check if object exists before writingDavid Michael Barr2012-12-211-2/+0
* Deploy versioned git_odb_backend structureBen Straub2012-11-301-0/+1
* Make git_odb_foreach_cb take const paramRussell Belfer2012-11-271-2/+2
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-6/+8
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-6/+8
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-3/+3
|/
* Use GIT_INLINE instead of inlineCarlos Martín Nieto2012-07-121-1/+1
* odb: add git_odb_foreach()Carlos Martín Nieto2012-07-031-0/+84
* Fix valgrind issuesRussell Belfer2012-05-041-4/+4
* buf: deploy git_buf_len()nulltoken2012-04-301-8/+8
* Clean up valgrind warningsCarlos Martín Nieto2012-04-041-1/+1
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-2/+2
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-191/+132
* error-handling: RepositoryVicent Martí2012-03-071-6/+6
* diff: Fix rebase breackageVicent Martí2012-03-061-1/+1
* error-handling: ReferencesVicent Martí2012-03-061-5/+4
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-13/+13
* zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-6/+6
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-113/+170
* filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-1/+1
* Don't overwrite existing objectsCarlos Martín Nieto2011-11-181-0/+11
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-4/+4
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-2/+2
| * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-2/+2
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-8/+8
* | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-10-241-1/+1
|/
* odb: Pass compression settings to filebufVicent Marti2011-09-291-4/+4
* odb: Let users decide compression level for the loose ODBVicent Marti2011-09-291-3/+10
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-11/+11
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-11/+11
* | Tabify everythingVicent Marti2011-09-191-17/+17
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
* | Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth2011-09-081-5/+5
|/
* odb: Direct writes are backVicent Marti2011-07-091-0/+44
* fileops: CleanupVicent Marti2011-07-051-15/+15
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-3/+7
* oid: Rename methodsVicent Marti2011-06-161-1/+1
* Renamed git_oid_match to git_oid_ncmp.Marc Pegon2011-06-061-1/+1
* short-oid: CleanupVicent Marti2011-06-011-10/+16
* Implemented read_unique_short_oid method for loose backend.Marc Pegon2011-06-011-2/+115
* Added a read_unique_short_oid method to backends, to make it possible to find...Marc Pegon2011-06-011-0/+15
* odb_loose: Reword errorsVicent Marti2011-05-231-2/+9
* odb_loose.c: Move to new error handling mechanismJakob Pfender2011-05-231-24/+24
* odb_loose.c: Return GIT_ENOMEM when allocation failsJakob Pfender2011-05-231-2/+2
* Fix two warnings from ClangCarlos Martín Nieto2011-05-061-2/+1