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