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
*
Serialize Path using AutoCodec.
janakr
2018-03-05
*
Deletes CODEC fields now that they are no longer needed.
shahan
2018-02-28
*
Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...
shahan
2018-02-13
*
Add context argument to ObjectCodec.{serialize,deserialize}
michajlo
2018-02-11
*
Replace path implementation.
tomlu
2018-02-08
*
Adds FileSystem check to Path.CODEC.serialize.
shahan
2018-01-12
*
Adds a CODEC for CppConfiguration.
shahan
2018-01-10
*
Undo change to introduce methods to remove file system instance from Path.
tomlu
2017-12-28
*
Redo FileType to reduce generated garbage.
tomlu
2017-12-22
*
Add FileSystem#createDirectoryAndParents.
tomlu
2017-12-21
*
Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.
aehlig
2017-12-19
*
Make FileSystem operate on LocalPath instead of Path.
tomlu
2017-12-14
*
Move msys path support into DependencySet, removing it from the general Path ...
tomlu
2017-12-14
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Break dependency on vfs from the interface of syntax and cmdline.
tomlu
2017-11-06
*
Add migration methods to Path.
tomlu
2017-10-30
*
Thread FileSystem through to a single Path#delete call site.
tomlu
2017-10-30
*
Change FileSystem#getDirectoryEntries to return strings of the file/directory...
tomlu
2017-10-23
*
Add Path argument to supportsModifications, supports*LinksNatively.
tomlu
2017-10-20
*
bep: Properly URI encode file paths
buchgr
2017-09-14
*
Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...
janakr
2017-07-25
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Adding support for SHA256 for remote execution. Switch remote execution to use
olaola
2017-06-20
*
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