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
/
Path.java
Commit message (
Expand
)
Author
Age
*
Make PathFragment an abstract class.
nharmata
2017-04-24
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Restructure Path#getCachedChildPath to make direct method calls without alloc...
nharmata
2017-04-04
*
The double-checked locking seems unnecessary.
Googler
2017-02-06
*
Windows: resolve shortened paths
Laszlo Csomor
2017-01-03
*
Replace UnixGlob's package glob prefetching functionality with an
Googler
2016-12-02
*
Adding an option to set the digest function that everything uses. Minor refac...
Ola Rozenfeld
2016-11-18
*
VFS: implement a Windows-specific Path subclass
Laszlo Csomor
2016-10-25
*
Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.
Philipp Wollermann
2016-10-19
*
VFS: implement a Windows-specific Path subclass
Laszlo Csomor
2016-10-18
*
Exporting functions to compute SHA1 digests of files.
Ola Rozenfeld
2016-09-12
*
Fixed the issue that hard links are handled improperly when bazel decompresse...
Googler
2016-09-08
*
Windows, tests: move code into WindowsTestUtil
Laszlo Csomor
2016-09-07
*
Fix Windows issue in Path.getRelative, which wasn't handling backslashes.
Ulf Adams
2016-05-19
*
Support case-insensitive comparision in Path.java with WindowsFileSystem
Yun Peng
2016-05-09
*
Short-circuit Path.equals() with hashcode.
Googler
2016-04-21
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...
Nathan Harmata
2015-10-21
*
Description redacted.
Nathan Harmata
2015-10-09
*
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
*
Rollback of not-actually-thread-safe code introduced in a previous change. Id...
Nathan Harmata
2015-09-03
*
Don't acquire the lock when we don't need to mutate the 'children' map.
Nathan Harmata
2015-08-21
*
Some cleanup changes.
Ulf Adams
2015-03-05
*
Update from Google.
Han-Wen Nienhuys
2015-02-25