Android Security 14.0.0 Release 3 (10993244)
  1. ccce473 Merge commit 'upstream/v31.1^' by Colin Cross · 2 years, 3 months ago
  2. 1962106 Prepare for release 31.1. by cpovirk · 2 years, 4 months ago
  3. 7256a1d Don't allocate multiple ImmediateCancelledFuture instances if cancellation causes are not enabled by Google Java Core Libraries · 2 years, 4 months ago
  4. b854f71 Apply @CheckReturnValue to com.google.common.base.Converter#reverse(). by Éamonn McManus · 2 years, 4 months ago
  5. c1a450d Apply @CheckReturnValue to com.google.common.base.Converter#reverse(), suppressing all callers currently using it. by Google Java Core Libraries · 2 years, 4 months ago
  6. a580ed0 Apply @CheckReturnValue to com.google.common.base.Converter#reverse(), suppressing all callers currently using it. by Éamonn McManus · 2 years, 4 months ago
  7. ab6b2fd Update Public Suffix data. by Google Java Core Libraries · 2 years, 4 months ago
  8. a0e2577 Add `@CheckReturnValue` to `com.google.common.net` (with a few exceptions). by Kurt Alfred Kluever · 2 years, 4 months ago
  9. 6652237 Add another ReturnValueIgnored suppression. by Google Java Core Libraries · 2 years, 4 months ago
  10. 5655899 Suppress ignored return values off Object in Guava/Truth. by Google Java Core Libraries · 2 years, 4 months ago
  11. 1cd85d0 Enforce bounds checking in the null output stream. by Éamonn McManus · 2 years, 4 months ago
  12. 09960ff Add `@InlineMe` to `Converter.apply(A)`. by Kurt Alfred Kluever · 2 years, 5 months ago
  13. f881fab Assorted improvements to nullness annotations. by cpovirk · 2 years, 5 months ago
  14. f526477 Internal change. by cpovirk · 2 years, 5 months ago
  15. 8c908a3 Convert nested test classes into top-level classes. by cpovirk · 2 years, 5 months ago
  16. a5eb7fd Convert nested test classes to top-level classes. by cpovirk · 2 years, 5 months ago
  17. bb20949 Move test methods from nested classes to the top-level class. by cpovirk · 2 years, 5 months ago
  18. 1df898a Fix some warnings in the AtomicLongMapBasherTest.java by Google Java Core Libraries · 2 years, 5 months ago
  19. 6dabbdf Add Access-Control-Allow-Private-Network header to common library. by Google Java Core Libraries · 2 years, 5 months ago
  20. bd932e5 Warn that `directExecutor` listeners may be run by any thread that cancels the `Future`. by cpovirk · 2 years, 5 months ago
  21. 8c71e0a Use `ImmutableMap.Builder.buildOrThrow()` instead of `.build()`. by Éamonn McManus · 2 years, 5 months ago
  22. 247d4ef Use `ImmutableMap.Builder.buildOrThrow()` instead of deprecated `build()`. by Kurt Alfred Kluever · 2 years, 5 months ago
  23. 4b9c269 Use `ImmutableMap.Builder.buildOrThrow()` instead of deprecated `build()`. by Kurt Alfred Kluever · 2 years, 5 months ago
  24. 1daedb5 Assign the constructed instance to an unused variable. by Kurt Alfred Kluever · 2 years, 5 months ago
  25. 9a13e86 Suppress AlwaysThrows in Guava tests. by Google Java Core Libraries · 2 years, 5 months ago
  26. 9066755 Minor clarifications after CL 423822183. by cpovirk · 2 years, 5 months ago
  27. 89ad267 Add `@Keep` annotations by Liam Miller-Cushon · 2 years, 5 months ago
  28. 593b596 Remove harmless but ugly spaces between link open tag and content. by cpovirk · 2 years, 5 months ago
  29. 753b0df Write a novel about the nullness of the `V` types in `getOrDefault`. by cpovirk · 2 years, 5 months ago
  30. 6ebd7d8 Deprecate `Throwables.lazyStackTrace`. by Éamonn McManus · 2 years, 5 months ago
  31. 6bbf880 Link to a Guava-Caffeine comparison with much more information. by cpovirk · 2 years, 5 months ago
  32. ddc708a Automated g4 rollback of changelist 413130485. by cpovirk · 2 years, 5 months ago
  33. 6643301 Note that Caffeine does sometimes behave differently then Guava's cache. by cpovirk · 2 years, 5 months ago
  34. 59b26ca Omit com.azul.tooling.in classes from generated Javadoc. by cpovirk · 2 years, 5 months ago
  35. f02feaf Merge java docs for Futures.successfulAsList. by Google Java Core Libraries · 2 years, 5 months ago
  36. fefa769 Add "Sec-CH-UA-Full-Version-List" header. by Google Java Core Libraries · 2 years, 5 months ago
  37. dd462af Remove `@Beta` from two methods in `Throwables`. by Éamonn McManus · 2 years, 5 months ago
  38. 468c68a Remove `@Beta` from various Escapers and Escaper accessories. by Chaoren Lin · 2 years, 5 months ago
  39. c6dba9b Add fixes in prep for enabling `CheckReturnValue` on constructors. by Kurt Alfred Kluever · 2 years, 5 months ago
  40. a4fabc0 Init `LockFreeBitArray` with length to reduce memory when deserializing `BloomFilter`. by karthik.bhat · 2 years, 6 months ago
  41. c5b0227 Update Public Suffix data. by Google Java Core Libraries · 2 years, 6 months ago
  42. 2545a32 *** Reason for rollback *** by David P. Baker · 2 years, 6 months ago
  43. 5970382 Init `LockFreeBitArray` with length to reduce memory when deserializing `BloomFilter`. by karthik.bhat · 2 years, 6 months ago
  44. 1566940 Remove `@Beta` from `Hashing` (plus some other minor cleanups). by Kurt Alfred Kluever · 2 years, 6 months ago
  45. 828d9ee Remove `@Beta` from APIs in `Files`. Add `@InlineMe` where we can. by David P. Baker · 2 years, 6 months ago
  46. 2331170 Update docs that refer to the diamond operator to reflect that it's no longer new. by cpovirk · 2 years, 6 months ago
  47. abbab8e Do not allow `CacheLoader.loadAll` to modify the given set of keys. by cpovirk · 2 years, 6 months ago
  48. 9f6a384 Remove `@Beta` from most classes in `com.google.common.reflect`. by David P. Baker · 2 years, 6 months ago
  49. 3a5ef50 Fix a soon to be compile error, where a newly constructed instance is discarded without being used. by Kurt Alfred Kluever · 2 years, 6 months ago
  50. c85a4cb Release some fingerprint2011 tests. by cpovirk · 2 years, 6 months ago
  51. 13f703c Open source `Hashing.fingerprint2011()`. by Kurt Alfred Kluever · 2 years, 6 months ago
  52. 474bfb7 Use some static imports. by cpovirk · 2 years, 6 months ago
  53. f6c0d8d Minor cleanups to `AbstractScheduledServiceTest`. by Kurt Alfred Kluever · 2 years, 6 months ago
  54. 5d6bbc5 Fix small javadoc problem. by Éamonn McManus · 2 years, 6 months ago
  55. 89a2e99 Update javadoc of `ImmutableMap.Builder` to reflect `buildKeepingLast()` changes. by Éamonn McManus · 2 years, 6 months ago
  56. a3e411c Remove `@Beta` from the remaining methods in `Comparators`: `min`, `max`, `lexicographical`, `emptiesFirst`, `emptiesLast`, `isInOrder`, `isInStrictOrder`. by cpovirk · 2 years, 6 months ago
  57. b8fd0e6 Use `ImmutableMap.Builder.buildKeepingLast()` where possible. by Éamonn McManus · 2 years, 6 months ago
  58. 189d668 Remove `@Beta` from `ExecutionSequencer`, `MoreExecutors.newSequentialExecutor`, and `Monitor`. by cpovirk · 2 years, 6 months ago
  59. 8eff3ed Start with a smaller but faster growing buffer when reading to a byte array by Google Java Core Libraries · 2 years, 6 months ago
  60. 87d550f Fix a bug in `ImmutableMap.Builder.buildKeepingLast()`. by Éamonn McManus · 2 years, 6 months ago
  61. 825de9a Remove `@Beta` from `Uninterruptibles.awaitTerminationUninterruptibly` and from the `Duration` overloads in the class. by cpovirk · 2 years, 7 months ago
  62. 93a8f02 Remove `@Beta` from a number of `com.google.common.testing` classes. by Éamonn McManus · 2 years, 7 months ago
  63. 261ac7a De-beta APIs in com.google.common.net by Alan Malloy · 2 years, 7 months ago
  64. 8b4ad17 Remove `@Beta` from `AsyncCallable`, `ListenableScheduledFuture`, and `ClosingFuture`. by cpovirk · 2 years, 7 months ago
  65. e015172 Remove `@Beta` from uncontroversial `Futures` methods: by cpovirk · 2 years, 7 months ago
  66. 9c7e13b Remove `@Beta` from the `FluentFuture` type, its factory methods, and `addCallback`. by cpovirk · 2 years, 7 months ago
  67. 68500b2 Introduce `ImmutableMap.Builder.buildKeepingLast`. by Éamonn McManus · 2 years, 7 months ago
  68. 9d69092 Fix -Wbitwise-instead-of-logical warnings. by Google Java Core Libraries · 2 years, 7 months ago
  69. fb306ec Include all services in ServiceManager.startAsync exception message by Google Java Core Libraries · 2 years, 7 months ago
  70. 3072f4f Fix Javadoc search on JDK 11: by Dmitry Timofeev · 2 years, 7 months ago
  71. a197d99 Update Public Suffix data. by Google Java Core Libraries · 2 years, 7 months ago
  72. 9635e5d Fix small style issues. by David P. Baker · 2 years, 7 months ago
  73. e64ad26 Attempt `casValue` CAS in a loop. by cpovirk · 2 years, 7 months ago
  74. bdb43e6 Use getAndSet from Unsafe and ARFU when tombstoning listeners and waiters fields by Google Java Core Libraries · 2 years, 7 months ago
  75. 5adafee Use Truth for better failure messages in map assertions (again). by Éamonn McManus · 2 years, 7 months ago
  76. 943b706 Use the new `buildOrThrow()` instead of `build()` in `ImmutableMapTest`. by Éamonn McManus · 2 years, 7 months ago
  77. 123c9a7 Use Truth for better failure messages in map assertions. by Éamonn McManus · 2 years, 7 months ago
  78. 01890d9 Elaborate on comment in AggregateFuture.addInitialException. by cpovirk · 2 years, 7 months ago
  79. a2bbcc3 Update deprecated `CharMatcher.invisible()` to match ICU 70/Unicode 14. by Colin Decker · 2 years, 8 months ago
  80. 922cde0 Remove docs that say that parameters are non-null by default. by cpovirk · 2 years, 8 months ago
  81. 6e5e1a4 Documented that ExecutionSequencer tasks execute in happens-before order, matching the description used in newSequentialExecutor()'s Javadoc. Updated the description to more completely specify what that order is. by yorick · 2 years, 8 months ago
  82. de5d81d Improve tests. by Marcono1234 · 2 years, 8 months ago
  83. 9830997 Document `@ParametricNullness` better. by cpovirk · 2 years, 8 months ago
  84. cf09c76 internal change by Kurt Alfred Kluever · 2 years, 8 months ago
  85. 354d78c Range.intersect() with a disconnected range deserves a less confusing exception message by kevinb · 2 years, 8 months ago
  86. ba690ba Document the danger of passing an enormous size to `partition`. by cpovirk · 2 years, 9 months ago
  87. a438361 Update Public Suffix data. by Google Java Core Libraries · 2 years, 9 months ago
  88. 3b3687c Suppress new findings for DoNotCall. by Google Java Core Libraries · 2 years, 9 months ago
  89. 560a57f Remove some unnecessary `final` keywords. by cpovirk · 2 years, 9 months ago
  90. 8075df7 Use some diamond operators. by cpovirk · 2 years, 9 months ago
  91. 46093e2 Use lambdas sometimes. by cpovirk · 2 years, 9 months ago
  92. 64261b3 Simplify some test method code. by Éamonn McManus · 2 years, 9 months ago
  93. f176735 Remove unused checker-compat-qual annotation. by cpovirk · 2 years, 9 months ago
  94. 422c9dd Migrate from `@NullableDecl` to `@CheckForNull` in the backport. by cpovirk · 2 years, 9 months ago
  95. a1d285f Add @ElementTypesAreNonnullByDefault to ListenableFuture. by cpovirk · 2 years, 9 months ago
  96. 7a603a9 Annotate `TypeToInstanceMap` classes for nullness. by cpovirk · 2 years, 9 months ago
  97. 5d57f75 Convert `Finalizer` nullness annotations to checker-qual and jsr305. by cpovirk · 2 years, 9 months ago
  98. ba824df Set version number for guava-parent to 31.0.1. by Chris Povirk · 2 years, 9 months ago upstream-guava-v31.0.1 upstream/v31.0.1
  99. 7396bab Prepare for release 31.0. by cpovirk · 2 years, 9 months ago
  100. fe3b762 Annotate `ClassToInstanceMap` and `MutableClassToInstanceMap` for nullness. by cpovirk · 2 years, 9 months ago