aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* 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
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Address post-commit comments in https://github.com/bazelbuild/bazel/commit/6f...Gravatar nharmata2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Have UnixGlob explicitly handle RuntimeExceptions encountered by individual g...Gravatar nharmata2018-01-16
* Move RootedPathCodec to an inner class of RootedPath.Gravatar tomlu2018-01-16
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Change packaging rules to operate on strings instead of path fragments.Gravatar tomlu2018-01-12
* Factor out InMemoryFileSystem's use of root directory.Gravatar tomlu2018-01-11
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Automated rollback of commit 80c8ff1819a889814cbe2dae477d7fedce6aa181.Gravatar tomlu2018-01-09
* Automated rollback of commit cb7689404ef9a69488d64bfc2e0bfb9326e664d6.Gravatar tomlu2018-01-09
* Automated rollback of commit 6a54339bb943702bd7dffc43f85267dac98dc355.Gravatar tomlu2018-01-05
* Automated rollback of commit d50cbbeef115f28c0cea1ac17572e0f12c0cf312.Gravatar tomlu2018-01-05
* Remove support for Windows relative-to-current-drive paths.Gravatar tomlu2018-01-05
* Remove synchronization from file system.Gravatar tomlu2017-12-28
* 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
* Call through to Path#createDirectoryAndParents from FileUtils.Gravatar tomlu2017-12-21
* Remove cached version of FileSystemUtils#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* 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
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Thread FileSystem instance through a few call sites.Gravatar tomlu2017-12-11
* Removes skyframe/serialization's dependency on cmdline and vfs. Instead, make...Gravatar Googler2017-12-11
* Thread filesystem through codebase.Gravatar tomlu2017-12-08