summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto2011-09-231-1/+1
* Tabify everythingVicent Marti2011-09-191-6/+6
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-301-11/+3
* Add git_futils_readbuffer_updatedCarlos Martín Nieto2011-07-231-8/+35
* refs: Cleanup reference renamingVicent Marti2011-07-061-12/+18
* Remove duplicated recursive directory removal related codenulltoken2011-07-061-5/+8
* Fix windows specific issuesnulltoken2011-07-061-0/+2
* fileops: add git_futils_rmdir_recurs()schu2011-07-061-0/+25
* fileops: add convenience function is_dot_or_dotdot()schu2011-07-061-7/+2
* fileutils: Finish dropping the old `prettify_path`Vicent Marti2011-07-051-147/+0
* fileops: Fix stat() on directories for W32Vicent Marti2011-07-051-21/+10
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-28/+10
* fileops: CleanupVicent Marti2011-07-051-338/+79
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-2/+2
* Hide ".git" directory on Windows upon creation of a non bare repositorynulltoken2011-06-291-0/+12
* test: Properly show error messagesVicent Marti2011-06-281-4/+3
* gitfo_read: fix read-loopschu2011-06-201-4/+2
* mingw: Fix compilationVicent Marti2011-06-181-1/+1
* fileops: Cast the GetProcAddress valueVicent Marti2011-06-171-3/+4
* fileops: Fix 'GetFinalPathNameByHandleA' in old platformsVicent Marti2011-06-171-1/+17
* Merge pull request #251 from nulltoken/fix/msvc-warningsVicent Martí2011-06-151-2/+3
|\
| * Add mode_t definition in MSVC compat layernulltoken2011-06-151-1/+1
| * Fix compilation warnings in MSVCnulltoken2011-06-121-2/+3
* | blob: Fix git_blob_create_fromfile()nulltoken2011-06-151-1/+1
|/
* Use "__inline" instead of "inline" with MSVCSebastian Schuberth2011-06-101-1/+1
* Prefer to use S_IFLNK instead of _S_IFLNK for consistencySebastian Schuberth2011-06-101-1/+1
* windows: Fix Symlink issuesVicent Marti2011-06-081-8/+131
* Merge pull request #243 from jpfender/symlinks2Vicent Martí2011-06-071-0/+8
|\
| * fileops: Allow differentiation between deep and shallow exists()Jakob Pfender2011-06-071-0/+6
| * index/fileops: Correctly process symbolic linksJakob Pfender2011-06-071-1/+3
* | Merge pull request #242 from schu/fix-unused-2Vicent Martí2011-06-071-7/+12
|\ \ | |/ |/|
| * fileops.c: fix unused warningschu2011-06-061-7/+12
* | Fileops: Fixed gitfo_mkdir_recurs so that it proprely works with a path witho...Romain Geissler2011-06-051-2/+5
|/
* Repository: Added some util functions that we'll need to discover repository ...Romain Geissler2011-06-041-3/+3
* Filebuf: Fixed a TODO in filebuf (real lock in lock_file)Romain Geissler2011-06-031-0/+14
* Fileops: Added gitfo_isfile.Romain Geissler2011-06-031-1/+20
* Fileops: Added a fourth argument to the path prettifying functions to use an ...unknown2011-06-031-8/+18
* Fileops:retrieve_path_root_offset is now named gitfo_retrieve_path_root_offse...Romain Geissler2011-06-031-15/+15
* gitfo_isdir: fix error messageschu2011-05-291-1/+1
* fileops: CleanupVicent Marti2011-05-231-93/+2
* fileops.c: Move to new error handling mechanismJakob Pfender2011-05-231-16/+18
* Move fileops.c to the new error handlingnulltoken2011-05-141-25/+36
* Improve the ODB writing backendVicent Marti2011-03-231-62/+2
* Fix compilation in MinGWVicent Marti2011-03-231-1/+1
* Fix detection of attempt to escape the root directory on Windowsnulltoken2011-03-231-5/+7
* Change gitfo_prettify_dir_path() and gitfo_prettify_file_path() behaviornulltoken2011-03-231-19/+41
* Add failing test for issue 84nulltoken2011-03-231-0/+31
* Fix gitfo_mv() behavior when running on Windowsnulltoken2011-03-231-1/+1
* I broke your bindingsVicent Marti2011-03-201-4/+86