aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/UnixFileSystem.java
Commit message (Expand)AuthorAge
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* 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
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make AbstractFileSystem correct in isolation. Previously there was (accidenta...Gravatar Nathan Harmata2015-11-19
* Augment JNI utime() method.Gravatar Eric Fellheimer2015-10-30
* 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 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25