summaryrefslogtreecommitdiff
path: root/src/fileops.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add failing test for issue 84nulltoken2011-03-231-0/+2
* I broke your bindingsVicent Marti2011-03-201-0/+2
* Fix creation of deeply-rooted referencesVicent Marti2011-03-051-0/+1
* Add new move function, `gitfo_mv_force`Vicent Marti2011-03-031-1/+7
* Move the path comparison method to fileops.cVicent Marti2011-03-031-0/+4
* Fixed naming convention related issue.nulltoken2011-01-291-2/+2
* Added git_prettify_file_path().nulltoken2011-01-291-0/+22
* Merge branch 'dir-path-prettifying' of https://github.com/nulltoken/libgit2Vicent Marti2011-01-191-0/+24
|\
| * Added git_prettify_dir_path().nulltoken2011-01-111-0/+24
* | Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-2/+2
|/
* Revert "Properly export all external symbols in Win32"Vicent Marti2010-12-231-21/+21
* Properly export all external symbols in Win32Vicent Marti2010-12-221-21/+21
* Added gitfo_mkdir_recurs() placeholder.nulltoken2010-12-171-0/+1
* Change git_repository initialization to use a pathVicent Marti2010-11-021-0/+1
* 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