aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs/FileSystem.java
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Remove redundancy in DigestHashFunction use in FileSystem.Gravatar ccalvarin2018-07-23
* Bazel server, VFS: revert to using asByteSourceGravatar laszlocsomor2018-07-10
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Replace path implementation.Gravatar tomlu2018-02-08
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* 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
* Thread FileSystem instance through a few call sites.Gravatar tomlu2017-12-11
* Thread filesystem through codebase.Gravatar tomlu2017-12-08
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Change FileSystem#getDirectoryEntries to return strings of the file/directory...Gravatar tomlu2017-10-23
* Lazy-initialise rootPath in FileSystem.Gravatar tomlu2017-10-23
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Cleanup: addressing comments from commit 9eea05d068a06ab642dd9d86d46ee5fa2e36...Gravatar olaola2017-06-16
* 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
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* 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
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* 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 FileSystem refactoring.Gravatar Eric Fellheimer2015-06-03
* Slight refactoring of readdir().Gravatar Eric Fellheimer2015-06-03
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25