summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Checkout: obey core.symlinks.Ben Straub2012-07-171-0/+11
* refs: deep unfound ref returns ENOTFOUNDnulltoken2012-07-071-1/+1
* Make errors for system and global files consistentRussell Belfer2012-05-251-4/+16
* Clean up system file finding tests on Win32env-expansionRussell Belfer2012-05-241-1/+1
* windows: Properly expand all environment variablesVicent Martí2012-05-241-103/+51
* Merge pull request #726 from arrbee/utf16-home-dirRussell Belfer2012-05-241-3/+42
|\
| * Get user's home dir in UTF-16 clean mannerRussell Belfer2012-05-241-3/+42
* | fileops: Make git_futils_mkdir_r() able to cope with Windows network pathsnulltoken2012-05-231-7/+15
|/
* Merge pull request #681 from scottjg/solaris-fixesVicent Martí2012-05-141-1/+1
|\
| * Fix rmdir() usage on SolarisScott J. Goldman2012-05-101-1/+1
* | Add cache busting to attribute cacheRussell Belfer2012-05-101-3/+0
|/
* Typedefs don't have enum in frontCarlos Martín Nieto2012-04-111-2/+2
* fileops: Make git_futils_mkdir_r() able to skip non-empty directoriesnulltoken2012-04-101-6/+17
* reference: Fix creation of references with extended ASCII characters in their...nulltoken2012-04-011-1/+12
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-2/+2
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-2/+8
* Continue error conversionRussell Belfer2012-03-141-27/+56
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-5/+5
* Merge pull request #590 from arrbee/new-error-handlingRussell Belfer2012-03-071-11/+6
|\
| * Migrating diff to new error handlingRussell Belfer2012-03-061-11/+6
* | error-handling: ConfigVicent Martí2012-03-071-7/+8
|/
* error-handling: RepositoryVicent Martí2012-03-071-18/+20
* error-handling: ReferencesVicent Martí2012-03-061-29/+44
* Fix a win32 warning messageRussell Belfer2012-03-021-2/+5
* Update diff to use iteratorsRussell Belfer2012-03-021-4/+9
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-42/+32
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+18
* Update Copyright headerschu2012-02-131-1/+1
* 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