summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Move path related functions from fileops to pathRussell Belfer2012-01-171-175/+6
* Fix bug in dir_for_pathRussell Belfer2012-01-111-1/+2
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-6/+18
* Initial implementation of gitignore supportRussell Belfer2012-01-111-0/+12
* Fix Windows specific off-by-one errornulltoken2012-01-041-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+131
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-67/+114
* Implement p_renameCarlos Martín Nieto2011-11-071-24/+1
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-10/+9
|\
| * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-8/+7
| * fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-5/+5
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-3/+3
|/
* 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