summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix creation of deeply-rooted referencesVicent Marti2011-03-051-17/+33
* Add new move function, `gitfo_mv_force`Vicent Marti2011-03-031-1/+24
* Move the path comparison method to fileops.cVicent Marti2011-03-031-0/+19
* Fix file renaming in MinGWVicent Marti2011-02-241-4/+2
* Fix renaming of files in Win32Vicent Marti2011-02-241-0/+12
* Made path prettifying functions return GIT_EINVALIDPATH instead of GIT_ERROR.nulltoken2011-01-291-4/+4
* Fixed naming convention related issue.nulltoken2011-01-291-3/+3
* Added git_prettify_file_path().nulltoken2011-01-291-0/+27
* Optimized git_prettify_dir_path() parsing.nulltoken2011-01-291-21/+18
* Fixed a parsing issue in git_prettify_dir_path().nulltoken2011-01-291-26/+39