summaryrefslogtreecommitdiff
path: root/src/filebuf.h
Commit message (Expand)AuthorAgeFilesLines
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-3/+3
* update copyrightsEdward Thomson2013-01-081-1/+1
* filebuf now has a git_hash_ctx instead of a ctx*Edward Thomson2012-11-131-1/+2
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-0/+1
* filebuf: add git_filebuf_flush()nulltoken2012-05-271-0/+1
* filebuf: add option not to buffer the contents at allCarlos Martín Nieto2012-04-131-1/+3
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-0/+1
* error-handling: On-disk config file backendVicent Martí2012-03-091-5/+15
* zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-0/+15
* *: correct and codify various file permissionsBrodie Rao2011-10-141-2/+2
* odb: Pass compression settings to filebufVicent Marti2011-09-291-1/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* filebuf: update git_filebuf.write signature to take non-const bufferKirill A. Shutemov2011-07-251-2/+1
* odb: Direct writes are backVicent Marti2011-07-091-1/+1
* I broke your bindingsVicent Marti2011-03-201-7/+15
* Split packed from unpacked referencesVicent Marti2011-03-031-0/+3
* Add printf method to the File BufferVicent Marti2011-02-221-0/+1
* Rewrite all file IO for more performanceVicent Marti2011-02-211-0/+40