aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* Use ConcurrentHashMap instead of Cache where we aren't using any of theGravatar Googler2018-08-15
* Support tree artifacts in target complete.Gravatar tomlu2018-08-15
* Have DigestMap support multiple hash functions.Gravatar tomlu2018-08-15
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Pass Fileset information to the Action filesystem.Gravatar felly2018-08-09
* Add support to completion function to create a path resolver from its looked-...Gravatar tomlu2018-08-03
* Disables ActionFS sandboxing of discovered derived inputs forGravatar shahan2018-08-02
* Add a normal startup-option for setting the digest function.Gravatar ccalvarin2018-08-01
* Slightly improve UnixGlob implementation. For recursive patterns, the currentGravatar Googler2018-07-31
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26
* Use a structured Exception type for the "unexpected short read" error detecte...Gravatar nharmata2018-07-25
* Remove redundancy in DigestHashFunction use in FileSystem.Gravatar ccalvarin2018-07-23
* vfs: do not close streams twiceGravatar Laszlo Csomor2018-07-20
* Add a utility function to hash a directoryGravatar Klaus Aehlig2018-07-20
* Bazel server, VFS: revert to using asByteSourceGravatar laszlocsomor2018-07-10
* Delete UnionFileSystem.Gravatar lberki2018-07-09
* vfs: fix race condition in JavaIoFileSystem.deleteGravatar Laszlo Csomor2018-07-09
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* 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
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Allow for Path and Root resolution when extracting action metadata.Gravatar felly2018-06-06
* Hand-roll PathFragment$Codec, to squeeze a bit of performance out of it.Gravatar janakr2018-05-25
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Normalize parameter name commentsGravatar cushon2018-04-27
* Make FileSystemUtils.moveFile always preserve symlinks and use it in Sandboxe...Gravatar Benjamin Peterson2018-04-12
* Make some objects frequently encountered during serialization into constants....Gravatar janakr2018-04-10
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Add mostly-ide-generated hashCode for RootedPathGravatar michajlo2018-03-12
* @AutoCodec TransitiveTraversalValue, DirectoryListingStateValue.Gravatar janakr2018-03-06
* Serialize Path using AutoCodec.Gravatar janakr2018-03-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Optimize Path (and the underlying String) allocations in UnixGlob for the cas...Gravatar nharmata2018-02-27
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Don't intern PathFragments when we create PackageIdentifiers. This should be ...Gravatar shreyax2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Do not store Path object in RootedPath.Gravatar tomlu2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove Root#getCodec, to bring Root in line with general style for codecGravatar cpeyser2018-02-02
* Rephrase RootCodec as an InjectingObjectCodec.Gravatar cpeyser2018-01-29
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19