69
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2024 — Apr 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor tweaks More... over 14 years ago
Exclude CustomFieldSerializers from GWT javadoc More... over 14 years ago
Add ImmutableSet.copyOf(Collection), following lead of ImmutableList, to make it safe with copyOf(synchronizedConcurrentList). More... over 14 years ago
Reduce one temp array creation for ImmutableList.of(). More... over 14 years ago
Irrelevant change to outside users. More... over 14 years ago
Tighten up the restriction of supersource builder to require emulated = true to be set in the @GwtIncompatible. More... over 14 years ago
Makes the result of Futures#chain() cancellable. It will now be successfully canceled in these cases: 1. A thread calls cancel(boolean) directly on it and the Future is currently running. 2. The underlying input Future is cancelled. 3. The Future result of the Function is cancelled. More... over 14 years ago
Change InternetDomainName to reflect reality of public suffixes which are websites by changing javadoc to specify safe and unsafe usage patterns. More... over 14 years ago
delay eviction until a new entry is created More... over 14 years ago
Fix our TODO comments to include username as required, usually naming myself. Remove a few I don't think we need, and handle one (it said "use this method from Maps when that class is gwt-safe"). Make moe not choke on unrecognized usernames. Whitelist a few usernames for non-scrubbing who have agreed to it. More... over 14 years ago
Remove the comments about List.subList. GWT supports it now. More... over 14 years ago
implement maximumSize More... over 14 years ago
Fix the license headers and @author tags of the new sources. More... over 14 years ago
Move a class to fit the existing organizational scheme in this file. More... over 14 years ago
Add fromBytes() wherever there is fromByteArray(). More... over 14 years ago
GWT serialization stuff. Add Table classes. Minor cleanups. More... over 14 years ago
Performance of ImmutableMap improved, while paving the way for us to reduce its memory usage as well. More... over 14 years ago
Minor code, javadoc, jdiff update. More... over 14 years ago
Dump a bunch of GWT support classes out to guava. Add a static factory for InternetDomainName which does full RFC 3490 validation. Add MapMaker.evictionListener(). More... over 14 years ago
Latest code dump. More... over 14 years ago
bump maven version. More... almost 15 years ago
Final code update for r06 (@since tags). More... almost 15 years ago
Getting jdiff working more completely, so that a report can always be viewed of the differences between the head revision and the most recent release. More... almost 15 years ago
Fix bug in InetAddresses and performance problem in InternetDomainName (changed from regex to CharMatcher). More... almost 15 years ago
Code update, only minor javadoc changes. More... almost 15 years ago
Spot-fix two corrupted characters again. MOE bug fix on the way next week. More... almost 15 years ago
ImmutableMultiset: - add of() overloads up to 6 elements - add copyOf(E[]) - deprecate of(E[]) More... almost 15 years ago
Spot fix for some Chinese characters that got corrupted by our experimental new codebase-pushing tool. More... almost 15 years ago
Change on 2010/06/17 by cpovirk More... almost 15 years ago
Revision created by MOE tool push_codebase. More... almost 15 years ago