1. 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
  2. ec2eda1 Add system CPU and memory metrics to the trace profile. by twerth · 3 years, 7 months ago
  3. 572d4fd Run Windows tests with --test_tag_filters by pcloudy · 3 years, 9 months ago
  4. 4bd66a7 Add BUILD file in several tests directories instead of running tests from the parent directory. by larsrc · 4 years ago
  5. 8883c61 Replace `Path` with `PathFragment` in `FileSystem` interface. by ajurkowski · 4 years, 1 month ago
  6. 05650ff UnixFileSystem: read cached hashes from extended attributes by Ed Schouten · 4 years, 7 months ago
  7. 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
  8. bfbd95f Fix multi-word test case names to use lowerCamelCase. by jmmv · 4 years, 7 months ago
  9. 0212f18 Fix static analysis warnings about unsafe finalization and Runtime.exec by arostovtsev · 5 years ago
  10. ae03671 handle duplicate entries in `/proc/meminfo` see #11105 by Links · 5 years ago
  11. 660d17f Replace MoreAsserts.assertThrows with Assert.assertThrows by michajlo · 5 years ago
  12. 541f056 Remove some uses of MD5. by Googler · 5 years ago
  13. f33bf96 Allow redundant calls to DigestHashFunction.setDefault(). by Googler · 6 years ago
  14. 5d28837 Simplify API of ProcMeminfoParser by ulfjack · 6 years ago
  15. b0c7ee5 Statically import MoreAsserts.assertThrows everywhere. by jcater · 6 years ago
  16. 6cfebc9 Automatic cleanup change. by jcater · 6 years ago
  17. 8d24345c Remove dead code from NativePosixFiles and unix_jni. by jmmv · 6 years ago
  18. be9fbec Implement a native file OutputStream for Unix. by Benjamin Peterson · 6 years ago
  19. ad04da6 Automatic code cleanup. by diamondm · 6 years ago
  20. 8794308 Explicitly provide the test-default hash function in all tests. by ccalvarin · 7 years ago
  21. 94c171c Parameterize the file system tests, make them test different hash functions. by ccalvarin · 7 years ago
  22. 978cb00 expectThrows has been renamed to assertThrows by cushon · 7 years ago
  23. ad32f62 Make getxattr not throw an exception when attribute does not exist on Mac. by ajmichael · 7 years ago
  24. a729b9b Replace path implementation. by tomlu · 7 years ago
  25. 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
  26. 8601d4a Throw a checked exception if there's an error reading /proc/meminfo, and handle it properly. by janakr · 7 years ago
  27. 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
  28. aea56b3 Migrate Java tests to Truth. RELNOTES: None. by lberki · 8 years ago
  29. 8afbd3c Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows by Ulf Adams · 8 years ago
  30. 5d2ae52 Move FileAccessException to the vfs package by Ulf Adams · 8 years ago
  31. 91d1ea0 Move ProcMeminfoParser to lib.unix, where it belongs by Ulf Adams · 8 years ago
  32. e219a24 Implement the first stage of Bazel's "Sandbox 2.0" for Linux. by Philipp Wollermann · 9 years ago
  33. 7ecb2ce Rename FilesystemUtils to NativePosixFiles. by Lukacs Berki · 9 years ago
  34. c4975fa Migrated remaining tests in devtools/build/lib to JUnit 4. by Florian Weikert · 9 years ago
  35. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  36. c3228f4 Test for the correct exception in FilesystemUtilsTest. by Philipp Wollermann · 10 years ago
  37. 1d50375 Fix "crashes with "Aborted" and no other useful errors on EPERM". by Philipp Wollermann · 10 years ago
  38. 795895a Some more cleanup. by Ulf Adams · 10 years ago
  39. d08b27f Update from Google. by Han-Wen Nienhuys · 10 years ago