aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* cache SDKROOT value for local execution of actions using apple toolkitGravatar Chris Parsons2015-12-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Make AbstractFileSystem correct in isolation. Previously there was (accidenta...Gravatar Nathan Harmata2015-11-19
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Avoid copying file contents when reading the expected number of bytes in#read...Gravatar Eric Fellheimer2015-11-04
* Augment JNI utime() method.Gravatar Eric Fellheimer2015-10-30
* Reduce memory churn while creating PathFragments.Gravatar Eric Fellheimer2015-10-27
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Enable Blaze profiling for the VFS_READ on InputStream#read(), since some hel...Gravatar Nathan Harmata2015-10-13
* Description redacted.Gravatar Nathan Harmata2015-10-09
* 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
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Rollback of not-actually-thread-safe code introduced in a previous change. Id...Gravatar Nathan Harmata2015-09-03
* Make FileSystemUtils#asByteSource() private againGravatar Michajlo Matijkiw2015-09-01
* In GlobVisitor, use a ConcurrentHashSet and sort the results at the end rathe...Gravatar Nathan Harmata2015-08-31
* Expose the #asByteSource() method in FileSystemUtils.Gravatar Eric Fellheimer2015-08-27
* Description redacted.Gravatar Michajlo Matijkiw2015-08-24
* Don't acquire the lock when we don't need to mutate the 'children' map.Gravatar Nathan Harmata2015-08-21
* Add comments about subtle benign race in PathFragment#hashCode.Gravatar Nathan Harmata2015-08-11
* TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 w...Gravatar Florian Weikert2015-08-04
* Fix up some faulty documentation.Gravatar Googler2015-07-20
* Tolerate "..." as the base filename for the fdo profile.Gravatar Janak Ramakrishnan2015-07-10
* Refactor the legacy globbing thread pool to make use of more modern concurren...Gravatar Eric Fellheimer2015-06-29
* Extract, reuse excluded directory assertionGravatar Mark Schaller2015-06-23
* Minor cleanup: Unnecessary "static" on interface.Gravatar Eric Fellheimer2015-06-18
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Ignore relative entries in SearchPath.Gravatar Han-Wen Nienhuys2015-06-03
* Add vfs.SearchPath for searching binaries.Gravatar Han-Wen Nienhuys2015-06-03
* Minor FileSystem refactoring.Gravatar Eric Fellheimer2015-06-03
* Slight refactoring of readdir().Gravatar Eric Fellheimer2015-06-03
* Change UnixGlob#matcher to treat "**/" and "/**" as matching zero or more di...Gravatar Janak Ramakrishnan2015-05-18
* Minor refactoring of filesystem tests.Gravatar Eric Fellheimer2015-04-29
* Use VFS_READLINK rather than VFS_LINK, to avoid confusion with theGravatar Han-Wen Nienhuys2015-03-13
* Allow BUILD files directly under the build rootGravatar Kristina Chodorow2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Skylark: enable relative paths in load statements. Only paths with 1 segment ...Gravatar Googler2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25