aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/Path.java
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Remove redundancy in DigestHashFunction use in FileSystem.Gravatar ccalvarin2018-07-23
* Add a utility function to hash a directoryGravatar Klaus Aehlig2018-07-20
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Replace path implementation.Gravatar tomlu2018-02-08
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Undo change to introduce methods to remove file system instance from Path.Gravatar tomlu2017-12-28
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Move msys path support into DependencySet, removing it from the general Path ...Gravatar tomlu2017-12-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Add migration methods to Path.Gravatar tomlu2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Change FileSystem#getDirectoryEntries to return strings of the file/directory...Gravatar tomlu2017-10-23
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Make PathFragment an abstract class.Gravatar nharmata2017-04-24
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Restructure Path#getCachedChildPath to make direct method calls without alloc...Gravatar nharmata2017-04-04
* The double-checked locking seems unnecessary.Gravatar Googler2017-02-06
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-25
* Rollback of commit e0d7a540e3c615c628f63fcaaaba0c47fca2cb25.Gravatar Philipp Wollermann2016-10-19
* VFS: implement a Windows-specific Path subclassGravatar Laszlo Csomor2016-10-18
* Exporting functions to compute SHA1 digests of files.Gravatar Ola Rozenfeld2016-09-12
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Windows, tests: move code into WindowsTestUtilGravatar Laszlo Csomor2016-09-07
* Fix Windows issue in Path.getRelative, which wasn't handling backslashes.Gravatar Ulf Adams2016-05-19
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Short-circuit Path.equals() with hashcode.Gravatar Googler2016-04-21
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Description redacted.Gravatar Nathan Harmata2015-10-09
* 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
* Rollback of not-actually-thread-safe code introduced in a previous change. Id...Gravatar Nathan Harmata2015-09-03