aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/FileSystem.java
Commit message (Expand)AuthorAge
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Restructure Path#getCachedChildPath to make direct method calls without alloc...Gravatar nharmata2017-04-04
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-25
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Exporting functions to compute SHA1 digests of files.Gravatar Ola Rozenfeld2016-09-12
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Introduce Path#readSymbolicLinkUnchecked, intended to only be used when the c...Gravatar Nathan Harmata2015-09-17
* Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always...Gravatar Nathan Harmata2015-09-16
* Minor FileSystem refactoring.Gravatar Eric Fellheimer2015-06-03
* Slight refactoring of readdir().Gravatar Eric Fellheimer2015-06-03
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25