aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-19Set version number for guava-parent to 27.0.1upstream/v27.0.1Colin Decker
2018-11-19Update failureaccess dependency version to 1.0.1Colin Decker
2018-11-19Fix the issue with classes that should only be included in the failureaccess ...cgdecker
2018-10-18Set version number for guava-parent to 27.0.upstream/v27.0Colin Decker
2018-10-18Prepare for release 27.0.cgdecker
2018-10-18Push back deprecated API removals again.cgdecker
2018-10-18Enable GoodTime API checker for Guavakak
2018-10-16Fix ThrowablesTest for JDK 11.cgdecker
2018-10-16Fix ForwardingMapTest in JDK11.cgdecker
2018-10-16Update Public Suffix data.erikv
2018-10-01Clarify a comment in Futures.NonCancellationPropagatingFuture.cgdecker
2018-09-28Add support for Early-Data HTTP header.vasilvv
2018-09-28Add JDK11 to the Travis config.Sean Sullivan
2018-09-28Cast null to make sure to select the right Collection.toArray(). In JDK 11 th...dpb
2018-09-28Check input collection size in PowerSet before actually copying it's content.Teubel György
2018-09-19Properly handle input cancellations in Futures.catching[Async]saserr
2018-09-19Remove unnecessary mocking of a data structure.diamondm
2018-09-19Update truth, animal sniffer, error prone annotations, and JUnitJesse Wilson
2018-09-19Make FutureCombiner recommend Futures.getDone().cpovirk
2018-09-13Remove trustedGetException()sergeyv
2018-09-12Use newGuard() to make example in Monitor class javadoc moreJustin T. Sampson
2018-09-12Introduce listenablefuture and failureaccess artifacts, plus InternalFutureFa...cpovirk
2018-09-12Fix a bug in AbstractFuture.addListener where we failed to follow the contrac...lukes
2018-09-12Disambiguate Collection.toArray() call so that the test passes in Java 11 whe...ifigotin
2018-09-12Short circuit in withTimeout if the input future is already done.clm
2018-09-12Include original input value and RoundingMode in the failure message for Math...kak
2018-09-12Use TrustedFuture where possibleclm
2018-09-04Bail early without a CancellationException in AbstractTransformFuture.clm
2018-09-04Add more validation to AbstractFuture when cancellation causes are enabled, s...clm
2018-08-30Update Public Suffix data.erikv
2018-08-30Automated rollback of changelist f380040f0041f94c83d24623c10f32de58d436c4clm
2018-08-30Suppress violation of MissingEqualsCall for EqualsTesterTest, given it quite ...ghm
2018-08-30Suppress warnings on thread suspending test.clm
2018-08-30Add more validation to AbstractFuture when cancellation causes are enabled, s...clm
2018-08-28Fix parameter name in Javadocsuzhang
2018-08-21[guava concurrent] Inlined getDone() and getUninterruptibly() to break the so...yorick
2018-08-21Add Javadoc for MediaType.KML+KMZ+MBOXSimon Legner
2018-08-20Don't allocate a CancellationException if cancellation causes are not enabled.clm
2018-08-16Switch FluentFuture and AbstractFuture in inheritance chainsergeyv
2018-08-16Make delayed get() test more resilient to thread scheduling delays.clm
2018-08-16Remove unnecessary local.cpovirk
2018-08-16Add information about thread wakeup or scheduling delays to TimeoutExceptions...clm
2018-08-16Add missing @since tag.cpovirk
2018-08-16Use gradle formattingElias Ojala
2018-08-16Add a gap method to Range which computes the range that lies between two rang...mdiamond
2018-08-09Make ordering of Primitives#all{Wrapper,Primitive}Types deterministiccushon
2018-08-09Enhance toString() for futures returned from ExecutionSequencer.clm
2018-08-09Add callable's toString to null failure message.clm
2018-08-09Fix javadoc typo in LinkedListMultimapkak
2018-08-09Allow Service to transition from STARTING to TERMINATED. Add a new "doCancelS...chrisn