summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Add bounds checking to UTF-8 conversionVicent Marti2012-08-281-4/+5
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-21/+10
* Fix memory leak in cp_rRussell Belfer2012-08-241-0/+1
* Fix errors on Win32 with new repo initRussell Belfer2012-08-241-1/+1
* Some cleanup suggested during reviewRussell Belfer2012-08-221-17/+10
* fix missing validation and type cast warningRussell Belfer2012-08-221-1/+4
* Add template dir and set gid to repo initRussell Belfer2012-08-221-68/+270
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-0/+10
* Merge pull request #778 from ben/cloneVicent Martí2012-08-191-0/+11
|\
| * Checkout: obey core.symlinks.Ben Straub2012-07-171-0/+11
* | config: set the error code if we can't find the global/system configCarlos Martín Nieto2012-07-231-0/+4
|/
* 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 Win32Russell 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
|/