summaryrefslogtreecommitdiff
path: root/src/odb_loose.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix going into infinite loop in read_header_loose()Sergey Nikishin2011-04-221-0/+3
* Improve the ODB writing backendVicent Marti2011-03-231-2/+4
* I broke your bindingsVicent Marti2011-03-201-130/+134
* Add new move function, `gitfo_mv_force`Vicent Marti2011-03-031-1/+1
* Internal changes on the backend systemVicent Marti2011-02-091-2/+0
* Fix directory/path manipulation methodsVicent Marti2011-02-051-1/+1
* Change the library include fileVicent Marti2010-12-061-3/+3
* Change include structure for the projectVicent Marti2010-12-061-4/+6
* Decouple storage from ODB logicVicent Marti2010-12-061-0/+658