aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05
* Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.Gravatar Xin Gao2016-09-23
* Rollback of commit 4e2f75d8e60020f13a7df452488ec4cc7a719f03.Gravatar Kristina Chodorow2016-09-22
* Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.Gravatar Xin Gao2016-09-20
* Also copy directories as output for sandbox.Gravatar Yue Gan2016-09-19
* Exporting functions to compute SHA1 digests of files.Gravatar Ola Rozenfeld2016-09-12
* Windows: add a Java-native isJunction methodGravatar Laszlo Csomor2016-09-09
* Windows: go back to using Jury-rigged isJunctionGravatar Laszlo Csomor2016-09-08
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Making the PathFragment interned segments list public, to be used later inGravatar Googler2016-09-08
* Windows, tests: move code into WindowsTestUtilGravatar Laszlo Csomor2016-09-07
* Windows, JNI: use native isJunction method.Gravatar Laszlo Csomor2016-09-06
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* 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