- 491e441 Add #getFastDigest method to SyscallCache and use it in DigestUtils. Thread the real per-build SyscallCache through to everywhere that calls into DigestUtils. by janakr · 3 years, 2 months ago
- ec2eda1 Add system CPU and memory metrics to the trace profile. by twerth · 3 years, 7 months ago
- 572d4fd Run Windows tests with --test_tag_filters by pcloudy · 3 years, 9 months ago
- 4bd66a7 Add BUILD file in several tests directories instead of running tests from the parent directory. by larsrc · 4 years ago
- 8883c61 Replace `Path` with `PathFragment` in `FileSystem` interface. by ajurkowski · 4 years, 1 month ago
- 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
- 97c0bd1 Replace test usages of DigestHashFunction#getDefaultUnchecked and implicit DigestHashFunction#getDefault calls by the actual default hash function. Also remove a bunch of unnecessary Clock injections. by janakr · 4 years, 7 months ago
- bfbd95f Fix multi-word test case names to use lowerCamelCase. by jmmv · 4 years, 7 months ago
- 0212f18 Fix static analysis warnings about unsafe finalization and Runtime.exec by arostovtsev · 5 years ago
- ae03671 handle duplicate entries in `/proc/meminfo` see #11105 by Links · 5 years ago
- 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
- 541f056 Remove some uses of MD5. by Googler · 5 years ago
- f33bf96 Allow redundant calls to DigestHashFunction.setDefault(). by Googler · 6 years ago
- 5d28837 Simplify API of ProcMeminfoParser by ulfjack · 6 years ago
- b0c7ee5 Statically import MoreAsserts.assertThrows everywhere. by jcater · 6 years ago
- 6cfebc9 Automatic cleanup change. by jcater · 6 years ago
- 8d24345c Remove dead code from NativePosixFiles and unix_jni. by jmmv · 6 years ago
- be9fbec Implement a native file OutputStream for Unix. by Benjamin Peterson · 6 years ago
- ad04da6 Automatic code cleanup. by diamondm · 6 years ago
- 8794308 Explicitly provide the test-default hash function in all tests. by ccalvarin · 7 years ago
- 94c171c Parameterize the file system tests, make them test different hash functions. by ccalvarin · 7 years ago
- 978cb00 expectThrows has been renamed to assertThrows by cushon · 7 years ago
- ad32f62 Make getxattr not throw an exception when attribute does not exist on Mac. by ajmichael · 7 years ago
- a729b9b Replace path implementation. by tomlu · 7 years ago
- 0faf171 Fall back to guessing available memory on Linux machines running kernels older than 3.14-rc1 (2014-02-02). by Googler · 7 years ago
- 8601d4a Throw a checked exception if there's an error reading /proc/meminfo, and handle it properly. by janakr · 7 years ago
- e7af209 Rather than logging the amount of free physical memory on Linux systems, log the amount of *available* physical memory. This includes memory used as cache or buffer that will be evicted if an application requests memory, and is a much more realistic metric of utilization than free memory, which is usually <1% of memory available to the machine. by Googler · 7 years ago
- aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
- 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
- 5d2ae52 Move FileAccessException to the vfs package by Ulf Adams · 8 years ago
- 91d1ea0 Move ProcMeminfoParser to lib.unix, where it belongs by Ulf Adams · 8 years ago
- e219a24 Implement the first stage of Bazel's "Sandbox 2.0" for Linux. by Philipp Wollermann · 9 years ago
- 7ecb2ce Rename FilesystemUtils to NativePosixFiles. by Lukacs Berki · 9 years ago
- c4975fa Migrated remaining tests in devtools/build/lib to JUnit 4. by Florian Weikert · 9 years ago
- f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
- c3228f4 Test for the correct exception in FilesystemUtilsTest. by Philipp Wollermann · 10 years ago
- 1d50375 Fix "crashes with "Aborted" and no other useful errors on EPERM". by Philipp Wollermann · 10 years ago
- 795895a Some more cleanup. by Ulf Adams · 10 years ago
- d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago