openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Guava: Google Core Libraries for Java
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Apr 17, 2024 — Apr 17, 2025
Showing page 229 of 230
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Minor tweaks
[email protected]
More...
over 14 years ago
Exclude CustomFieldSerializers from GWT javadoc
[email protected]
More...
over 14 years ago
Add ImmutableSet.copyOf(Collection), following lead of ImmutableList, to make it safe with copyOf(synchronizedConcurrentList).
[email protected]
More...
over 14 years ago
Reduce one temp array creation for ImmutableList.of().
[email protected]
More...
over 14 years ago
Irrelevant change to outside users.
[email protected]
More...
over 14 years ago
Tighten up the restriction of supersource builder to require emulated = true to be set in the @GwtIncompatible.
[email protected]
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.
[email protected]
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.
[email protected]
More...
over 14 years ago
delay eviction until a new entry is created
[email protected]
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.
[email protected]
More...
over 14 years ago
Remove the comments about List.subList. GWT supports it now.
[email protected]
More...
over 14 years ago
implement maximumSize
[email protected]
More...
over 14 years ago
Fix the license headers and @author tags of the new sources.
[email protected]
More...
over 14 years ago
Move a class to fit the existing organizational scheme in this file.
[email protected]
More...
over 14 years ago
Add fromBytes() wherever there is fromByteArray().
[email protected]
More...
over 14 years ago
GWT serialization stuff. Add Table classes. Minor cleanups.
[email protected]
More...
over 14 years ago
Performance of ImmutableMap improved, while paving the way for us to reduce its memory usage as well.
[email protected]
More...
over 14 years ago
Minor code, javadoc, jdiff update.
[email protected]
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().
[email protected]
More...
over 14 years ago
Latest code dump.
[email protected]
More...
over 14 years ago
bump maven version.
cgruberatgoog
More...
almost 15 years ago
Final code update for r06 (@since tags).
[email protected]
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.
[email protected]
More...
almost 15 years ago
Fix bug in InetAddresses and performance problem in InternetDomainName (changed from regex to CharMatcher).
[email protected]
More...
almost 15 years ago
Code update, only minor javadoc changes.
[email protected]
More...
almost 15 years ago
Spot-fix two corrupted characters again. MOE bug fix on the way next week.
[email protected]
More...
almost 15 years ago
ImmutableMultiset: - add of() overloads up to 6 elements - add copyOf(E[]) - deprecate of(E[])
[email protected]
More...
almost 15 years ago
Spot fix for some Chinese characters that got corrupted by our experimental new codebase-pushing tool.
[email protected]
More...
almost 15 years ago
Change on 2010/06/17 by cpovirk
[email protected]
More...
almost 15 years ago
Revision created by MOE tool push_codebase.
[email protected]
More...
almost 15 years ago
←
1
2
…
222
223
224
225
226
227
228
229
230
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree