summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* fileops: save errno and report file existenceCarlos Martín Nieto2016-11-141-1/+9
* odb: only freshen pack files every 2 secondsethomson/refresh_objectsEdward Thomson2016-08-041-6/+3
* odb: freshen existing objects when writingEdward Thomson2016-08-041-0/+16
* nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-251-9/+8
* xplat: use st_mtimespec everywhere on macEdward Thomson2016-02-091-6/+0
* Detect stat's structureJacques Germishuys2015-11-201-8/+6
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-4/+24
|\
| * index: don't populate nsec values if GIT_USE_NSEC is offAxel Rasmussen2015-10-011-0/+3
| * apple: work around non-POSIX struct stat on OS X.Axel Rasmussen2015-09-181-6/+17
| * diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen2015-09-181-3/+9
* | filebuf: use an internal buffercmn/config-checksumCarlos Martín Nieto2015-10-301-6/+10
* | filebuf: use a checksum to detect file changesCarlos Martín Nieto2015-10-301-23/+26
|/
* `mkdir`: cope with root path on win32Edward Thomson2015-09-171-3/+4
* mkdir: chmod existing paths with `GIT_MKDIR_CHMOD`Edward Thomson2015-09-171-42/+49
* mkdir: find component paths for mkdir_relativeEdward Thomson2015-09-171-44/+134
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-11/+14
* fileops: set an error on write error for file copycmn/path-direach-cberrorCarlos Martín Nieto2015-05-171-0/+3
* fileops: set an error message if we fail to link a fileCarlos Martín Nieto2015-05-151-1/+2
* centralizing all IO buffer size valuesJ Wyman2015-05-111-1/+1
* mkdir-ext: Retry lstat on EEXIST racevmg/mkdir-extVicent Marti2015-03-191-5/+14
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* Merge pull request #2895 from ethomson/alloc_overflowCarlos Martín Nieto2015-02-151-3/+20
|\
| * Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-5/+13
| * p_read: ensure requested len is ssize_tEdward Thomson2015-02-121-0/+5
| * allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+5
* | Merge pull request #2897 from leoyanggit/fix_fileop_warningCarlos Martín Nieto2015-02-131-1/+1
|\ \ | |/ |/|
| * Fix build warning on AndroidLeo Yang2015-02-121-1/+1
* | Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto2015-02-121-9/+26
|\ \
| * | checkout: hold seen dir paths in a mapEdward Thomson2015-02-041-9/+26
* | | mkdir: respect the root pathEdward Thomson2015-02-051-11/+18
|/ /
* | checkout: remove files before writing new onesEdward Thomson2015-01-201-17/+48
* | mkdir: walk up tree to mkdirEdward Thomson2015-01-201-11/+25
* | checkout: introduce git_checkout_perfdataEdward Thomson2015-01-201-16/+39
|/
* path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-171-4/+4
* Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-221-3/+5
* fileops: allow linking files when copying directory structuresCarlos Martín Nieto2014-05-281-2/+4
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-0/+14
* Attribute file cache refactorRussell Belfer2014-04-171-3/+1
* Move system directory cache out of utilsEdward Thomson2014-02-241-220/+0
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-3/+10
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-30/+17
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-39/+36
* Plug configuration file search paths leaksnulltoken2013-11-051-1/+1
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-1/+10
* preserve windows error numbers as wellEdward Thomson2013-11-011-2/+2
* Merge pull request #1562 from libgit2/cmn/refs-namespace-lookupVicent Martí2013-10-111-1/+7
|\
| * futils: return GIT_ENOTFOUND when trying to read a directoryCarlos Martín Nieto2013-10-111-1/+7
* | More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-52/+33
* | Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-44/+29
* | Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-171-3/+20
|\ \