aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* RELNOTES: The string list returned by the skylark 'glob' function is now sort...Gravatar Nathan Harmata2016-08-18
* Remove the experimental hardlink / junction code from UnixFileSystem.Gravatar Ulf Adams2016-08-11
* Fixed JavaIoFileSystem.setLastModifiedTime to actually match its documented b...Gravatar Chris Parsons2016-07-27
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Remove not-quite necessary serialization bitsGravatar Michajlo Matijkiw2016-07-15
* Fix interning in PathFragment.create(char, bool, String[])Gravatar Michajlo Matijkiw2016-06-24
* Move execroot tree creation to its own classGravatar Kristina Chodorow2016-06-21
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Refactor UnixGlob by consolidating the context of a glob subtask into a GlobT...Gravatar Nathan Harmata2016-06-07
* Remove the dead UnixGlob#Builder#addExcludes and move some existing tests aro...Gravatar Nathan Harmata2016-06-07
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Fix Windows issue in Path.getRelative, which wasn't handling backslashes.Gravatar Ulf Adams2016-05-19
* Remove extraneous space added by commit 5e34a3d4ea30525971e320ce283ba8cd67c74e3cGravatar Nathan Harmata2016-05-17
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* When creating the exec root symlink forest, take account of the empty package...Gravatar Janak Ramakrishnan2016-05-03
* Short-circuit Path.equals() with hashcode.Gravatar Googler2016-04-21
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Roll-forward of commit 4bf0018ed1cf8616297b951dc03dbde3f0db2503 with code to ...Gravatar Janak Ramakrishnan2016-03-15
* Global cleanup change.Gravatar Googler2016-03-02
* Remove stray e.printStackTrace()Gravatar Dmitry Lomov2016-02-16
* Publicize some ByteSink/ByteSource creators in FileSystemUtils.Gravatar Eric Fellheimer2016-02-11
* Make local_repository and new_local_repository work on Windows.Gravatar Lukacs Berki2016-02-11
* Merge Dmitry's jury-rigged WindowsFileSystem to decrease the number of change...Gravatar Lukacs Berki2016-01-29
* Add documentation about our plans to handle symlinks on Windows.Gravatar Lukacs Berki2016-01-27
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Add a (working) windows compatibility mode that makes Bazel create hardlinks ...Gravatar Lukacs Berki2016-01-26
* Create the convenience symlinks only after the build, and only those that poi...Gravatar Lukacs Berki2016-01-21
* Scaffolding for implementing symlinks on Windows. Gravatar Lukacs Berki2016-01-21
* Add a Java property to influence symlinking strategy so that we can test what...Gravatar Lukacs Berki2016-01-20
* 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