index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
vfs
/
UnixFileSystem.java
Commit message (
Expand
)
Author
Age
*
Fixed the issue that hard links are handled improperly when bazel decompresse...
Googler
2016-09-08
*
Remove the experimental hardlink / junction code from UnixFileSystem.
Ulf Adams
2016-08-11
*
Support case-insensitive comparision in Path.java with WindowsFileSystem
Yun Peng
2016-05-09
*
Add documentation about our plans to handle symlinks on Windows.
Lukacs Berki
2016-01-27
*
Rename FilesystemUtils to NativePosixFiles.
Lukacs Berki
2016-01-27
*
Make local_repository and new_local_repository work with the limitations of o...
Lukacs Berki
2016-01-26
*
Add a (working) windows compatibility mode that makes Bazel create hardlinks ...
Lukacs Berki
2016-01-26
*
Create the convenience symlinks only after the build, and only those that poi...
Lukacs Berki
2016-01-21
*
Scaffolding for implementing symlinks on Windows.
Lukacs Berki
2016-01-21
*
Add a Java property to influence symlinking strategy so that we can test what...
Lukacs Berki
2016-01-20
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Make AbstractFileSystem correct in isolation. Previously there was (accidenta...
Nathan Harmata
2015-11-19
*
Augment JNI utime() method.
Eric Fellheimer
2015-10-30
*
Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...
Nathan Harmata
2015-10-21
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Introduce Path#readSymbolicLinkUnchecked, intended to only be used when the c...
Nathan Harmata
2015-09-17
*
Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always...
Nathan Harmata
2015-09-16
*
Minor refactoring of filesystem tests.
Eric Fellheimer
2015-04-29
*
Use VFS_READLINK rather than VFS_LINK, to avoid confusion with the
Han-Wen Nienhuys
2015-03-13
*
Update from Google.
Han-Wen Nienhuys
2015-02-25