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
about 7 hours
ago. based on code collected
about 7 hours
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 227 of 232
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rollback Ticker.
[email protected]
More...
over 14 years ago
add common.base.Ticker
[email protected]
More...
over 14 years ago
don't create recency queue or record reads for expireAfterWrite
[email protected]
More...
over 14 years ago
Reduce visibility of makeListenable to package-private (for use in makeChecked only).
[email protected]
More...
over 14 years ago
add MapMaker.toString
[email protected]
More...
over 14 years ago
add ExpirationQueue and EvictionQueue to CustomConcurrentHashMap
[email protected]
More...
over 14 years ago
MapMaker: - put size's unlock in a finally block
[email protected]
More...
over 14 years ago
MapMaker: - call recordRead instead of recordWrite on failed putIfAbsent/replace - unset partially-collected entries as soon as they're found - skip partially-collected entries when copying buckets
[email protected]
More...
over 14 years ago
Fix typo in SimpleForwa(r)dingCheckedFuture
[email protected]
More...
over 14 years ago
Tweak ListenableFuture Javadoc, primarily to link to common implementations.
[email protected]
More...
over 14 years ago
Small javadoc fix to InternetDomainName.
[email protected]
More...
over 14 years ago
handle initialCapacity > maximumSize
[email protected]
More...
over 14 years ago
Create Futures.transform, and forward Futures.compose to it.
[email protected]
More...
over 14 years ago
Fix Eclipse-compiler build breakage caused by raw-types cleanup
[email protected]
More...
over 14 years ago
Allows for the maximumSize & expiration to be zero by using a light-weight map that stores no data.
[email protected]
More...
over 14 years ago
remove antiquated comment about upper limits on expiration time
[email protected]
More...
over 14 years ago
Use raw types less in common.collect.
[email protected]
More...
over 14 years ago
Internally remove unused 'of(E[])' from the ImmutableSortedSet API.
[email protected]
More...
over 14 years ago
MapMaker: only allow computed value to be set once. this removes race condition between concurrent put and compute
[email protected]
More...
over 14 years ago
MapMaker: refactor cleanup
[email protected]
More...
over 14 years ago
ValueFuture->SettableFuture.
[email protected]
More...
over 14 years ago
Improve InternetDomainName documentation on validation.
[email protected]
More...
over 14 years ago
MapMaker: - fix inline cleanup to perform locked cleanup when the lock is held! - correctly implement read-time cleanup
[email protected]
More...
over 14 years ago
MapMaker: optimize cleanup when using the default executor by doing lock-requiring-cleanup under lock, instead of requiring a second lock to be taken
[email protected]
More...
over 14 years ago
MapMaker: - move read-time recencyQueue draining to cleanup executor - replcae recencyQueueLength with readCount
[email protected]
More...
over 14 years ago
Make ForwardingListenableFuture javadoc consistent Add SimpleForwading*Future
[email protected]
More...
over 14 years ago
MapMaker - invalidate entries containing partially collected keys - assert that expiration list is valid
[email protected]
More...
over 14 years ago
Warnings cleanup
[email protected]
More...
over 14 years ago
MapMaker rollback
[email protected]
More...
over 14 years ago
MapMaker: - invalidate entries containing partially collected keys - assert that expiration list is valid
[email protected]
More...
over 14 years ago
←
1
2
…
223
224
225
226
227
228
229
230
231
232
→
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