summaryrefslogtreecommitdiff
path: root/src/filebuf.h
Commit message (Expand)AuthorAgeFilesLines
* refs: fix locks getting forcibly removedSebastian Henke2019-10-101-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* git_filebuf: optionally fsync when committingEdward Thomson2017-02-281-1/+3
* filebuf: allow using a custom buffer sizeCarlos Martín Nieto2016-03-221-0/+1
* filebuf: remove lockfile upon rename errorscmn/filebuf-rename-errorCarlos Martín Nieto2015-07-241-0/+2
* Join typedef and struct definitions in single file.Ciro Santilli2014-09-241-3/+2
* 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