summaryrefslogtreecommitdiff
path: root/src/fileops.h
Commit message (Expand)AuthorAgeFilesLines
* Add some more (macro) file operation wrappersRamsay Jones2010-04-301-0/+4
* Fix some coding style issuesRamsay Jones2010-02-281-1/+1
* msvc: Fix some "unreferenced formal parameter" warningsRamsay Jones2010-01-201-0/+3
* Fix some "unused parameter" warnings with -WextraRamsay Jones2010-01-201-2/+2
* win32: Use an 64-bit file offset typeRamsay Jones2010-01-201-1/+0
* Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones2010-01-201-3/+0
* Use GIT_INLINE macro instead of keyword inline.Julio Espinoza-Sokal2009-06-161-2/+2
* win32: Add an fsync() implementation for windowsRamsay Jones2009-06-151-5/+2
* Add the git_move_file() functionRamsay Jones2009-06-051-0/+1
* win32: Add some file operation stubs and wrapper functionsRamsay Jones2009-06-051-5/+32
* t0020-dirent.c: allow test to be run standaloneRamsay Jones2009-03-301-0/+1
* win32: Add missing include for mkdir() and rmdir()Ramsay Jones2009-03-301-1/+6
* win32: Add <dirent.h> directory reading routinesRamsay Jones2009-03-201-1/+1
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-7/+3
* win32: Open or create files in binary modeRamsay Jones2009-03-171-0/+4
* win32: fixup some headers to improve win32 compilationRamsay Jones2009-03-171-5/+0
* Add some (macro) file operation wrappersRamsay Jones2009-01-281-0/+4
* Add a simple mmap wrapper for cross-platform mmap usageShawn O. Pearce2009-01-031-0/+31
* Define gitfo_exists to determine file presenceShawn O. Pearce2008-12-311-0/+1
* Rewrite git_foreach_dirent into gitfo_direntShawn O. Pearce2008-12-311-2/+18
* Set GIT_EOSERR when the OS errno should be consultedShawn O. Pearce2008-12-301-8/+2
* Implement git_odb__read_loose()Ramsay Jones2008-12-191-0/+1
* Add a file reading routine along with an io buffer typeRamsay Jones2008-12-191-0/+11
* Add a dirent walker to the fileops APIAndreas Ericsson2008-12-021-0/+2
* Add an io caching layer to the gitfo apiAndreas Ericsson2008-12-021-0/+6
* Remove config.h and make fileops an internal APIAndreas Ericsson2008-12-021-0/+37