aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/vfs
Commit message (Expand)AuthorAge
* Optimize GC churn due to PackageFunction#getContainingDirectory. While I'm he...Gravatar nharmata2018-03-15
* Remove assumption from test that /a and /b don't exist.Gravatar buchgr2018-03-13
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* 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
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Automated rollback of commit cb7689404ef9a69488d64bfc2e0bfb9326e664d6.Gravatar tomlu2018-01-09
* Automated rollback of commit 6a54339bb943702bd7dffc43f85267dac98dc355.Gravatar tomlu2018-01-05
* Remove support for Windows relative-to-current-drive paths.Gravatar tomlu2018-01-05
* Call through to Path#createDirectoryAndParents from FileUtils.Gravatar tomlu2017-12-21
* Add FileSystem#createDirectoryAndParents.Gravatar tomlu2017-12-21
* Makes PathFragment have internal CODEC definition.Gravatar Googler2017-12-19
* Add regression test for JavaIoFileSystem#createDirectory.Gravatar tomlu2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Add a new file path type, LocalPath.Gravatar tomlu2017-12-12
* Thread filesystem through codebase.Gravatar tomlu2017-12-08
* Remove some unused extension points.Gravatar Googler2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Change FileSystem#getDirectoryEntries to return strings of the file/directory...Gravatar tomlu2017-10-23
* Fix UnionFileSystem's implementation of supportsModifications and friends.Gravatar tomlu2017-10-23
* Remove scope escaping capability from InMemoryFileSystem.Gravatar tomlu2017-10-23
* Add Path argument to supportsModifications, supports*LinksNatively.Gravatar tomlu2017-10-20
* Add follow-symlinks parameter to FileSystemUtils#copyTreesBelow, so that all ...Gravatar janakr2017-10-12
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* bep: Properly URI encode file pathsGravatar buchgr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Allow "[", "]", "{", and "}" in globs in BUILD files. (#3048)Gravatar Jonathan Bluett-Duncan2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Make PathFragment an abstract class.Gravatar nharmata2017-04-24
* Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...Gravatar felly2017-04-18
* Document the current confusing semantics of relative windows paths with drive...Gravatar nharmata2017-04-13
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Windows: use JNI CreateJunction in Java code Gravatar Laszlo Csomor2017-02-15
* A minor refactoring of the way the test infrastructure gets the FileSystem im...Gravatar Lukacs Berki2017-02-01
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03