summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Add some more (macro) file operation wrappersRamsay Jones2010-04-301-1/+1
* msvc: Fix some -W4 warningsRamsay Jones2010-01-201-1/+0
* Save the git_file in the gitfo_cache when enabling cachingRamsay Jones2010-01-201-0/+1
* win32: Use an 64-bit file offset typeRamsay Jones2010-01-201-3/+9
* Improve the portability of the gitfo_cache code (to 64-bit systems)Ramsay Jones2009-06-051-1/+1
* Add the git_move_file() functionRamsay Jones2009-06-051-0/+13
* gitfo_exists: replace call to stat() with access()Ramsay Jones2009-06-051-2/+1
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-6/+4
* win32: Open or create files in binary modeRamsay Jones2009-03-171-2/+2
* win32: fixup some headers to improve win32 compilationRamsay Jones2009-03-171-1/+0
* Fix some (digital-mars) compiler warningsRamsay Jones2009-03-171-1/+1
* Avoid using a gcc compiler language extensionRamsay Jones2009-03-171-2/+4
* Add a simple mmap wrapper for cross-platform mmap usageShawn O. Pearce2009-01-031-0/+15
* Define gitfo_exists to determine file presenceShawn O. Pearce2008-12-311-0/+6
* Rewrite git_foreach_dirent into gitfo_direntShawn O. Pearce2008-12-311-15/+9
* Set GIT_EOSERR when the OS errno should be consultedShawn O. Pearce2008-12-301-8/+20
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-6/+7
* Change usages of static inline to GIT_INLINEJulio Espinoza-Sokal2008-12-301-1/+1
* Fix a bug in gitfo_read_file()Ramsay Jones2008-12-301-2/+3
* Add a file reading routine along with an io buffer typeRamsay Jones2008-12-191-0/+37
* Add a GIT_PATH_MAX constantRamsay Jones2008-12-091-1/+2
* Add a dirent walker to the fileops APIAndreas Ericsson2008-12-021-0/+62
* Add an io caching layer to the gitfo apiAndreas Ericsson2008-12-021-0/+87
* Remove config.h and make fileops an internal APIAndreas Ericsson2008-12-021-0/+49