| 39 hours ago |
Christian Edward... | Fix rawtypes (and some unchecked) warnings. master |
commit | commitdiff | tree |
| 39 hours ago |
Christian Edward... | Reduce the visibility of ForwardingService internally. |
commit | commitdiff | tree |
| 39 hours ago |
Christian Edward... | Adding a helper class for adding Content Security Polic... |
commit | commitdiff | tree |
| 39 hours ago |
Christian Edward... | Create sameThreadScheduledExecutor(). |
commit | commitdiff | tree |
| 39 hours ago |
Christian Edward... | Add @since for KEY_ARCHIVE. |
commit | commitdiff | tree |
| 5 days ago |
Chris Povirk | Annotate FutureCallback.onSuccess parameter as @Nullable. |
commit | commitdiff | tree |
| 5 days ago |
Chris Povirk | Annotate safeContains and safeRemove parameter as ... |
commit | commitdiff | tree |
| 5 days ago |
Chris Povirk | Add KEY_ARCHIVE. |
commit | commitdiff | tree |
| 5 days ago |
Chris Povirk | Clarify statement in addListener documentation. |
commit | commitdiff | tree |
| 5 days ago |
Chris Povirk | Change x == x to equivalent isNaN() in preparation... |
commit | commitdiff | tree |
| 11 days ago |
Colin Decker | Delete AbstractListMultimapTest, which no longer has... |
commit | commitdiff | tree |
| 12 days ago |
Colin Decker | Delete AbstractCollectionTest, which is now only being... |
commit | commitdiff | tree |
| 12 days ago |
Colin Decker | Some internal changes in RateLimiter. |
commit | commitdiff | tree |
| 12 days ago |
Colin Decker | Migrate Synchronized{,Navigable}SetTest to the SetTestS... |
commit | commitdiff | tree |
| 13 days ago |
Colin Decker | Kill AbstractMultisetTest. All its remaining tests... |
commit | commitdiff | tree |
| 13 days ago |
Colin Decker | Migrate remaining Multiset.elementSet() tests to Multis... |
commit | commitdiff | tree |
| 13 days ago |
Colin Decker | Migrate the remaining Multiset.entrySet() tests from... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Add MultisetEqualsTester to MultisetTestSuiteBuilder. |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Added support for days, hours, and minutes to chooseUni... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Finish migrating Multiset.remove() (and removeAll,... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Remove tests of Multiset.entrySet() from AbstractMultis... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Remove tests of Multiset.elementSet() that are redundan... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Migrate tests for Multiset.add from AbstractMultimapTes... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Remove redundant Multiset.contains() tests from Abstrac... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Remove Multiset.iterator() tests redundant with the... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Migrate Multiset.remove() tests from AbstractMultisetTe... |
commit | commitdiff | tree |
| 2013-06-04 |
Colin Decker | Delete Multiset.count() tests from AbstractMultisetTest... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Optimize UnsignedBytes.lexicographicalComparator()... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Use a radix trie approach to serializing TLDs for TldPa... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Clean up most usages of Input/OutputSupplier in tests... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Delete tests from AbstractListMultimapTest that duplica... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Remove tests from AbstractSetMultimapTest redundant... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Use assertNotSame(x, y) in place of assertTrue(x != y) |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Add FileBackedOutputStream.asByteSource(), a ByteSource... |
commit | commitdiff | tree |
| 2013-06-03 |
Colin Decker | Deprecate BaseEncoding methods that use Input/OutputSup... |
commit | commitdiff | tree |
| 2013-05-29 |
Kurt Kluever | Add CollectionFeature.SUPPORTS_ITERATOR_REMOVE to MapTe... |
commit | commitdiff | tree |
| 2013-05-29 |
Kurt Kluever | Migrate tests for Multimap.keySet() from AbstractMultim... |
commit | commitdiff | tree |
| 2013-05-29 |
Kurt Kluever | Migrate Caliper benchmarks from the old, superclass... |
commit | commitdiff | tree |
| 2013-05-29 |
Kurt Kluever | Clean up the last Multimap.entries() test in AbstractMu... |
commit | commitdiff | tree |
| 2013-05-29 |
Kurt Kluever | Migrate tests for Multimap.keys() from AbstractMultimap... |
commit | commitdiff | tree |
| 2013-05-29 |
Kurt Kluever | Instead of suppressing iterator().remove() tests, make... |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Remove no-op main methods from Caliper benchmarks. |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Migrate AbstractMultimapTest tests for Multimap.asMap... |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Preserve SortedSet-ness of value collections across... |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Make sure all implementations being tested by SortedMap... |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Somewhat trivial cleanups: |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Migrate AbstractMultimapTest tests for Multimap.entries... |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Add MapTestSuiteBuilder tests for MapConstraints.constr... |
commit | commitdiff | tree |
| 2013-05-28 |
Kurt Kluever | Add TestSuiteBuilder tests for Maps.transform* |
commit | commitdiff | tree |
| 2013-05-24 |
Kurt Kluever | Trivial cleanups: |
commit | commitdiff | tree |
| 2013-05-24 |
Kurt Kluever | Add application/protobuf mime type, from |
commit | commitdiff | tree |
| 2013-05-24 |
Kurt Kluever | Delete completely unused ConcurrentMapInterfaceTest. |
commit | commitdiff | tree |
| 2013-05-24 |
Kurt Kluever | Guava issue 1423: fix TreeMultimap.asMap().headMap... |
commit | commitdiff | tree |
| 2013-05-22 |
Chris Povirk | Remove tests for Multimap.get from AbstractMultimapTest... |
commit | commitdiff | tree |
| 2013-05-22 |
Chris Povirk | Add test suites for Multimap.equals to MultimapTestSuit... |
commit | commitdiff | tree |
| 2013-05-22 |
Chris Povirk | Migrate Multimap.clear() tests (and tests to clear... |
commit | commitdiff | tree |
| 2013-05-22 |
Chris Povirk | Remove tests from AbstractMultimapTest that overlap... |
commit | commitdiff | tree |
| 2013-05-22 |
Chris Povirk | Add MapToStringTester and MultimapToStringTester, and... |
commit | commitdiff | tree |
| 2013-05-22 |
Chris Povirk | Remove get().subList() tests from AbstractListMultimapT... |
commit | commitdiff | tree |
| 2013-05-21 |
Louis Wasserman | Add explicit type parameters in FilteredMultimapValues... |
commit | commitdiff | tree |
| 2013-05-21 |
Louis Wasserman | Delete Multimap.contains{Key,Value} tests from Abstract... |
commit | commitdiff | tree |
| 2013-05-21 |
Louis Wasserman | Remove tests from AbstractListMultimapTest that are... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Delete tests from AbstractMultimapTest of the multimap... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Migrate all remaining Multimap.replaceValues tests... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Add tester to MultimapTestSuiteBuilder for Multimap... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Replace Multimap.putAll(K, Iterable) tests from Abstrac... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Add the TestSuiteBuilder for Multimap.values(), and... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Remove tests of Multimap.get() from AbstractMultimapTes... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Delete tests from AbstractMultimapTest that duplicate... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Add Multimaps.asMap() helpers that return a Map with... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Add tests to the asMap() views of ListMultimap, SetMult... |
commit | commitdiff | tree |
| 2013-05-21 |
Louis Wasserman | Change return type of openBufferedStream() on ByteSourc... |
commit | commitdiff | tree |
| 2013-05-21 |
Chris Povirk | Reshuffling from internal-only changes. |
commit | commitdiff | tree |
| 2013-05-20 |
Chris Povirk | Shuffling from internal-only changes. |
commit | commitdiff | tree |
| 2013-05-17 |
Louis Wasserman | Give removal dates for Stopwatch ctors. |
commit | commitdiff | tree |
| 2013-05-17 |
Louis Wasserman | Improve error messaging in EqualsTester. |
commit | commitdiff | tree |
| 2013-05-17 |
Louis Wasserman | Implement Object#equals() and #hashCode() for stateful... |
commit | commitdiff | tree |
| 2013-05-17 |
Louis Wasserman | Override ImmutableBiMap.containsValue() to use the... |
commit | commitdiff | tree |
| 2013-05-16 |
Louis Wasserman | Give removal dates (releases) for HashFunction#hashStri... |
commit | commitdiff | tree |
| 2013-05-16 |
Louis Wasserman | Add reference to Funnels from Funnel javadocs. |
commit | commitdiff | tree |
| 2013-05-16 |
Louis Wasserman | Change SynchronizedEventHandler to use a synchronized... |
commit | commitdiff | tree |
| 2013-05-13 |
Christian Edward... | Use com.google.caliper.legacy.Benchmark instead of... |
commit | commitdiff | tree |
| 2013-05-11 |
Christian Edward... | fixed NPE caused by inaccessible directory, as reported... |
commit | commitdiff | tree |
| 2013-05-11 |
Christian Edward... | Fix the logging in Futures.CombinedFuture such that: |
commit | commitdiff | tree |
| 2013-05-11 |
Christian Edward... | Some whitespace edits |
commit | commitdiff | tree |
| 2013-05-11 |
Christian Edward... | Update Mozilla PSL. |
commit | commitdiff | tree |
| 2013-05-11 |
Christian Edward... | Add some missing dependencies in a GWT module. |
commit | commitdiff | tree |
| 2013-05-10 |
Christian Edward... | Add Funnels#unencodedCharsFunnel (and deprecate Funnels... |
commit | commitdiff | tree |
| 2013-05-10 |
Christian Edward... | Remove the rethrow Error behavior from AbstractFuture. |
commit | commitdiff | tree |
| 2013-05-10 |
Christian Edward... | Add a test for hashInt() vs. a loop w/ putByte(). |
commit | commitdiff | tree |
| 2013-05-07 |
Christian Edward... | Change ServiceManager.Listener to be an abstract class... |
commit | commitdiff | tree |
| 2013-05-06 |
Colin Decker | Guava issue 1322: deal with a potential overflow issue... |
commit | commitdiff | tree |
| 2013-05-06 |
Colin Decker | Fix typo in Maps.immutableEnumMap. See https://code... |
commit | commitdiff | tree |
| 2013-05-01 |
Colin Decker | Change Service.Listener from an interface to an abstrac... |
commit | commitdiff | tree |
| 2013-05-01 |
Colin Decker | Allow a max size of 0 for EvictingQueue |
commit | commitdiff | tree |
| 2013-05-01 |
Colin Decker | Use hashFoo() shortcuts instead of newHasher().putFoo... |
commit | commitdiff | tree |
| 2013-05-01 |
Colin Decker | Remove incorrect test using UTF_16LE. |
commit | commitdiff | tree |
| 2013-04-30 |
Chris Povirk | Changed Invokable.from(constructor).getReturnType(... |
commit | commitdiff | tree |
| 2013-04-26 |
Chris Povirk | Sort and removed unused imports in com/google/common. |
commit | commitdiff | tree |
| 2013-04-24 |
Chris Povirk | Allow HashCode#padToLong to work with hashs that have... |
commit | commitdiff | tree |
| next |