summaryrefslogtreecommitdiff
path: root/src/filebuf.c
Commit message (Expand)AuthorAgeFilesLines
* Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth2011-09-081-4/+4
* Get rid of a superfluous pointer castSebastian Schuberth2011-09-081-1/+1
* Fix minor indentation issues (spaces to tabs)Sebastian Schuberth2011-09-081-4/+4
* filebuf: update git_filebuf.write signature to take non-const bufferKirill A. Shutemov2011-07-251-18/+7
* odb: Direct writes are backVicent Marti2011-07-091-2/+2
* posix: Portable `vsnprintf`Vicent Marti2011-07-091-12/+31
* fileops: CleanupVicent Marti2011-07-051-17/+17
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* filebuf: fix endless loop on writing buf > WRITE_BUFFER_SIZEKirill A. Shutemov2011-06-301-0/+1
* filebuf cleanup: only unlink lockfile if we've opened itCarlos Martín Nieto2011-06-071-1/+1
* filebuf: Fix printf buffer overflowsVicent Marti2011-06-061-1/+6
* Filebuf: Fixed a TODO in filebuf (real lock in lock_file)Romain Geissler2011-06-031-4/+2
* filebuf: Reword errorsVicent Marti2011-05-231-10/+8
* filebuf.c: Move to new error handling mechanismJakob Pfender2011-05-231-12/+14
* Use Z_BEST_SPEED for filebuf deflatingVicent Marti2011-04-101-1/+1
* Improve the ODB writing backendVicent Marti2011-03-231-9/+2
* I broke your bindingsVicent Marti2011-03-201-44/+144
* Fix creation of deeply-rooted referencesVicent Marti2011-03-051-1/+6
* Add new move function, `gitfo_mv_force`Vicent Marti2011-03-031-1/+1
* Split packed from unpacked referencesVicent Marti2011-03-031-3/+0
* Fix double-freeing file descriptorsVicent Marti2011-02-241-2/+5
* Add printf method to the File BufferVicent Marti2011-02-221-0/+25
* Rewrite all file IO for more performanceVicent Marti2011-02-211-0/+261