summaryrefslogtreecommitdiffstats
path: root/src/disk_interface.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | Support both slashes on Windows when making output dirsScott Graham2014-04-031-5/+8
|/
* Minor style fixes, no behavior change.Nico Weber2013-08-231-1/+1
* make DiskInterfaceTest.StatBadPath quietEvan Martin2013-04-191-5/+11
* wrap some overlong linesEvan Martin2012-12-291-4/+8
* use DiskInterface to create the build directoryEvan Martin2012-08-071-0/+10
* Put & operator with the type rather than the variable name.Thiago Farina2012-04-281-1/+1
* Fix resources leaksPierre Schweitzer2012-03-131-1/+2
* Treat paths of the form "existing-file/something" as non-existentPeter Collingbourne2012-03-071-1/+1
* Response filesunknown2012-02-091-0/+20
* fix search&replace error on struct namePeter Kuemmel2012-01-231-1/+1
* no error code about too long file names on WindowsPeter Kuemmel2012-01-231-0/+6
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-4/+4
* drop some std:: prefixesEvan Martin2012-01-051-12/+11
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-3/+3
* windows: make bootstrap.py/configure.py work with MSVCScott Graham2012-01-041-1/+1
* windows: handle ERROR_PATH_NOT_FOUNDEvan Martin2011-12-231-1/+2
* windows: use GetFileAttributesEx instead of statEvan Martin2011-12-201-6/+27
* remove weird accidental double-returnEvan Martin2011-12-201-1/+0
* Move RealDiskInterface class to disk_interface.h.Thiago Farina2011-08-251-0/+59
* Factor out DiskInterface class into its own source/header files.Thiago Farina2011-08-101-0/+51