summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* 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